Collaboration diagram for TLista::function:
Public Attributes | |
color | colore |
Color of the function. | |
char | fx [800] |
Text of the function. | |
function * | next |
Pointer to the next function. | |
rif * | pointstructure |
Pointer to the function scomposer by TParserScomponi. | |
int | width |
Drawing width of the function. | |
int | drawflag |
Show/hide the function. |
Definition at line 21 of file TLista.h.
|
Color of the function.
Definition at line 26 of file TLista.h. Referenced by TLista::ExtractColor(), TLista::ModifyNode(), and TLista::NewNode(). |
|
Show/hide the function.
Definition at line 40 of file TLista.h. Referenced by TLista::ExtractDrawFlag(), TLista::ModifyNode(), and TLista::NewNode(). |
|
Text of the function.
Definition at line 28 of file TLista.h. Referenced by TLista::ExtractFunction(), TLista::ModifyNode(), and TLista::NewNode(). |
|
Pointer to the next function.
Definition at line 31 of file TLista.h. Referenced by TLista::ExtractColor(), TLista::ExtractDrawFlag(), TLista::ExtractFunction(), TLista::ExtractStructure(), TLista::ExtractWidth(), TLista::ModifyNode(), TLista::NewNode(), and TLista::RemoveNode(). |
|
Pointer to the function scomposer by TParserScomponi.
Definition at line 34 of file TLista.h. Referenced by TLista::ExtractStructure(), TLista::ModifyNode(), TLista::NewNode(), and TLista::RemoveNode(). |
|
Drawing width of the function.
Definition at line 37 of file TLista.h. Referenced by TLista::ExtractWidth(), TLista::ModifyNode(), and TLista::NewNode(). |