#include <piechartview.h>
Signals | |
| void | exerciseStatesChanged (QList< int > items) |
Public Member Functions | |
| PieChartView (QWidget *parent=0) | |
| ~PieChartView () | |
| QRect | visualRect (const QModelIndex &index) const |
| void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
| QModelIndex | indexAt (const QPoint &point) const |
| QList< int > | aggregateItemList () |
Protected Member Functions | |
| bool | edit (const QModelIndex &index, EditTrigger trigger, QEvent *event) |
| QModelIndex | moveCursor (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers) |
| int | horizontalOffset () const |
| int | verticalOffset () const |
| bool | isIndexHidden (const QModelIndex &index) const |
| void | setSelection (const QRect &, QItemSelectionModel::SelectionFlags command) |
| void | paintEvent (QPaintEvent *event) |
| void | resizeEvent (QResizeEvent *event) |
| void | scrollContentsBy (int dx, int dy) |
| QRegion | visualRegionForSelection (const QItemSelection &selection) const |
Definition at line 10 of file piechartview.h.
| PieChartView::PieChartView | ( | QWidget * | parent = 0 |
) |
Definition at line 15 of file piechartview.cpp.
| PieChartView::~PieChartView | ( | ) |
Definition at line 29 of file piechartview.cpp.
| QList< int > PieChartView::aggregateItemList | ( | ) |
Definition at line 63 of file piechartview.cpp.


| bool PieChartView::edit | ( | const QModelIndex & | index, | |
| EditTrigger | trigger, | |||
| QEvent * | event | |||
| ) | [protected] |
Definition at line 34 of file piechartview.cpp.
| void PieChartView::exerciseStatesChanged | ( | QList< int > | items | ) | [signal] |

| int PieChartView::horizontalOffset | ( | ) | const [protected] |
Definition at line 53 of file piechartview.cpp.
| QModelIndex PieChartView::indexAt | ( | const QPoint & | point | ) | const |
Definition at line 42 of file piechartview.cpp.
| bool PieChartView::isIndexHidden | ( | const QModelIndex & | index | ) | const [protected] |
Definition at line 47 of file piechartview.cpp.
| QModelIndex PieChartView::moveCursor | ( | QAbstractItemView::CursorAction | cursorAction, | |
| Qt::KeyboardModifiers | modifiers | |||
| ) | [protected] |
Definition at line 58 of file piechartview.cpp.
| void PieChartView::paintEvent | ( | QPaintEvent * | event | ) | [protected] |
| void PieChartView::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
Definition at line 175 of file piechartview.cpp.
| void PieChartView::scrollContentsBy | ( | int | dx, | |
| int | dy | |||
| ) | [protected] |
Definition at line 197 of file piechartview.cpp.
| void PieChartView::scrollTo | ( | const QModelIndex & | index, | |
| ScrollHint | hint = EnsureVisible | |||
| ) |
| void PieChartView::setSelection | ( | const QRect & | rect, | |
| QItemSelectionModel::SelectionFlags | command | |||
| ) | [protected] |
Definition at line 228 of file piechartview.cpp.
| int PieChartView::verticalOffset | ( | ) | const [protected] |
Definition at line 240 of file piechartview.cpp.
| QRect PieChartView::visualRect | ( | const QModelIndex & | index | ) | const |
| QRegion PieChartView::visualRegionForSelection | ( | const QItemSelection & | selection | ) | const [protected] |
Definition at line 250 of file piechartview.cpp.
1.5.9