#include <QxGraph_Canvas.h>

Public Member Functions | |
| QxGraph_Canvas (SUIT_ResourceMgr *) | |
| virtual | ~QxGraph_Canvas () |
| virtual void | addView (QCanvasView *theView) |
| virtual void | removeView (QCanvasView *) |
| QPtrList< QxGraph_Prs > | getPrsList () const |
| QxGraph_Prs * | getPrs (int theIndex=0) |
| void | addPrs (QxGraph_Prs *thePrs) |
| virtual void | removeItem (QCanvasItem *) |
Private Attributes | |
| QValueList< QCanvasView * > | myViews |
| QPtrList< QxGraph_Prs > | myPrsList |
| QxGraph_Canvas::QxGraph_Canvas | ( | SUIT_ResourceMgr * | theMgr | ) |
Constructor
References QtxResourceMgr.colorValue(), DEF_BACK_COLOR, GRAPH_HEIGHT, and GRAPH_WIDTH.
| QxGraph_Canvas::~QxGraph_Canvas | ( | ) | [virtual] |
Destructor
References myPrsList.
| void QxGraph_Canvas::addView | ( | QCanvasView * | theView | ) | [virtual] |
Add view
References myViews.
| void QxGraph_Canvas::removeView | ( | QCanvasView * | theView | ) | [virtual] |
Remove view
References myViews.
| QPtrList<QxGraph_Prs> QxGraph_Canvas.getPrsList | ( | ) | const |
| QxGraph_Prs * QxGraph_Canvas::getPrs | ( | int | theIndex = 0 | ) |
Get Prs object with index theIndex
References myPrsList.
| void QxGraph_Canvas.addPrs | ( | QxGraph_Prs * | thePrs | ) |
| void QxGraph_Canvas::removeItem | ( | QCanvasItem * | theItem | ) | [virtual] |
Remove item
References QxGraph_CanvasView.itemRemoved(), and myViews.
QValueList< QCanvasView* > QxGraph_Canvas.myViews [private] |
QPtrList<QxGraph_Prs> QxGraph_Canvas.myPrsList [private] |