Seamly2D
Code documentation
VPE::VPropertyFormViewPrivate Class Reference

#include <vpropertyformview_p.h>

Inheritance diagram for VPE::VPropertyFormViewPrivate:
Collaboration diagram for VPE::VPropertyFormViewPrivate:

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

VPropertyModelModel
 The current property model. More...
 
VPropertySetPropertySet
 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< 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 35 of file vpropertyformview_p.h.

Constructor & Destructor Documentation

◆ VPropertyFormViewPrivate() [1/3]

VPE::VPropertyFormViewPrivate::VPropertyFormViewPrivate ( )
inline

Definition at line 50 of file vpropertyformview_p.h.

◆ VPropertyFormViewPrivate() [2/3]

VPE::VPropertyFormViewPrivate::VPropertyFormViewPrivate ( VPropertyModel prop_model)
inlineexplicit

Definition at line 55 of file vpropertyformview_p.h.

◆ VPropertyFormViewPrivate() [3/3]

VPE::VPropertyFormViewPrivate::VPropertyFormViewPrivate ( VPropertySet prop_set)
inlineexplicit

Definition at line 60 of file vpropertyformview_p.h.

◆ ~VPropertyFormViewPrivate()

virtual VPE::VPropertyFormViewPrivate::~VPropertyFormViewPrivate ( )
inlinevirtual

Definition at line 65 of file vpropertyformview_p.h.

Member Data Documentation

◆ IgnoreDataChangedSignal

bool VPE::VPropertyFormViewPrivate::IgnoreDataChangedSignal

Helper variable.

Definition at line 48 of file vpropertyformview_p.h.

◆ Model

VPropertyModel* VPE::VPropertyFormViewPrivate::Model

The current property model.

Definition at line 39 of file vpropertyformview_p.h.

◆ NeedsRebuild

bool VPE::VPropertyFormViewPrivate::NeedsRebuild

Determines whether the widget needs to be rebuild.

Definition at line 45 of file vpropertyformview_p.h.

◆ PropertySet

VPropertySet* VPE::VPropertyFormViewPrivate::PropertySet

The currently used property set.

Definition at line 42 of file vpropertyformview_p.h.


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