propertyeditor.h
Go to the documentation of this file.
void clearProperties()
Clears property list, disconnects accessor from the editor and deletes it.
Definition: propertyeditor.cpp:283
void propertyValueChanged(Property *property)
Updates property widget in the editor.
Definition: propertyeditor.cpp:297
Contains PropertyLib::PropertyList class.
An abstract base class of property viewer and editor vidget.
Definition: propertywidget.h:49
void populateProperties(PropertyList *list)
Shows properties from a list.
Definition: propertyeditor.cpp:212
void propertyChanged(MultiProperty *property, const TQVariant &value)
Updates property in the list when new value is selected in the editor.
Definition: propertyeditor.cpp:314
PropertyEditor(TQWidget *parent=0, const char *name=0)
Constructs the property editor.
Definition: propertyeditor.cpp:167
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
Machine * machine(MultiProperty *property)
Definition: propertyeditor.cpp:440
void changed()
Emitted when something is changed in property editor.