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

Public Methods | |
| TxqTickMarkTab (QWidget *parent, const QString &tle, const QColor &col, bool inside, bool outside) | |
| This constructor requires all inputs to be set. More... | |
| virtual | ~TxqTickMarkTab () |
| The TxqTickMarkTab destructor. More... | |
| void | setData (const QString &tle, const QColor &col, bool inside, bool outside) |
| Set the class data member data from the inputs. More... | |
| bool | getInsideTick () |
| Get the inside tick mark flag. More... | |
| bool | getOutsideTick () |
| Get the outside tick mark flag. More... | |
| QColor | getTickLabelColor () |
| Get the tick label color. More... | |
Protected Slots | |
| void | changeColor (bool on) |
| Open a color dialog box to change the title color. More... | |
Private Attributes | |
| QLabel* | title |
| the title label. More... | |
| QColor | color |
| the color of the title. More... | |
| bool | insideMark |
| the inside tick mark bool flag. More... | |
| bool | outsideMark |
| the outside tick mark bool flag. More... | |
| QCheckBox* | outsideBox |
| the outside tick mark box. More... | |
| QCheckBox* | insideBox |
| the inside tick mark box. More... | |
| QCheckBox* | colorBox |
| the color check box. More... | |
The tick marks can be inside or outside the axis.
Copyright 1998 - 2001 by Tech-X Corporation
Definition at line 47 of file TxqTickMarkTab.h.
|
|
This constructor requires all inputs to be set.
|
|
|
The TxqTickMarkTab destructor.
|
|
|
Open a color dialog box to change the title color.
|
|
|
Get the inside tick mark flag.
Definition at line 82 of file TxqTickMarkTab.h. |
|
|
Get the outside tick mark flag.
Definition at line 88 of file TxqTickMarkTab.h. |
|
|
Get the tick label color.
Definition at line 94 of file TxqTickMarkTab.h. |
|
|
Set the class data member data from the inputs.
|
|
|
the color of the title.
Definition at line 117 of file TxqTickMarkTab.h. |
|
|
the color check box.
Definition at line 142 of file TxqTickMarkTab.h. |
|
|
the inside tick mark box.
Definition at line 137 of file TxqTickMarkTab.h. |
|
|
the inside tick mark bool flag.
Definition at line 122 of file TxqTickMarkTab.h. |
|
|
the outside tick mark box.
Definition at line 132 of file TxqTickMarkTab.h. |
|
|
the outside tick mark bool flag.
Definition at line 127 of file TxqTickMarkTab.h. |
|
|
the title label.
Definition at line 112 of file TxqTickMarkTab.h. |
Copyright Tech-X Corporation, all rights reserved.