|
QCAD Application Framework
CAD Application Development and Automation.
|
#include <qtscriptshell_QItemDelegate.h>
Public Member Functions | |
| void | childEvent (QChildEvent *arg__1) |
| void | childEvent (QChildEvent *arg__1) |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | customEvent (QEvent *arg__1) |
| void | customEvent (QEvent *arg__1) |
| void | drawCheck (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, Qt::CheckState state) const |
| void | drawCheck (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, Qt::CheckState state) const |
| void | drawDecoration (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QPixmap &pixmap) const |
| void | drawDecoration (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QPixmap &pixmap) const |
| void | drawDisplay (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QString &text) const |
| void | drawDisplay (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QString &text) const |
| void | drawFocus (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const |
| void | drawFocus (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const |
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) |
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) |
| bool | event (QEvent *arg__1) |
| bool | event (QEvent *arg__1) |
| bool | eventFilter (QObject *object, QEvent *event) |
| bool | eventFilter (QObject *object, QEvent *event) |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QtScriptShell_QItemDelegate (QObject *parent=0) | |
| QtScriptShell_QItemDelegate (QObject *parent=0) | |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | timerEvent (QTimerEvent *arg__1) |
| void | timerEvent (QTimerEvent *arg__1) |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| ~QtScriptShell_QItemDelegate () | |
| ~QtScriptShell_QItemDelegate () | |
Public Attributes | |
| QScriptValue | __qtscript_self |
| QtScriptShell_QItemDelegate::QtScriptShell_QItemDelegate | ( | QObject * | parent = 0 | ) |
| QtScriptShell_QItemDelegate::~QtScriptShell_QItemDelegate | ( | ) |
| QtScriptShell_QItemDelegate::QtScriptShell_QItemDelegate | ( | QObject * | parent = 0 | ) |
| QtScriptShell_QItemDelegate::~QtScriptShell_QItemDelegate | ( | ) |
| void QtScriptShell_QItemDelegate::childEvent | ( | QChildEvent * | arg__1 | ) |
| void QtScriptShell_QItemDelegate::childEvent | ( | QChildEvent * | arg__1 | ) |
| QWidget * QtScriptShell_QItemDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| QWidget* QtScriptShell_QItemDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::customEvent | ( | QEvent * | arg__1 | ) |
| void QtScriptShell_QItemDelegate::customEvent | ( | QEvent * | arg__1 | ) |
| void QtScriptShell_QItemDelegate::drawCheck | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect, | ||
| Qt::CheckState | state | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawCheck | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect, | ||
| Qt::CheckState | state | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawDecoration | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect, | ||
| const QPixmap & | pixmap | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawDecoration | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect, | ||
| const QPixmap & | pixmap | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawDisplay | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect, | ||
| const QString & | text | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawDisplay | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect, | ||
| const QString & | text | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawFocus | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect | ||
| ) | const |
| void QtScriptShell_QItemDelegate::drawFocus | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QRect & | rect | ||
| ) | const |
| bool QtScriptShell_QItemDelegate::editorEvent | ( | QEvent * | event, |
| QAbstractItemModel * | model, | ||
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) |
| bool QtScriptShell_QItemDelegate::editorEvent | ( | QEvent * | event, |
| QAbstractItemModel * | model, | ||
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) |
| bool QtScriptShell_QItemDelegate::event | ( | QEvent * | arg__1 | ) |
| bool QtScriptShell_QItemDelegate::event | ( | QEvent * | arg__1 | ) |
| bool QtScriptShell_QItemDelegate::eventFilter | ( | QObject * | object, |
| QEvent * | event | ||
| ) |
| bool QtScriptShell_QItemDelegate::eventFilter | ( | QObject * | object, |
| QEvent * | event | ||
| ) |
| void QtScriptShell_QItemDelegate::paint | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::paint | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const |
| QSize QtScriptShell_QItemDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, |
| const QModelIndex & | index | ||
| ) | const |
| QSize QtScriptShell_QItemDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, |
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::timerEvent | ( | QTimerEvent * | arg__1 | ) |
| void QtScriptShell_QItemDelegate::timerEvent | ( | QTimerEvent * | arg__1 | ) |
| void QtScriptShell_QItemDelegate::updateEditorGeometry | ( | QWidget * | editor, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| void QtScriptShell_QItemDelegate::updateEditorGeometry | ( | QWidget * | editor, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| QScriptValue QtScriptShell_QItemDelegate::__qtscript_self |