|
Public Slots |
| bool | isActiveData () const |
| bool | isDoubleBuffered () const |
| KDChartParams * | params () const |
| KDChartTableDataBase * | data () const |
| const KDChartDataRegionList * | dataRegions () const |
| void | setActiveData (bool active) |
| void | setDoubleBuffered (bool doublebuffered) |
| void | setParams (KDChartParams *params) |
| void | setData (KDChartTableDataBase *data) |
| void | paintTo (QPainter &painter, const QRect *rect=0) |
| void | print (QPainter &painter, const QRect *rect=0) |
Signals |
| void | dataLeftClicked (uint row, uint col) |
| void | dataLeftClicked (const QPoint &pnt) |
| void | dataMiddleClicked (uint row, uint col) |
| void | dataMiddleClicked (const QPoint &pnt) |
| void | dataRightClicked (uint row, uint col) |
| void | dataRightClicked (const QPoint &pnt) |
| void | dataLeftPressed (uint row, uint col) |
| void | dataLeftPressed (const QPoint &pnt) |
| void | dataMiddlePressed (uint row, uint col) |
| void | dataMiddlePressed (const QPoint &pnt) |
| void | dataRightPressed (uint row, uint col) |
| void | dataRightPressed (const QPoint &pnt) |
| void | dataLeftReleased (uint row, uint col) |
| void | dataLeftReleased (const QPoint &pnt) |
| void | dataMiddleReleased (uint row, uint col) |
| void | dataMiddleReleased (const QPoint &pnt) |
| void | dataRightReleased (uint row, uint col) |
| void | dataRightReleased (const QPoint &pnt) |
| void | barsDisplayed (int barsDisplayed, int barsLeft) |
Public Member Functions |
| | KDChartWidget (QWidget *parent=0, const char *name=0) |
| | KDChartWidget (KDChartParams *params, KDChartTableDataBase *data, QWidget *parent=0, const char *name=0) |
| | ~KDChartWidget () |
Protected Member Functions |
| virtual void | paintEvent (QPaintEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | resizeEvent (QResizeEvent *event) |
Properties |
| bool | activeData |
| bool | doubleBuffered |
Private Attributes |
| KDChartParams * | _params |
| KDChartTableDataBase * | _data |
| bool | _activeData |
| bool | _doubleBuffered |
| QPixmap | _buffer |
| KDChartDataRegion * | _mousePressedOnRegion |
| KDChartDataRegionList | _dataRegions |