Classes | |
class | LineWeightProperty |
class | PlainTextProperty |
Class for holding a plain text property. More... | |
class | VBoolProperty |
The VBoolProperty can take two states: True or False. More... | |
class | VColorProperty |
class | VColorPropertyEditor |
struct | Vector3D |
class | QVector3DProperty |
class | VEmptyProperty |
class | VEnumProperty |
class | VFileProperty |
class | VFileEditWidget |
class | VLabelProperty |
Class for holding a string property. More... | |
class | VLineColorProperty |
class | LineTypeProperty |
class | SpinboxProperty |
Class for holding an integer property. More... | |
class | DoubleSpinboxProperty |
Class for holding a double property. More... | |
class | VObjectProperty |
class | VPointFProperty |
class | VShortcutProperty |
This property can be used to handle key shortcuts. More... | |
class | VShortcutEditWidget |
class | VStringProperty |
Class for holding a string property. More... | |
class | VWidgetProperty |
This property holds a QWidget and displays it, if the view supports that. If not, it will behave like an empty property. More... | |
class | VAbstractPropertyFactory |
class | VFilePropertyPrivate |
class | UserChangeEvent |
class | VProperty |
class | VPropertyPrivate |
class | VPropertyDelegate |
class | VPropertyFactoryManager |
class | VPropertyFactoryManagerPrivate |
class | VPropertyFormView |
This class populates a form layout with the properties in a model. More... | |
class | VPropertyFormViewPrivate |
class | VPropertyFormWidget |
Class that displays the sub properties of a property using a form layout. More... | |
class | VPropertyFormWidgetPrivate |
class | VPropertyModel |
This is the base model for managing all the properties and passing them to the view. More... | |
class | VPropertyModelPrivate |
class | VPropertySet |
VPropertySet is a simple class for managing a set of properties. If you don't need all the Model-functionality, chose this class over VPropertyModel. More... | |
class | VPropertySetPrivate |
class | VPropertyTreeView |
class | VPropertyTreeViewPrivate |
class | VSerializedProperty |
class | VStandardPropertyFactory |
The standard property factory is able to create all the properties that are included in VPropertyExplorer by default. More... | |
class | VWidgetPropertyPrivate |
Enumerations | |
enum class | Property : char { Simple , Complex , Label } |
Variables | |
static const int | MyCustomEventType = 1099 |
|
strong |
Enumerator | |
---|---|
Simple | |
Complex | |
Label |
Definition at line 43 of file vproperty.h.
|
static |
Definition at line 45 of file vproperty.h.
Referenced by VPE::VPropertyFormWidget::eventFilter().