#include <vpropertyformview_p.h>
Public Member Functions | |
VPropertyFormViewPrivate () | |
VPropertyFormViewPrivate (VPropertyModel *prop_model) | |
VPropertyFormViewPrivate (VPropertySet *prop_set) | |
virtual | ~VPropertyFormViewPrivate () Q_DECL_OVERRIDE |
Public Member Functions inherited from VPE::VPropertyFormWidgetPrivate | |
VPropertyFormWidgetPrivate () | |
Default constructor. More... | |
VPropertyFormWidgetPrivate (const QList< VProperty * > &properties) | |
Constructor. More... | |
virtual | ~VPropertyFormWidgetPrivate () |
Public Attributes | |
VPropertyModel * | Model |
The current property model. More... | |
VPropertySet * | PropertySet |
The currently used property set. More... | |
bool | NeedsRebuild |
Determines whether the widget needs to be rebuild. More... | |
bool | IgnoreDataChangedSignal |
Helper variable. More... | |
Public Attributes inherited from VPE::VPropertyFormWidgetPrivate | |
QList< VProperty * > | Properties |
The root property to use. More... | |
QList< SEditorWidget > | EditorWidgets |
Binds the properties to their editors. More... | |
bool | UpdateEditors |
Determines the behaviour of the editors. If this is true, when a focus out event etc. happens, the data will be submitted to the VProperty. If false, you will have to call commitData() yourself. More... | |
Definition at line 35 of file vpropertyformview_p.h.
|
inline |
Definition at line 50 of file vpropertyformview_p.h.
|
inlineexplicit |
Definition at line 55 of file vpropertyformview_p.h.
|
inlineexplicit |
Definition at line 60 of file vpropertyformview_p.h.
|
inlinevirtual |
Definition at line 65 of file vpropertyformview_p.h.
bool VPE::VPropertyFormViewPrivate::IgnoreDataChangedSignal |
Helper variable.
Definition at line 48 of file vpropertyformview_p.h.
VPropertyModel* VPE::VPropertyFormViewPrivate::Model |
The current property model.
Definition at line 39 of file vpropertyformview_p.h.
bool VPE::VPropertyFormViewPrivate::NeedsRebuild |
Determines whether the widget needs to be rebuild.
Definition at line 45 of file vpropertyformview_p.h.
VPropertySet* VPE::VPropertyFormViewPrivate::PropertySet |
The currently used property set.
Definition at line 42 of file vpropertyformview_p.h.