PropertyLib Namespace Reference
Classes | |
class | PropertyLib::ChildProperty |
Child property. More... | |
class | PropertyLib::MultiProperty |
Holds a list of properties with the same name and type. More... | |
class | PropertyLib::PCheckBox |
Property editor with checkbox. More... | |
class | PropertyLib::PColorButton |
Property editor with color chooser button. More... | |
class | PropertyLib::PColorCombo |
Property editor with color combobox. More... | |
class | PropertyLib::PComboBox |
Property editor with combobox. More... | |
class | PropertyLib::PCursorEdit |
Property editor for QCursor values. More... | |
class | PropertyLib::PDateEdit |
Property editor for QDate values. More... | |
class | PropertyLib::PDateTimeEdit |
Property editor for QDateTime values. More... | |
class | PropertyLib::PDoubleNumInput |
Property editor with double num input box. More... | |
class | PropertyLib::PDummyWidget |
Property editor with empty widget. More... | |
class | PropertyLib::PFontButton |
Property editor with font chooser button. More... | |
class | PropertyLib::PFontCombo |
Property editor with font combo box. More... | |
class | PropertyLib::PLineEdit |
Property editor with line edit. More... | |
class | PropertyLib::PPixmapEdit |
Property editor which shows a pixmap and allows to load it from file. More... | |
class | PropertyLib::PPointEdit |
Property editor for QPoint values. More... | |
class | PropertyLib::PRectEdit |
Property editor for QRect values. More... | |
class | PropertyLib::Property |
Property. More... | |
class | PropertyLib::PropertyItem |
class | PropertyLib::PropertyGroupItem |
class | PropertyLib::SeparatorItem |
class | PropertyLib::PropertyEditor |
Property editor. More... | |
class | PropertyLib::PropertyList |
The list of properties. More... | |
class | PropertyLib::PropertyBuffer |
The list of properties which does not own them. More... | |
struct | PropertyLib::Machine |
Machine for a property type. More... | |
class | PropertyLib::PropertyMachineFactory |
Factory to create property editors and property viewers. More... | |
class | PropertyLib::PropertyWidget |
An abstract base class of property viewer and editor vidget. More... | |
class | PropertyLib::PropertyWidgetProxy |
class | PropertyLib::PSizeEdit |
Property editor for QSize values. More... | |
class | PropertyLib::PSizePolicyEdit |
Property editor for QSizePolicy values. More... | |
class | PropertyLib::PSpinBox |
Property editor with integer num input box. More... | |
class | PropertyLib::PStringListEdit |
Property editor with string list editor. More... | |
class | PropertyLib::PSymbolCombo |
Property editor with char selector. More... | |
class | PropertyLib::PUrlEdit |
Property editor with an url editor to choose the location of file or directory. More... | |
class | PropertyLib::PYesNoButton |
Property editor with yes-no button to edit boolean values. More... | |
Typedefs | |
typedef Machine *(* | createMachine )() |
A pointer to factory function which creates and returns machine for a property. |
Typedef Documentation
|
A pointer to factory function which creates and returns machine for a property.
Definition at line 64 of file propertymachinefactory.h. |