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

Public Methods | |
| TxqLogLinViewPort () | |
| The constructor is default. More... | |
| double | pixelToY (const QPoint &p) |
| Convert the pixel to the plot y value. More... | |
| short | yToPixel (double y) |
| Convert the y coordinate on the plot to a y pixel value. More... | |
| void | setYmin (double val) |
| set the Y minimum value of the plot region. More... | |
| void | setYmax (double val) |
| set the Y maximum value of the plot region. More... | |
| ~TxqLogLinViewPort () | |
| The destructor. More... | |
Private Attributes | |
| double | lxmin |
| The log of the minimum. More... | |
| double | lxmax |
| The log of the maximum. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 36 of file TxqLogLinViewPort.h.
|
|
The constructor is default.
|
|
|
The destructor.
|
|
|
Convert the pixel to the plot y value.
Reimplemented from TxqLogViewPort. |
|
|
set the Y maximum value of the plot region.
Reimplemented from TxqLogViewPort. |
|
|
set the Y minimum value of the plot region.
Reimplemented from TxqLogViewPort. |
|
|
Convert the y coordinate on the plot to a y pixel value. Larger valued y pixels are lower on the screen.
Reimplemented from TxqLogViewPort. |
|
|
The log of the maximum.
Reimplemented from TxqLogViewPort. Definition at line 95 of file TxqLogLinViewPort.h. |
|
|
The log of the minimum.
Reimplemented from TxqLogViewPort. Definition at line 90 of file TxqLogLinViewPort.h. |
Copyright Tech-X Corporation, all rights reserved.