lib/widgets/propeditor/property.h File Reference
#include <qvariant.h>
#include <qmap.h>
Go to the source code of this file.
Classes | |
class | Property |
Property. More... | |
class | MPropPtr< P > |
Master (according to Jeff Alger) pointer to Property. More... | |
Typedefs | |
typedef MPropPtr< Property > | PropPtr |
Enumerations | |
enum | PropertyType { String = QVariant::String, Integer = QVariant::Int, Double = QVariant::Double, Boolean = QVariant::Bool, StringList = QVariant::StringList, Color = QVariant::Color, List = QVariant::List, Map = QVariant::Map, ValueFromList = 2000, Symbol = 2001, FontName = 2002, FieldName = 2003, LineStyle = 2004, UserDefined = 3000 } |
Integers that represent the type of the property. More... |
Typedef Documentation
|
Definition at line 167 of file property.h. Referenced by PropertyUtils::createProperty(). |
Enumeration Type Documentation
|
Integers that represent the type of the property.
Definition at line 33 of file property.h. |