|
Utility for memory Remote Guis. More...
#include <RobotAPI/libraries/armem/server/MemoryRemoteGui.h>
Public Types | |
using | GroupBox = armarx::RemoteGui::Client::GroupBox |
using | Label = armarx::RemoteGui::Client::Label |
Public Member Functions | |
GroupBox | makeGroupBox (const armem::server::wm::CoreSegment &coreSegment) const |
GroupBox | makeGroupBox (const armem::server::wm::Entity &entity) const |
GroupBox | makeGroupBox (const armem::server::wm::Memory &memory) const |
GroupBox | makeGroupBox (const armem::server::wm::ProviderSegment &providerSegment) const |
GroupBox | makeGroupBox (const armem::wm::CoreSegment &coreSegment) const |
GroupBox | makeGroupBox (const armem::wm::Entity &entity) const |
GroupBox | makeGroupBox (const armem::wm::EntityInstance &instance) const |
GroupBox | makeGroupBox (const armem::wm::EntitySnapshot &entitySnapshot) const |
GroupBox | makeGroupBox (const armem::wm::Memory &memory) const |
GroupBox | makeGroupBox (const armem::wm::ProviderSegment &providerSegment) const |
std::string | makeGroupLabel (const std::string &term, const std::string &name, size_t size, const std::string &namePrefix=": '", const std::string &nameSuffix="'") const |
std::string | makeNoItemsMessage (const std::string &term) const |
Public Attributes | |
int | maxHistorySize = 10 |
Utility for memory Remote Guis.
Definition at line 14 of file MemoryRemoteGui.h.
Definition at line 17 of file MemoryRemoteGui.h.
Definition at line 18 of file MemoryRemoteGui.h.
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::server::wm::CoreSegment & | coreSegment | ) | const |
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::server::wm::Entity & | entity | ) | const |
Definition at line 164 of file MemoryRemoteGui.cpp.
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::server::wm::Memory & | memory | ) | const |
Definition at line 120 of file MemoryRemoteGui.cpp.
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::server::wm::ProviderSegment & | providerSegment | ) | const |
Definition at line 146 of file MemoryRemoteGui.cpp.
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::wm::CoreSegment & | coreSegment | ) | const |
Definition at line 140 of file MemoryRemoteGui.cpp.
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::wm::Entity & | entity | ) | const |
Definition at line 158 of file MemoryRemoteGui.cpp.
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::wm::EntityInstance & | instance | ) | const |
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::wm::EntitySnapshot & | entitySnapshot | ) | const |
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::wm::Memory & | memory | ) | const |
MemoryRemoteGui::GroupBox makeGroupBox | ( | const armem::wm::ProviderSegment & | providerSegment | ) | const |
Definition at line 152 of file MemoryRemoteGui.cpp.
std::string makeGroupLabel | ( | const std::string & | term, |
const std::string & | name, | ||
size_t | size, | ||
const std::string & | namePrefix = ": '" , |
||
const std::string & | nameSuffix = "'" |
||
) | const |
std::string makeNoItemsMessage | ( | const std::string & | term | ) | const |
int maxHistorySize = 10 |
Definition at line 40 of file MemoryRemoteGui.h.