#include <TxqCanvas.h>
Inheritance diagram for TxqCanvas::

Public Methods | |
| TxqCanvas () | |
| The constructor is a default constructor. More... | |
| virtual | ~TxqCanvas () |
| The destructor. More... | |
| virtual void | add (TxqDrawable *drawAble) |
| Add the canvas drawables. More... | |
| virtual void | remove (TxqDrawable *drawAble) |
| Remove the canvas drawables. More... | |
| virtual void | remove () |
| Remove all the canvas drawables. More... | |
| virtual void | add (TxqAxis *axis) |
| Add the canvas axis. More... | |
| void | remove (TxqAxis *axis) |
| Remove the canvas axis. More... | |
| TXSTD::vector<TxqDrawable*> | getDrawAbles () |
| Get the canvas drawAbles. More... | |
| TXSTD::vector<TxqAxis*> | getAxes () |
| Get the canvas axes pointers. More... | |
Protected Attributes | |
| TXSTD::vector<TxqDrawable*> | drawAbles |
| The vector of drawables. More... | |
| TXSTD::vector<TxqAxis*> | axes |
| The vector of axes. More... | |
Copyright 2001 by Tech-X Corporation
Definition at line 46 of file TxqCanvas.h.
|
|
The constructor is a default constructor.
|
|
|
The destructor.
|
|
|
Add the canvas axis.
Reimplemented in Txq2dCanvas. |
|
|
Add the canvas drawables.
Reimplemented in Txq2dCanvas. Referenced by Txq2dCanvas::add().
|
|
|
Get the canvas axes pointers.
Definition at line 102 of file TxqCanvas.h. |
|
|
Get the canvas drawAbles.
Definition at line 95 of file TxqCanvas.h. |
|
|
Remove the canvas axis.
Reimplemented in Txq2dCanvas. |
|
|
Remove all the canvas drawables.
Reimplemented in Txq2dCanvas. Referenced by Txq2dCanvas::remove().
|
|
|
Remove the canvas drawables.
Reimplemented in Txq2dCanvas. |
|
|
The vector of axes.
Definition at line 114 of file TxqCanvas.h. |
|
|
The vector of drawables.
Definition at line 109 of file TxqCanvas.h. |
Copyright Tech-X Corporation, all rights reserved.