#include <DynamicPropertiesList.h>
Public Member Functions | |
| void | addProperty (QObject *obj, QString name) |
| void | removeProperty (QObject *obj, QString name) |
| DynamicPropertyType | type (QObject *obj, QString name) |
| QString | typeInText (QObject *obj, QString name) |
| void | clear (Graph *graph=0) |
| void | changePropertyName (QString name, QString newName, QObject *object) |
Static Public Member Functions | |
| static DynamicPropertiesList * | New () |
Definition at line 38 of file DynamicPropertiesList.h.
| void DynamicPropertiesList::addProperty | ( | QObject * | obj, | |
| QString | name | |||
| ) |
Definition at line 42 of file DynamicPropertiesList.cpp.
| void DynamicPropertiesList::changePropertyName | ( | QString | name, | |
| QString | newName, | |||
| QObject * | object | |||
| ) |
Change property name in all objects from same graph of object.
Definition at line 223 of file DynamicPropertiesList.cpp.
| void DynamicPropertiesList::clear | ( | Graph * | graph = 0 |
) |
Definition at line 201 of file DynamicPropertiesList.cpp.
| DynamicPropertiesList * DynamicPropertiesList::New | ( | ) | [static] |
Definition at line 32 of file DynamicPropertiesList.cpp.
| void DynamicPropertiesList::removeProperty | ( | QObject * | obj, | |
| QString | name | |||
| ) |
Definition at line 82 of file DynamicPropertiesList.cpp.
| DynamicPropertyType DynamicPropertiesList::type | ( | QObject * | obj, | |
| QString | name | |||
| ) |
Return type of property from obj
Definition at line 117 of file DynamicPropertiesList.cpp.
| QString DynamicPropertiesList::typeInText | ( | QObject * | obj, | |
| QString | name | |||
| ) |
Return textual type of property from obj
Definition at line 183 of file DynamicPropertiesList.cpp.
1.6.3