#include <Plot2d_Object.h>
Public Member Functions | |
| Plot2d_Point () | |
| Plot2d_Point (double theX, double theY, const QString &theText=QString()) | |
Data Fields | |
| double | x |
| double | y |
| QString | text |
| Plot2d_Point::Plot2d_Point | ( | ) |
Constructor
| Plot2d_Point::Plot2d_Point | ( | double | theX, |
| double | theY, | ||
| const QString & | theText = QString() |
||
| ) |
Constructor
| double Plot2d_Point.x |
| double Plot2d_Point.y |
| QString Plot2d_Point.text |