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

Public Methods | |
| Txq2dAxis () | |
| The constructor is default. More... | |
| virtual | ~Txq2dAxis () |
| The destructor is default. More... | |
| void | setTitleLabel (QString lablel) |
| set the title label. More... | |
| void | setTitleLabel (QString lablel, double xpos, double ypos) |
| set the title label. More... | |
| QString | getTitleLabel () |
| get the title label. More... | |
| void | setTitleLabelFont (QFont f) |
| set the title label font. More... | |
| void | setTitleLabelColor (QColor c) |
| set the title label color. More... | |
| int | getAxisMaxWidth () |
| get the max axis width. More... | |
| int | getAxisMaxHeight () |
| get the max axis height. More... | |
| void | paint (QPainter *g) |
| Paint the Txq2dAxis. More... | |
Private Methods | |
| void | paintAxis (QPainter *g) |
| Paints the Axis. More... | |
| void | paintTickMarks (QPainter *g) |
| Paints the TickMarks. More... | |
| void | paintLogTickMarks (QPainter *g) |
| Paints the log TickMarks. More... | |
| void | paintLabels (QPainter *g) |
| Paints the Labels. More... | |
Private Attributes | |
| Txq2dLabel | titleLabel |
| the title label. More... | |
| double | titleX |
| The X title location. More... | |
| double | titleY |
| The Y title location. More... | |
| int | yTickLabelPos |
| the y tick label position. More... | |
This object can be drawn on a Txq2dCanvas.
Copyright 2000 by Tech-X Corporation
Definition at line 37 of file Txq2dAxis.h.
|
|
The constructor is default.
|
|
|
The destructor is default.
|
|
|
get the max axis height.
Reimplemented from TxqAxis. |
|
|
get the max axis width.
Reimplemented from TxqAxis. |
|
|
get the title label.
Reimplemented from TxqAxis. |
|
|
Paint the Txq2dAxis.
Reimplemented from Txq2dDrawable. |
|
|
Paints the Axis.
|
|
|
Paints the Labels.
|
|
|
Paints the log TickMarks.
|
|
|
Paints the TickMarks.
|
|
|
set the title label.
Reimplemented from TxqAxis. |
|
|
set the title label.
Reimplemented from TxqAxis. |
|
|
set the title label color.
Reimplemented from TxqAxis. |
|
|
set the title label font.
Reimplemented from TxqAxis. |
|
|
the title label.
Definition at line 138 of file Txq2dAxis.h. |
|
|
The X title location.
Definition at line 143 of file Txq2dAxis.h. |
|
|
The Y title location.
Definition at line 147 of file Txq2dAxis.h. |
|
|
the y tick label position.
Definition at line 152 of file Txq2dAxis.h. |
Copyright Tech-X Corporation, all rights reserved.