|
CARMA C++
|
A row for a table. More...
#include <carma/ui/rtd/common/RtDisplay.h>
Public Member Functions | |
| RtRow (const ::std::string &rowLabel) | |
| Constructor. More... | |
| virtual void | serialize (bool initialize, int fontSize,::rtdproto::RtObject *rtobj) |
| Create the static description of this object to standard out. More... | |
Public Member Functions inherited from carma::ui::rtd::RtTitledObj | |
| std::string | getTitle () |
| Get title. More... | |
| void | setTitle (const std::string &title) |
| Set title for object. More... | |
| virtual void | update () |
| Update the object. 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... | |
Static Public Member Functions | |
| static RtRowPtr | makeRow (const ::std::string &rowLabel) |
Additional Inherited Members | |
Protected Member Functions inherited from carma::ui::rtd::RtTitledObj | |
| RtTitledObj (const std::string &title) | |
| Constructor. More... | |
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... | |
Protected Attributes inherited from carma::ui::rtd::RtTitledObj | |
| std::string | title_ |
| Object title. More... | |
| carma::ui::rtd::RtRow::RtRow | ( | const ::std::string & | rowLabel | ) |
Constructor.
| rowLabel | label for the row |
|
virtual |
Create the static description of this object to standard out.
Implements carma::ui::rtd::RtTitledObj.