#include <vfileproperty_p.h>
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... | |
VProperty * | Parent |
The parent property. More... | |
QWidget * | editor |
Property | type |
QList< VProperty * > | Children |
List of child properties. More... | |
Definition at line 31 of file vfileproperty_p.h.
|
inline |
Constructor passing name and type.
Definition at line 42 of file vfileproperty_p.h.
|
inline |
Constructor.
Definition at line 46 of file vfileproperty_p.h.
|
virtual |
Definition at line 52 of file vfileproperty_p.h.
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.
QString VPE::VFilePropertyPrivate::FileFilters |
File filters.
Definition at line 35 of file vfileproperty_p.h.