|
| InfoItem (std::string name) |
|
void | setName (std::string name) |
|
std::string | getName () |
|
void | setValue (bool value) |
|
void | setValue (int value) |
|
void | setValue (uint8_t value) |
|
void | setValue (uint16_t value) |
|
void | setValue (long value) |
|
void | setValue (uint32_t value) |
|
void | setValue (double value) |
|
void | setValue (uint64_t value) |
|
void | setValue (float value) |
|
void | setValue (std::string value) |
|
bool | getValueAsBool () |
|
int | getValueAsInt () |
|
long | getValueAsLong () |
|
float | getValueAsFloat () |
|
double | getValueAsDouble () |
|
std::string | getValue () |
|
void | setBackground (std::string color) |
|
void | setTextColor (std::string color) |
|
The documentation for this class was generated from the following files:
- robotcontrollerclient/include/InfoItem.hpp
- robotcontrollerclient/src/InfoItem.cpp