CARMA C++
|
An abstract class for static components that are not updated and do not contain other components. More...
#include <carma/ui/rtd/common/RtDisplay.h>
Public Member Functions | |
virtual void | serialize (bool initialize, int fontSize,::rtdproto::RtObject *rtobj)=0 |
Describe this component to stdout. More... | |
virtual void | update () |
A null update routine. More... | |
![]() | |
void | appendToolTipText (const std::string &text) |
Append more text to the existing tool tip text. More... | |
Layout | getLayout () const |
Get the layout for this object. More... | |
std::string | getToolTipText () |
void | setFontSize (int fontSize) |
Set the absolute font size for this object. More... | |
void | setLayout (Layout layout) |
Set the layout for this object. More... | |
void | setToolTipText (const std::string &text) |
Set the tool tip text for this RtObject. More... | |
virtual | ~RtObject () |
Destructor. More... | |
Protected Member Functions | |
RtStatic () | |
Constructor. More... | |
![]() | |
int | getFontSize (int parentFontSize) const |
Get the absolute font size for this object. More... | |
int | getFontSize () const |
Get the absolute font size for this object. More... | |
RtObject () | |
Constructor. More... | |
An abstract class for static components that are not updated and do not contain other components.
Definition at line 2074 of file RtDisplay.h.
|
explicitprotected |
Constructor.
|
pure virtual |
Describe this component to stdout.
Implements carma::ui::rtd::RtObject.
Implemented in carma::ui::rtd::RtSpacer, and carma::ui::rtd::RtSpring.
|
virtual |
A null update routine.
Implements carma::ui::rtd::RtObject.