armarx::armem::gui::instance Namespace Reference

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"
 

Function Documentation

◆ deserializePath()

armarx::aron::Path deserializePath ( const QStringList &  qpath)

Definition at line 25 of file serialize_path.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sanitizeTypeName()

std::string sanitizeTypeName ( const std::string &  typeName)

Definition at line 29 of file sanitize_typename.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ serializePath()

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:

Variable Documentation

◆ keyIndexRole

const int keyIndexRole = Qt::UserRole + 10

Definition at line 16 of file DataTreeBuilderBase.cpp.

◆ rawMemoryIDTypeName

const std::string rawMemoryIDTypeName = armarx::armem::arondto::MemoryID::ToAronType()->getFullName()

Definition at line 10 of file sanitize_typename.cpp.

◆ sanitizedMemoryIDTypeName

const std::string sanitizedMemoryIDTypeName = "MemoryID"

Definition at line 11 of file sanitize_typename.cpp.