casa
$Rev:20696$
|
#include <DSPixelText.h>
Public Member Functions | |
DSPixelText () | |
DSPixelText (const Record &settings) | |
DSPixelText (DSScreenText &other) | |
DSPixelText (DSWorldText &other) | |
virtual | ~DSPixelText () |
virtual Record | getOptions () |
Get and set options. | |
virtual Bool | setOptions (const Record &settings) |
virtual Record | getRawOptions () |
virtual void | recalculateScreenPosition () |
Definition at line 46 of file DSPixelText.h.
casa::DSPixelText::DSPixelText | ( | const Record & | settings | ) |
casa::DSPixelText::DSPixelText | ( | DSScreenText & | other | ) |
casa::DSPixelText::DSPixelText | ( | DSWorldText & | other | ) |
virtual casa::DSPixelText::~DSPixelText | ( | ) | [virtual] |
virtual Record casa::DSPixelText::getOptions | ( | ) | [virtual] |
virtual Record casa::DSPixelText::getRawOptions | ( | ) | [inline, virtual] |
Implements casa::DisplayShapeWithCoords.
Definition at line 60 of file DSPixelText.h.
References getOptions().
virtual void casa::DSPixelText::recalculateScreenPosition | ( | ) | [inline, virtual] |
virtual Bool casa::DSPixelText::setOptions | ( | const Record & | settings | ) | [virtual] |
Reimplemented from casa::DSText.