itom
|
Public Types | |
typedef int | DataType |
Public Slots | |
void | setParam (QtProperty *property, const ito::Param ¶m) |
void | setValue (QtProperty *property, int num, const int *values) |
ParamIntPropertyManager * | subPropertyManager () const |
Public Slots inherited from ito::AbstractParamPropertyManager | |
virtual void | setParam (QtProperty *property, const ito::Param ¶m)=0 |
Signals | |
void | valueChanged (QtProperty *property, int num, const int *values) |
void | metaChanged (QtProperty *property, ito::IntArrayMeta meta) |
Signals inherited from QtAbstractPropertyManager | |
void | propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) |
void | propertyChanged (QtProperty *property) |
void | propertyRemoved (QtProperty *property, QtProperty *parent) |
void | propertyDestroyed (QtProperty *property) |
Public Member Functions | |
ParamIntArrayPropertyManager (QObject *parent=0) | |
Public Member Functions inherited from ito::AbstractParamPropertyManager | |
AbstractParamPropertyManager (QObject *parent=0) | |
~AbstractParamPropertyManager () | |
const ito::ParamBase & | paramBase (const QtProperty *property) const |
const ito::Param & | param (const QtProperty *property) const |
Public Member Functions inherited from QtAbstractPropertyManager | |
QtAbstractPropertyManager (QObject *parent=0) | |
~QtAbstractPropertyManager () | |
QSet< QtProperty * > | properties () const |
void | clear () const |
QtProperty * | addProperty (const QString &name=QString()) |
Protected Member Functions | |
QString | valueText (const QtProperty *property) const |
void | initializeProperty (QtProperty *property) |
virtual void | uninitializeProperty (QtProperty *property) |
Protected Member Functions inherited from ito::AbstractParamPropertyManager | |
virtual QIcon | valueIcon (const QtProperty *property) const |
Protected Member Functions inherited from QtAbstractPropertyManager | |
virtual bool | hasValue (const QtProperty *property) const |
virtual QString | displayText (const QtProperty *property) const |
virtual EchoMode | echoMode (const QtProperty *) const |
virtual QtProperty * | createProperty () |
Protected Attributes | |
ParamIntArrayPropertyManagerPrivate * | d_ptr |
Protected Attributes inherited from ito::AbstractParamPropertyManager | |
AbstractParamPropertyManagerPrivate * | d_ptr |
Private Member Functions | |
Q_PRIVATE_SLOT (d_func(), void slotValueChanged(QtProperty *, int)) Q_PRIVATE_SLOT(d_func() | |
|
protectedvirtual |
\reimp
Implements ito::AbstractParamPropertyManager.
|
slot |
Sets the value of the given property to value.
If the specified value is not valid according to the given property's range, the value is adjusted to the nearest valid value within the range.
|
slot |
Returns the manager that creates the nested subproperties.
In order to provide editing widgets for the mentioned subproperties in a property browser widget, this manager must be associated with an editor factory.
|
protectedvirtual |
\reimp
Reimplemented from ito::AbstractParamPropertyManager.
|
protectedvirtual |
\reimp
Reimplemented from ito::AbstractParamPropertyManager.