CARMA C++
|
Time string sends over the UT, LST and local time. More...
#include <carma/ui/rtd/common/RtDisplay.h>
Public Member Functions | |
void | change (const char *ut, const char *lst) |
Change time strings. More... | |
virtual std::string | getUpdate () |
Get string for update. More... | |
RtTimeString (const char *ut, const char *lst) | |
Constructor. More... | |
virtual void | serialize (bool initialize, int fontSize,::rtdproto::RtObject *rtobj) |
Create static representation of object to stdout. More... | |
virtual void | update () |
Update dynamic representation of data. 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... | |
Additional Inherited Members | |
![]() | |
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... | |
Time string sends over the UT, LST and local time.
Definition at line 2203 of file RtDisplay.h.
carma::ui::rtd::RtTimeString::RtTimeString | ( | const char * | ut, |
const char * | lst | ||
) |
Constructor.
ut | pointer to string for ut |
lst | pointer to string for lst |
void carma::ui::rtd::RtTimeString::change | ( | const char * | ut, |
const char * | lst | ||
) |
Change time strings.
ut | pointer to string for ut |
lst | pointer to string for lst |
|
virtual |
Get string for update.
|
virtual |
Create static representation of object to stdout.
Implements carma::ui::rtd::RtObject.
|
virtual |
Update dynamic representation of data.
Implements carma::ui::rtd::RtObject.