Seamly2D
Code documentation
VPE::VPropertyFormWidgetPrivate Class Reference

#include <vpropertyformwidget_p.h>

Inheritance diagram for VPE::VPropertyFormWidgetPrivate:
Collaboration diagram for VPE::VPropertyFormWidgetPrivate:

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< SEditorWidgetEditorWidgets
 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...
 

Detailed Description

Definition at line 36 of file vpropertyformwidget_p.h.

Constructor & Destructor Documentation

◆ VPropertyFormWidgetPrivate() [1/2]

VPE::VPropertyFormWidgetPrivate::VPropertyFormWidgetPrivate ( )
inline

Default constructor.

Definition at line 61 of file vpropertyformwidget_p.h.

◆ VPropertyFormWidgetPrivate() [2/2]

VPE::VPropertyFormWidgetPrivate::VPropertyFormWidgetPrivate ( const QList< VProperty * > &  properties)
inlineexplicit

Constructor.

Definition at line 66 of file vpropertyformwidget_p.h.

◆ ~VPropertyFormWidgetPrivate()

virtual VPE::VPropertyFormWidgetPrivate::~VPropertyFormWidgetPrivate ( )
inlinevirtual

Definition at line 70 of file vpropertyformwidget_p.h.

Member Data Documentation

◆ EditorWidgets

QList<SEditorWidget> VPE::VPropertyFormWidgetPrivate::EditorWidgets

Binds the properties to their editors.

Definition at line 54 of file vpropertyformwidget_p.h.

◆ Properties

QList<VProperty*> VPE::VPropertyFormWidgetPrivate::Properties

◆ UpdateEditors

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.


The documentation for this class was generated from the following file: