#include <CentralizedCheckBoxDelegate.h>
Public Member Functions | |
| CentralizedCheckBoxDelegate (QObject *parent=0) | |
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| ~CentralizedCheckBoxDelegate () | |
Definition at line 39 of file CentralizedCheckBoxDelegate.h.
| te::qt::widgets::CentralizedCheckBoxDelegate::CentralizedCheckBoxDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 6 of file CentralizedCheckBoxDelegate.cpp.
| te::qt::widgets::CentralizedCheckBoxDelegate::~CentralizedCheckBoxDelegate | ( | ) |
Definition at line 11 of file CentralizedCheckBoxDelegate.cpp.
| bool te::qt::widgets::CentralizedCheckBoxDelegate::editorEvent | ( | QEvent * | event, |
| QAbstractItemModel * | model, | ||
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) |
Definition at line 32 of file CentralizedCheckBoxDelegate.cpp.
| void te::qt::widgets::CentralizedCheckBoxDelegate::paint | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 15 of file CentralizedCheckBoxDelegate.cpp.