MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

TLista::function Struct Reference

Node of the list, conains a single function. More...

Collaboration diagram for TLista::function:

Collaboration graph
[legend]
List of all members.

Public Attributes

color colore
 Color of the function.
char fx [800]
 Text of the function.
functionnext
 Pointer to the next function.
rifpointstructure
 Pointer to the function scomposer by TParserScomponi.
int width
 Drawing width of the function.
int drawflag
 Show/hide the function.

Detailed Description

Node of the list, conains a single function.

Definition at line 21 of file TLista.h.


Member Data Documentation

color TLista::function::colore
 

Color of the function.

Definition at line 26 of file TLista.h.

Referenced by TLista::ExtractColor(), TLista::ModifyNode(), and TLista::NewNode().

int TLista::function::drawflag
 

Show/hide the function.

Definition at line 40 of file TLista.h.

Referenced by TLista::ExtractDrawFlag(), TLista::ModifyNode(), and TLista::NewNode().

char TLista::function::fx[800]
 

Text of the function.

Definition at line 28 of file TLista.h.

Referenced by TLista::ExtractFunction(), TLista::ModifyNode(), and TLista::NewNode().

function* TLista::function::next
 

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().

rif* TLista::function::pointstructure
 

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().

int TLista::function::width
 

Drawing width of the function.

Definition at line 37 of file TLista.h.

Referenced by TLista::ExtractWidth(), TLista::ModifyNode(), and TLista::NewNode().


The documentation for this struct was generated from the following file:

 

SourceForge Logo