class Symbol
|
Instances of this class are symbols (or text-elements). More... |
|
|
Public Methods
- Symbol ()
- Symbol (Position p, int symbol)
- Symbol (Position p, int symbol, int displ)
- Symbol (Position p, int symbol, int displ, int parameter)
- Symbol (Position p, char * text)
- Symbol (Position p, char * text, int displ)
- Symbol (const Symbol&)
- bool isParameterized () const
- bool isText () const
- bool isSymbol () const
- int symbol () const
- int displacement () const
- const char * text () const
- int parameter () const
- void setSymbol (int)
- void setDisplacement (int)
- void setText (char*)
- void setParameter (int)
- virtual ostream & print (int,ostream&) const
- virtual void flush (const char*) const
- virtual Element * copy () const
Public Static Methods
Instances of this class are symbols (or text-elements). They do not need a (graphical) presentation of their own. They can be displayed
graphically within the presentation of the parts, they belong to.
Symbol (Position p, int symbol, int displ)
| Symbol |
Symbol (Position p, int symbol, int displ, int parameter)
| Symbol |
Symbol (Position p, char * text, int displ)
| Symbol |
bool isParameterized ()
| isParameterized |
[const]
[const]
bool isSymbol ()
| isSymbol |
[const]
[const]
int displacement ()
| displacement |
[const]
const char * text ()
| text |
[const]
int parameter ()
| parameter |
[const]
void setSymbol (int)
| setSymbol |
void setDisplacement (int)
| setDisplacement |
void setText (char*)
| setText |
void setParameter (int)
| setParameter |
[const virtual]
Reimplemented from Event.
void flush (const char*)
| flush |
[const virtual]
Reimplemented from Event.
[const virtual]
Reimplemented from Event.
[static]
Generated by: wuerthne on clouseau on Fri Sep 21 19:20:46 2001, using kdoc 2.0a53. |