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

Public Methods | |
| Txq2dPoint () | |
| This constructor is default. More... | |
| Txq2dPoint (TxqDoublePoint p) | |
| Construct with a TxqDoublePoint value for both x and y. More... | |
| Txq2dPoint (double x, double y) | |
| Construct with a x and y point position. More... | |
| Txq2dPoint (int x, int y) | |
| Construct with a x and y integer position. More... | |
| Txq2dPoint (QPoint p) | |
| Construct with a QPoint position. More... | |
| virtual | ~Txq2dPoint () |
| The destructor is default. More... | |
| void | setPoint (TxqDoublePoint p) |
| Set the point in the real-world coordinate system. More... | |
| void | setPoint (double x, double y) |
| Set the point in the real-world coordinate system. More... | |
| void | setPoint (int x, int y) |
| Set the point in the real-world coordinate system. More... | |
| void | setPoint (QPoint p) |
| Set the point in the real-world coordinate system. More... | |
| TxqDoublePoint | getPoint () |
| Returns the point in the real-world coordinate system. More... | |
| void | setLocation (int x, int y) |
| Overrided to make sure the point is translated with moves to new locations. More... | |
| void | paint (QPainter *g) |
| Paints the point. More... | |
Protected Methods | |
| virtual void | initialize () |
| Initialize the class variables. More... | |
| void | dump (QTextStream *ts) |
| Dump the object contents to the text stream ts. More... | |
Protected Attributes | |
| TxqDoublePoint | point |
| The point location to draw. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 32 of file Txq2dPoint.h.
|
|
This constructor is default.
|
|
|
Construct with a TxqDoublePoint value for both x and y.
|
|
|
Construct with a x and y point position.
|
|
|
Construct with a x and y integer position.
|
|
|
Construct with a QPoint position.
|
|
|
The destructor is default.
Definition at line 70 of file Txq2dPoint.h. |
|
|
Dump the object contents to the text stream ts.
Reimplemented from TxqDrawable. Reimplemented in Txq2dPointArray, and Txq2dPoints. |
|
|
Returns the point in the real-world coordinate system.
|
|
|
Initialize the class variables.
Reimplemented from TxqDrawable. Reimplemented in Txq2dPointArray, and Txq2dPoints. |
|
|
Paints the point.
Reimplemented from Txq2dDrawable. Reimplemented in Txq2dPointArray, and Txq2dPoints. |
|
|
Overrided to make sure the point is translated with moves to new locations.
Reimplemented from TxqDrawable. Reimplemented in Txq2dPointArray, and Txq2dPoints. |
|
|
Set the point in the real-world coordinate system.
|
|
|
Set the point in the real-world coordinate system.
|
|
|
Set the point in the real-world coordinate system.
|
|
|
Set the point in the real-world coordinate system.
|
|
|
The point location to draw.
Definition at line 136 of file Txq2dPoint.h. |
Copyright Tech-X Corporation, all rights reserved.