PropertyUtils Namespace Reference
Functions | |
PropPtr | createProperty (int type, QString name, QString description, QVariant value, bool save) |
PropPtr | createProperty (QString name, QMap< QString, QString > v_correspList, QString description, QVariant value, bool save) |
void | variantMapToPropertyList (const QMap< QString, QVariant > &variantMap, QMap< QString, PropPtr > &properties) |
void | propertyListToVariantMap (const QMap< QString, PropPtr > &properties, QMap< QString, QVariant > &variantMap) |
Function Documentation
|
Definition at line 28 of file propertyutils.cpp. References PropPtr. |
|
Definition at line 23 of file propertyutils.cpp. References PropPtr. Referenced by variantMapToPropertyList(). |
|
Definition at line 42 of file propertyutils.cpp. |
|
Definition at line 34 of file propertyutils.cpp. References createProperty(). |