#include <TxqTitleTab.h>
Inheritance diagram for TxqTitleTab::

Public Methods | |
| TxqTitleTab (QWidget *parent, const QString &tle, const QColor &col) | |
| This constructor requires all inputs to be set. More... | |
| virtual | ~TxqTitleTab () |
| The TxqTitleTab destructor. More... | |
| void | setData (const QString &tle, const QColor &col) |
| Set the title data. More... | |
| QString | getTitle () |
| Get the title as a QString. More... | |
| QColor | getTitleColor () |
| Get the title color. More... | |
Protected Slots | |
| void | changeColor (bool on) |
| Open a color dialog box to change the title color. More... | |
Private Attributes | |
| QLineEdit* | editor |
| The plot attribute editors. More... | |
| QLabel* | title |
| The title label. More... | |
| QCheckBox* | colorBox |
| The color check box. More... | |
| QColor | color |
| The color of the title. More... | |
Copyright 1998 - 2001 by Tech-X Corporation
Definition at line 45 of file TxqTitleTab.h.
|
|
This constructor requires all inputs to be set.
|
|
|
The TxqTitleTab destructor.
|
|
|
Open a color dialog box to change the title color.
|
|
|
Get the title as a QString.
|
|
|
Get the title color.
|
|
|
Set the title data.
|
|
|
The color of the title.
Definition at line 113 of file TxqTitleTab.h. |
|
|
The color check box.
Definition at line 108 of file TxqTitleTab.h. |
|
|
The plot attribute editors.
Definition at line 98 of file TxqTitleTab.h. |
|
|
The title label.
Definition at line 103 of file TxqTitleTab.h. |
Copyright Tech-X Corporation, all rights reserved.