#include <piechartview.h>
Public Member Functions | |
PieChartView (Settings *&set, QWidget *parent=0) | |
QRect | visualRect (const QModelIndex &index) const |
void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
QModelIndex | indexAt (const QPoint &point) const |
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 17 of file piechartview.h.
PieChartView::PieChartView | ( | Settings *& | set, | |
QWidget * | parent = 0 | |||
) |
Definition at line 12 of file piechartview.cpp.
bool PieChartView::edit | ( | const QModelIndex & | index, | |
EditTrigger | trigger, | |||
QEvent * | event | |||
) | [protected] |
Definition at line 28 of file piechartview.cpp.
int PieChartView::horizontalOffset | ( | ) | const [protected] |
Definition at line 43 of file piechartview.cpp.
QModelIndex PieChartView::indexAt | ( | const QPoint & | point | ) | const |
Definition at line 33 of file piechartview.cpp.
bool PieChartView::isIndexHidden | ( | const QModelIndex & | index | ) | const [protected] |
Definition at line 38 of file piechartview.cpp.
QModelIndex PieChartView::moveCursor | ( | QAbstractItemView::CursorAction | cursorAction, | |
Qt::KeyboardModifiers | modifiers | |||
) | [protected] |
Definition at line 48 of file piechartview.cpp.
void PieChartView::paintEvent | ( | QPaintEvent * | event | ) | [protected] |
void PieChartView::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
Definition at line 134 of file piechartview.cpp.
void PieChartView::scrollContentsBy | ( | int | dx, | |
int | dy | |||
) | [protected] |
Definition at line 155 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 186 of file piechartview.cpp.
int PieChartView::verticalOffset | ( | ) | const [protected] |
Definition at line 198 of file piechartview.cpp.
QRect PieChartView::visualRect | ( | const QModelIndex & | index | ) | const |
QRegion PieChartView::visualRegionForSelection | ( | const QItemSelection & | selection | ) | const [protected] |
Definition at line 208 of file piechartview.cpp.