casa
$Rev:20696$
|
Helper class for QtDisplayPanelGui, for display of tracking information. More...
#include <QtDisplayPanelGui.qo.h>
Public Member Functions | |
TrackBox (QtDisplayData *qdd, QWidget *parent=0) | |
void | setText (String trkgString) |
void | clear () |
QtDisplayData * | dd () |
String | name () |
Protected Member Functions | |
void | setTrackingHeight_ () |
Attempts automatic adjustment of tracking display height according to contents. | |
Protected Attributes | |
QtDisplayData * | qdd_ |
QTextEdit * | trkgEdit_ |
Private Member Functions | |
TrackBox () |
Helper class for QtDisplayPanelGui, for display of tracking information.
TrackBox is the widget for the position the tracking information of a single QtDisplayData within a QtDisplayPanelGui. trkgWidget_ will show a TrackBox for each registered QDD capable of displaying tracking information, in registration order. TrackBox is simply a QGroupBox with a QTextEdit inside it. The QGroupBox displays the QDD's name and has a checkbox that can be used to hide the tracking text area to save space. TrackBox is intended to be used exclusively by QtDisplayPanelGui.
Definition at line 653 of file QtDisplayPanelGui.qo.h.
casa::TrackBox::TrackBox | ( | QtDisplayData * | qdd, |
QWidget * | parent = 0 |
||
) |
casa::TrackBox::TrackBox | ( | ) | [inline, private] |
Definition at line 677 of file QtDisplayPanelGui.qo.h.
void casa::TrackBox::clear | ( | ) | [inline] |
Definition at line 662 of file QtDisplayPanelGui.qo.h.
References trkgEdit_.
QtDisplayData* casa::TrackBox::dd | ( | ) | [inline] |
Definition at line 663 of file QtDisplayPanelGui.qo.h.
References qdd_.
String casa::TrackBox::name | ( | ) | [inline] |
Definition at line 664 of file QtDisplayPanelGui.qo.h.
void casa::TrackBox::setText | ( | String | trkgString | ) |
void casa::TrackBox::setTrackingHeight_ | ( | ) | [protected] |
Attempts automatic adjustment of tracking display height according to contents.
QtDisplayData* casa::TrackBox::qdd_ [protected] |
Definition at line 672 of file QtDisplayPanelGui.qo.h.
Referenced by dd().
QTextEdit* casa::TrackBox::trkgEdit_ [protected] |
Definition at line 673 of file QtDisplayPanelGui.qo.h.
Referenced by clear().