rtop
|
data structure that defines type of entry from which panel menu entrires obtain their c-string data More...
#include <info.h>
Public Member Functions | |
Info (std::string hdr, std::string short_desc, std::string long_desc) | |
Info (std::string hdr, std::string short_desc, std::string long_desc, std::string unit_str) | |
Info (const Info &obj) | |
const char * | Header () |
const char * | longDesc () |
const char * | shortDesc () |
std::string | Unit () |
Private Attributes | |
std::string | header |
header, longdesc and shortdesc of a panel entry More... | |
std::string | longdesc |
std::string | shortdesc |
std::string | units |
data structure that defines type of entry from which panel menu entrires obtain their c-string data
designed for holding string values with additional information.
|
inline |
|
inline |
|
private |