#include <unsignedintparam.h>
Inheritance diagram for UnsignedIntParam:

Public Member Functions | |
| UnsignedIntParam (const char *formalVarName, const char *defaultValue, const char *exactTypeName="GLuint") | |
This class inherits IntParam and simply modifies the min, max and step values and also the maximum widget width to its own likening.
Note: The maximum value alowed is INT_MAX, NOT UINT_MAX. This limitation is due to the QSpinBox widget using `int'. Hence, the value can range from 0..INT_MAX. This could be overcome by subclassing QSpinBox, like what was done for floats and doubles with SuperSpinBox.
As an editor widget, it provides a simple integer QSpinBox.
|
||||||||||||||||
|
|
1.3.2