|
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 = armarx::armem::arondto::MemoryID::ToAronType()->getFullName() |
const std::string | sanitizedMemoryIDTypeName = "MemoryID" |
armarx::aron::Path deserializePath | ( | const QStringList & | qpath | ) |
Definition at line 25 of file serialize_path.cpp.
std::string sanitizeTypeName | ( | const std::string & | typeName | ) |
Definition at line 29 of file sanitize_typename.cpp.
QStringList serializePath | ( | const aron::Path & | path | ) |
Definition at line 13 of file serialize_path.cpp.
const int keyIndexRole = Qt::UserRole + 10 |
Definition at line 16 of file DataTreeBuilderBase.cpp.
const std::string rawMemoryIDTypeName = armarx::armem::arondto::MemoryID::ToAronType()->getFullName() |
Definition at line 10 of file sanitize_typename.cpp.
const std::string sanitizedMemoryIDTypeName = "MemoryID" |
Definition at line 11 of file sanitize_typename.cpp.