#include <vpropertyformwidget_p.h>
Classes | |
struct | SEditorWidget |
Stores either another VPropertyFormWidget (then Editor is null) or an editor widget (then FormWidget is null) More... | |
Public Member Functions | |
VPropertyFormWidgetPrivate () | |
Default constructor. More... | |
VPropertyFormWidgetPrivate (const QList< VProperty * > &properties) | |
Constructor. More... | |
virtual | ~VPropertyFormWidgetPrivate () |
Public Attributes | |
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 36 of file vpropertyformwidget_p.h.
|
inline |
Default constructor.
Definition at line 61 of file vpropertyformwidget_p.h.
|
inlineexplicit |
Constructor.
Definition at line 66 of file vpropertyformwidget_p.h.
|
inlinevirtual |
Definition at line 70 of file vpropertyformwidget_p.h.
QList<SEditorWidget> VPE::VPropertyFormWidgetPrivate::EditorWidgets |
Binds the properties to their editors.
Definition at line 54 of file vpropertyformwidget_p.h.
The root property to use.
Definition at line 51 of file vpropertyformwidget_p.h.
Referenced by VPE::VPropertyFormView::removeModelAndSet(), VPE::VPropertyFormView::updatePropertyList(), and VPE::VPropertyFormWidget::VPropertyFormWidget().
bool VPE::VPropertyFormWidgetPrivate::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.
Definition at line 58 of file vpropertyformwidget_p.h.