Seamly2D
Code documentation
VPE::VFilePropertyPrivate Class Reference

#include <vfileproperty_p.h>

Inheritance diagram for VPE::VFilePropertyPrivate:
Collaboration diagram for VPE::VFilePropertyPrivate:

Public Member Functions

 VFilePropertyPrivate (const QString &name, QVariant::Type type, bool directory=false)
 Constructor passing name and type. More...
 
 VFilePropertyPrivate ()
 Constructor. More...
 
virtual ~VFilePropertyPrivate () Q_DECL_OVERRIDE
 
- Public Member Functions inherited from VPE::VPropertyPrivate
 VPropertyPrivate (const QString &name, QVariant::Type type)
 Constructor passing name and type. More...
 
 VPropertyPrivate ()
 Constructor. More...
 
virtual ~VPropertyPrivate ()
 

Public Attributes

QString FileFilters
 File filters. More...
 
bool Directory
 Determines whether the file property is a file or a directory. Default: false. More...
 
- Public Attributes inherited from VPE::VPropertyPrivate
QVariant VariantValue
 The property's value. This does not have to be used by subclasses, but it makes sense in cases where QVariant supports the data type. Also, this can be used as cache, so that when the data() function gets called by the model, the data does not have to be converted in a QVariant every time. More...
 
QString Name
 Property name. More...
 
QString Description
 Description. More...
 
bool IsEmpty
 Specifies whether the property is empty or not. More...
 
QVariant::Type PropertyVariantType
 Stores the property type. More...
 
bool updateParent
 Stores whether the views have to update the parent of this property if it changes. More...
 
bool UpdateChildren
 Stores whether the views have to update the children of this property if it changes. More...
 
VPropertyParent
 The parent property. More...
 
QWidget * editor
 
Property type
 
QList< VProperty * > Children
 List of child properties. More...
 

Detailed Description

Definition at line 31 of file vfileproperty_p.h.

Constructor & Destructor Documentation

◆ VFilePropertyPrivate() [1/2]

VPE::VFilePropertyPrivate::VFilePropertyPrivate ( const QString &  name,
QVariant::Type  type,
bool  directory = false 
)
inline

Constructor passing name and type.

Definition at line 42 of file vfileproperty_p.h.

◆ VFilePropertyPrivate() [2/2]

VPE::VFilePropertyPrivate::VFilePropertyPrivate ( )
inline

Constructor.

Definition at line 46 of file vfileproperty_p.h.

◆ ~VFilePropertyPrivate()

VPE::VFilePropertyPrivate::~VFilePropertyPrivate ( )
virtual

Definition at line 52 of file vfileproperty_p.h.

Member Data Documentation

◆ Directory

bool VPE::VFilePropertyPrivate::Directory

Determines whether the file property is a file or a directory. Default: false.

Definition at line 38 of file vfileproperty_p.h.

◆ FileFilters

QString VPE::VFilePropertyPrivate::FileFilters

File filters.

Definition at line 35 of file vfileproperty_p.h.


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