|
|
Namespaces | |
| instance | |
Classes | |
| class | AronDataView |
| class | DataTreeBuilder |
| class | DataTreeBuilderBase |
| class | DataView |
| class | GroupBox |
| class | ImageView |
| A widget drawing an image in itself. More... | |
| class | InstanceView |
| class | InstanceViewList |
| class | MemoryIDTreeWidgetItem |
| class | TreeDataVisitor |
| class | TreeDataVisitorBase |
| class | TreeTypedDataVisitor |
| class | TreeTypedJSONConverter |
| class | TypedDataTreeBuilder |
| class | WidgetsWithToolbar |
Functions | |
| aron::Path | deserializePath (const QStringList &qpath) |
| std::string | sanitizeTypeName (const std::string &typeName) |
| QStringList | serializePath (const aron::Path &path) |
Variables | |
| const int | keyIndexRole = Qt::UserRole + 10 |
| const std::string | rawMemoryIDTypeName |
| const std::string | sanitizedMemoryIDTypeName = "MemoryID" |
| armarx::aron::Path deserializePath | ( | const QStringList & | qpath | ) |
Definition at line 26 of file serialize_path.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string sanitizeTypeName | ( | const std::string & | typeName | ) |
Definition at line 31 of file sanitize_typename.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| QStringList serializePath | ( | const aron::Path & | path | ) |
Definition at line 13 of file serialize_path.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| const int keyIndexRole = Qt::UserRole + 10 |
Definition at line 15 of file DataTreeBuilderBase.cpp.
| const std::string rawMemoryIDTypeName |
Definition at line 10 of file sanitize_typename.cpp.
| const std::string sanitizedMemoryIDTypeName = "MemoryID" |
Definition at line 12 of file sanitize_typename.cpp.