#include <ALabel.hpp>
Inheritance diagram for ALabel::
Public Methods | |
AGraphic * | clone () const |
AGraphic * | create () const |
ALabel () | |
ALabel (char *) | |
ALabel (string &) | |
~ALabel () | |
void | gomo (ostream &) |
void | gomi (istream &) |
void | xmlo (ostream &) |
string | getLabel () |
Protected Attributes | |
string | label |
|
Constructor |
|
Constructor (string) |
|
Constructor (string) |
|
Destructor |
|
Reimplemented from AGraphic. |
|
Reimplemented from AGraphic. |
|
|
|
GOM input Reimplemented from AGraphic. |
|
GOM output Reimplemented from AGraphic. |
|
XML output Reimplemented from AGraphic. |
|
|