casa
5.7.0-16
|
Helper class for QtDisplayPanelGui, for display of tracking information. More...
#include <TrackBox.qo.h>
Signals | |
void | visibilityChange (bool visible, QtDisplayData *) |
Public Member Functions | |
TrackBox (QtDisplayData *qdd, QWidget *parent=0) | |
virtual | ~TrackBox () |
void | setText (std::string trkgString) |
void | clear () |
QtDisplayData * | dd () |
std::string | name () |
Static Public Member Functions | |
static int | heightOpen () |
static int | heightClosed () |
static int | heightHeader () |
Protected Member Functions | |
void | setTrackingHeight_ () |
Attempts automatic adjustment of tracking display height according to contents. More... | |
Protected Attributes | |
QtDisplayData * | qdd_ |
QTextEdit * | trkgEdit_ |
Private Slots | |
void | visibility_event (bool visible) |
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 52 of file TrackBox.qo.h.
casa::TrackBox::TrackBox | ( | QtDisplayData * | qdd, |
QWidget * | parent = 0 |
||
) |
|
virtual |
|
inlineprivate |
Definition at line 92 of file TrackBox.qo.h.
|
inline |
Definition at line 62 of file TrackBox.qo.h.
References trkgEdit_.
|
inline |
Definition at line 65 of file TrackBox.qo.h.
References qdd_.
|
inlinestatic |
Definition at line 73 of file TrackBox.qo.h.
|
inlinestatic |
Definition at line 74 of file TrackBox.qo.h.
|
inlinestatic |
Definition at line 72 of file TrackBox.qo.h.
|
inline |
Definition at line 68 of file TrackBox.qo.h.
void casa::TrackBox::setText | ( | std::string | trkgString | ) |
|
protected |
Attempts automatic adjustment of tracking display height according to contents.
|
privateslot |
|
signal |
|
protected |
Definition at line 88 of file TrackBox.qo.h.
Referenced by dd().
|
protected |
Definition at line 89 of file TrackBox.qo.h.
Referenced by clear().