Kate
VariableIntItem Class Reference
#include <variableitem.h>
Inheritance diagram for VariableIntItem:
Public Member Functions | |
VariableIntItem (const QString &variable, int value) | |
virtual VariableEditor * | createEditor (QWidget *parent) |
int | maxValue () const |
int | minValue () const |
void | setRange (int minValue, int maxValue) |
void | setValue (int newValue) |
virtual void | setValueByString (const QString &value) |
int | value () const |
virtual QString | valueAsString () const |
Public Member Functions inherited from VariableItem | |
VariableItem (const QString &variable) | |
virtual | ~VariableItem () |
QString | helpText () const |
bool | isActive () const |
void | setActive (bool active) |
void | setHelpText (const QString &text) |
QString | variable () const |
Detailed Description
Definition at line 67 of file variableitem.h.
Constructor & Destructor Documentation
VariableIntItem::VariableIntItem | ( | const QString & | variable, |
int | value | ||
) |
Definition at line 65 of file variableitem.cpp.
Member Function Documentation
|
virtual |
Implements VariableItem.
Definition at line 93 of file variableitem.cpp.
int VariableIntItem::maxValue | ( | ) | const |
Definition at line 109 of file variableitem.cpp.
int VariableIntItem::minValue | ( | ) | const |
Definition at line 104 of file variableitem.cpp.
void VariableIntItem::setRange | ( | int | minValue, |
int | maxValue | ||
) |
Definition at line 98 of file variableitem.cpp.
void VariableIntItem::setValue | ( | int | newValue | ) |
Definition at line 78 of file variableitem.cpp.
|
virtual |
Implements VariableItem.
Definition at line 83 of file variableitem.cpp.
int VariableIntItem::value | ( | ) | const |
Definition at line 73 of file variableitem.cpp.
|
virtual |
Implements VariableItem.
Definition at line 88 of file variableitem.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.