#include <OLPoint.hpp>
Inheritance diagram for OLPoint::
Public Methods | |
OGraphic * | clone () const |
OGraphic * | create () const |
OLPoint () | |
OLPoint (int, int, string &) | |
OLPoint (OPoint &, string &) | |
~OLPoint () | |
bool | isValid () |
void | gomo (ostream &) |
void | gomi (istream &) |
void | xmlo (ostream &) |
void | svgo (ostream &) |
void | clear () |
void | setLabel (string &) |
string | getLabel () |
Protected Attributes | |
string | label |
|
Constructor |
|
Constructor |
|
Constructor |
|
Destructor |
|
Clear the x;y values Reimplemented from OPoint. |
|
Clone the point object Reimplemented from OPoint. |
|
Create a new point object Reimplemented from OPoint. |
|
|
|
GOM input Reimplemented from OPoint. |
|
GOM output Reimplemented from OPoint. |
|
Is valid Reimplemented from OPoint. |
|
|
|
SVG output Reimplemented from OPoint. |
|
XML output Reimplemented from OPoint. |
|
|