#include <property_data.h>
Inheritance diagram for IntProperty:
Public Member Functions | |
IntProperty (const char *, const QString &, PropertyData *, int) | |
QWidget * | createEditor (QWidget *) |
void | updateEditor (QWidget *) |
void | setRange (int, int) |
Private Attributes | |
int | m_min |
int | m_max |
IntProperty::IntProperty | ( | const char * | , | |
const QString & | , | |||
PropertyData * | , | |||
int | ||||
) |
QWidget * IntProperty::createEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
void IntProperty::setRange | ( | int | , | |
int | ||||
) |
void IntProperty::updateEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
int IntProperty::m_max [private] |
int IntProperty::m_min [private] |