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

Public Methods | |
| TxqLinViewPort () | |
| The constructor is default. More... | |
| double | pixelToX (const QPoint &p) |
| Convert the pixel to the plot x value. More... | |
| double | pixelToY (const QPoint &p) |
| Convert the pixel to the plot y value. More... | |
| short | xToPixel (double x) |
| Convert the x coordinate on the plot to a x pixel value. More... | |
| short | yToPixel (double y) |
| Convert the y coordinate on the plot to a y pixel value. More... | |
| void | setXmin (double val) |
| set the X minimum value of the plot region. More... | |
| void | setXmax (double val) |
| set the X maximum value of the plot region. 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... | |
| ~TxqLinViewPort () | |
| The destructor. More... | |
using a linear scale factor for both X and Y axes.
Copyright 2000 by Tech-X Corporation
Definition at line 32 of file TxqLinViewPort.h.
|
|
The constructor is default.
|
|
|
The destructor.
|
|
|
Convert the pixel to the plot x value.
Reimplemented from TxqViewPort. |
|
|
Convert the pixel to the plot y value.
Reimplemented from TxqViewPort. |
|
|
set the X maximum value of the plot region.
Reimplemented from TxqViewPort. |
|
|
set the X minimum value of the plot region.
Reimplemented from TxqViewPort. |
|
|
set the Y maximum value of the plot region.
Reimplemented from TxqViewPort. |
|
|
set the Y minimum value of the plot region.
Reimplemented from TxqViewPort. |
|
|
Convert the x coordinate on the plot to a x pixel value. Larger valued x pixels are to the right on the screen.
Reimplemented from TxqViewPort. |
|
|
Convert the y coordinate on the plot to a y pixel value. Larger valued y pixels are lower on the screen.
Reimplemented from TxqViewPort. |
Copyright Tech-X Corporation, all rights reserved.