#include <intparam.h>
Inheritance diagram for IntParam:

Public Member Functions | |
| IntParam (const char *formalVarName, const char *defaultValue, const char *exactTypeName="GLint", int minValue=INTEGER_MIN, int maxValue=INTEGER_MAX, int stepValue=INTEGER_STEP, int maxWidgetWidth=INTEGER_MAX_WIDGET_WIDTH) | |
| virtual QWidget * | createWidget (QWidget *parent, const char *name, const QObject *slotOwner, const char *member) |
| virtual void | setWidgetValue (QWidget *widget, const QString &value) |
| virtual QString | getWidgetValue (QWidget *widget) |
| virtual int | maxWidgetWidth () const |
Private Attributes | |
| int | myMinValue |
| int | myMaxValue |
| int | myStepValue |
| int | myMaxWidgetWidth |
This class inherits CmdParam to provide a parameter that has a formal variable name, a default value and an exact type name, among other fields.
As an editor widget, it provides a simple integer QSpinBox.
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Implements CmdParam. |
|
|
Implements CmdParam. |
|
|
Reimplemented from CmdParam. |
|
||||||||||||
|
Implements CmdParam. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2