QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QAbstractItemDelegate.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QABSTRACTITEMDELEGATE_H
2 #define QTSCRIPTSHELL_QABSTRACTITEMDELEGATE_H
3 
4 #include <qabstractitemdelegate.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QAbstractItemDelegate : public QAbstractItemDelegate
9 {
10 public:
11  QtScriptShell_QAbstractItemDelegate(QObject* parent = 0);
13 
14  void childEvent(QChildEvent* arg__1);
15  QWidget* createEditor(QWidget* parent, const QStyleOptionViewItem& option, const QModelIndex& index) const;
16  void customEvent(QEvent* arg__1);
17  bool editorEvent(QEvent* event, QAbstractItemModel* model, const QStyleOptionViewItem& option, const QModelIndex& index);
18  bool event(QEvent* arg__1);
19  bool eventFilter(QObject* arg__1, QEvent* arg__2);
20  void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
21  void setEditorData(QWidget* editor, const QModelIndex& index) const;
22  void setModelData(QWidget* editor, QAbstractItemModel* model, const QModelIndex& index) const;
23  QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const;
24  void timerEvent(QTimerEvent* arg__1);
25  void updateEditorGeometry(QWidget* editor, const QStyleOptionViewItem& option, const QModelIndex& index) const;
26 
27  QScriptValue __qtscript_self;
28 };
29 
30 #endif // QTSCRIPTSHELL_QABSTRACTITEMDELEGATE_H