Internal: structure used to store a chart zone of a ClarisWksGraph. More...
Public Member Functions | |
| Chart (Zone const &z) | |
| construtor | |
| virtual void | print (std::ostream &o) const |
| print the zone | |
| virtual Type | getType () const |
| return the main type | |
| virtual Type | getSubType () const |
| return the sub type | |
| virtual int | getNumData (int version) const |
| return the number of data | |
| virtual ClarisWksStruct::DSET::Child | getChild () const |
| return a child corresponding to this zone | |
Internal: structure used to store a chart zone of a ClarisWksGraph.
| ClarisWksGraphInternal::Chart::Chart | ( | Zone const & | z | ) | [inline] |
construtor
| virtual ClarisWksStruct::DSET::Child ClarisWksGraphInternal::Chart::getChild | ( | ) | const [inline, virtual] |
return a child corresponding to this zone
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual int ClarisWksGraphInternal::Chart::getNumData | ( | int | version | ) | const [inline, virtual] |
return the number of data
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual Type ClarisWksGraphInternal::Chart::getSubType | ( | ) | const [inline, virtual] |
return the sub type
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual Type ClarisWksGraphInternal::Chart::getType | ( | ) | const [inline, virtual] |
return the main type
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual void ClarisWksGraphInternal::Chart::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print the zone
Reimplemented from ClarisWksGraphInternal::Zone.