CARMA C++
carma::ui::rtd::RtTimeString Class Reference

Time string sends over the UT, LST and local time. More...

#include <carma/ui/rtd/common/RtDisplay.h>

Inheritance diagram for carma::ui::rtd::RtTimeString:
carma::ui::rtd::RtObject

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...
 
- Public Member Functions inherited from carma::ui::rtd::RtObject
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

- Protected Member Functions inherited from carma::ui::rtd::RtObject
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...
 

Detailed Description

Time string sends over the UT, LST and local time.

Definition at line 2203 of file RtDisplay.h.

Constructor & Destructor Documentation

carma::ui::rtd::RtTimeString::RtTimeString ( const char *  ut,
const char *  lst 
)

Constructor.

Parameters
utpointer to string for ut
lstpointer to string for lst

Member Function Documentation

void carma::ui::rtd::RtTimeString::change ( const char *  ut,
const char *  lst 
)

Change time strings.

Parameters
utpointer to string for ut
lstpointer to string for lst
virtual std::string carma::ui::rtd::RtTimeString::getUpdate ( )
virtual

Get string for update.

virtual void carma::ui::rtd::RtTimeString::serialize ( bool  initialize,
int  fontSize,
::rtdproto::RtObject *  rtobj 
)
virtual

Create static representation of object to stdout.

Implements carma::ui::rtd::RtObject.

virtual void carma::ui::rtd::RtTimeString::update ( )
virtual

Update dynamic representation of data.

Implements carma::ui::rtd::RtObject.


The documentation for this class was generated from the following file: