propertywidgetproxy.cpp
Contains PropertyLib::PropertyMachineFactory class and PropertyLib::Machine structure.
virtual TQVariant value() const =0
virtual void setValue(const TQVariant &value, bool emitChange=true)=0
Sets the value shown in the editor widget.
static PropertyMachineFactory * getInstance()
Definition: propertymachinefactory.cpp:192
PropertyWidget * propertyEditor
Property viewer and editor widget.
Definition: propertymachinefactory.h:60
void setPropertyType2(PropertyType propertyType)
Sets the type of a property editor to appear.
Definition: propertywidgetproxy.cpp:48
void setPropertyType(int propertyType)
Sets the type of a property editor to appear.
Definition: propertywidgetproxy.cpp:42
Contains PropertyLib::PropertyWidget class.
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
bool setProperty(const char *name, const TQVariant &value)
Sets the type of an editor basing on the value if the name is "value".
Definition: propertywidgetproxy.cpp:82
Machine * machineForProperty(MultiProperty *property)
Creates and returns the editor for given property type.
Definition: propertymachinefactory.cpp:73