|
|
#include <RobotAPI/libraries/armem/server/RemoteGuiAronDataVisitor.h>
Inheritance diagram for RemoteGuiAronDataVisitor:Classes | |
| struct | Group |
Public Types | |
| using | GridLayout = armarx::RemoteGui::Client::GridLayout |
| using | GroupBox = armarx::RemoteGui::Client::GroupBox |
| using | Label = armarx::RemoteGui::Client::Label |
Public Types inherited from RecursiveVisitor< const data::VariantPtr > | |
| using | Input = typename VisitorBase< const data::VariantPtr >::Input |
| using | InputNonConst = typename std::remove_const< Input >::type |
| using | ListElements = std::vector< InputNonConst > |
| using | MapElements = std::map< std::string, InputNonConst > |
Public Types inherited from VisitorBase< const data::VariantPtr > | |
| using | Input = const data::VariantPtr |
Public Attributes | |
| std::stack< Group > | groups |
| GroupBox | result |
Additional Inherited Members | |
Static Public Member Functions inherited from RecursiveConstVariantVisitor | |
| static MapElements | GetDictElements (Input &n) |
| static ListElements | GetListElements (Input &n) |
Definition at line 16 of file RemoteGuiAronDataVisitor.h.
Definition at line 19 of file RemoteGuiAronDataVisitor.h.
Definition at line 18 of file RemoteGuiAronDataVisitor.h.
Definition at line 20 of file RemoteGuiAronDataVisitor.h.
|
virtualdefault |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
| bool visitEnter | ( | const std::string & | key, |
| const std::string & | type, | ||
| size_t | size | ||
| ) |
Definition at line 17 of file RemoteGuiAronDataVisitor.cpp.
Here is the caller graph for this function:| bool visitExit | ( | ) |
Definition at line 29 of file RemoteGuiAronDataVisitor.cpp.
Here is the caller graph for this function:
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
Definition at line 103 of file RemoteGuiAronDataVisitor.h.
Here is the call graph for this function:
|
inlineoverride |
Definition at line 120 of file RemoteGuiAronDataVisitor.h.
Here is the call graph for this function:
|
inlineoverride |
Definition at line 111 of file RemoteGuiAronDataVisitor.h.
Here is the call graph for this function:
|
inlineoverride |
Definition at line 128 of file RemoteGuiAronDataVisitor.h.
| std::stack<Group> groups |
Definition at line 31 of file RemoteGuiAronDataVisitor.h.
| GroupBox result |
Definition at line 32 of file RemoteGuiAronDataVisitor.h.