![]() |
|
Public Member Functions | |
string2D (const point2D &, const string &) | |
Construct from components. | |
string2D (const point2D &, const string &, const point2D &) | |
string2D (Istream &) | |
Construct from Istream. | |
virtual | ~string2D () |
bool | horizontal () const |
scalar | x () const |
scalar | y () const |
const string & | text () const |
const point2D & | startPt () const |
virtual void | draw (Gstream &) const |
Draw. | |
virtual void | write (Ostream &) const |
Write. | |
void | operator= (const string2D &) |
Friends | |
Gstream & | operator<< (Gstream &, const string2D &) |
Ostream & | operator<< (Ostream &, const string2D &) |
|
Construct from components.
Definition at line 48 of file string2DI.H. |
|
Definition at line 57 of file string2DI.H. |
|
Construct from Istream.
|
|
|
|
Draw.
Implements shape2D. |
|
Definition at line 68 of file string2DI.H. References point2D::x(). |
Here is the call graph for this function:
|
Definition at line 96 of file string2DI.H. |
|
Definition at line 88 of file string2DI.H. References string2D::characters, string2D::direction, and string2D::start. |
|
Definition at line 83 of file string2DI.H. |
|
Write.
Implements shape2D. |
|
Definition at line 73 of file string2DI.H. References point2D::y(). |
Here is the call graph for this function:
|
Definition at line 78 of file string2DI.H. |
|
|
|
Definition at line 107 of file string2DI.H. |