#include <ALink.hpp>
Inheritance diagram for ALink::
Public Methods | |
AGraphic * | clone () const |
AGraphic * | create () const |
ALink () | |
ALink (int, int) | |
~ALink () | |
void | gomo (ostream &) |
void | gomi (istream &) |
void | xmlo (ostream &) |
void | setLink (int, int) |
int | getFrom () |
int | getTo () |
Static Public Attributes | |
int | begin = 0 |
int | end = 2 |
int | center = 1 |
Protected Methods | |
string | linkLabel (int) |
Protected Attributes | |
int | from |
int | to |
|
Constructor |
|
Constructor |
|
Destructor |
|
Reimplemented from AGraphic. |
|
Reimplemented from AGraphic. |
|
true end, false begin |
|
true begin, false end |
|
GOM input Reimplemented from AGraphic. |
|
GOM output Reimplemented from AGraphic. |
|
Link label |
|
fE true start from end, false start from begin tB true go to begin, false go to end |
|
XML output Reimplemented from AGraphic. |
|
Static member |
|
|
|
|
|
|
|
|