QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QAbstractItemView.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QABSTRACTITEMVIEW_H
2 #define QTSCRIPTSHELL_QABSTRACTITEMVIEW_H
3 
4 #include <qabstractitemview.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QAbstractItemView : public QAbstractItemView
9 {
10 public:
11  QtScriptShell_QAbstractItemView(QWidget* parent = 0);
13 
14  void actionEvent(QActionEvent* arg__1);
15  void changeEvent(QEvent* arg__1);
16  void childEvent(QChildEvent* arg__1);
17  void closeEditor(QWidget* editor, QAbstractItemDelegate::EndEditHint hint);
18  void closeEvent(QCloseEvent* arg__1);
19  void commitData(QWidget* editor);
20  void contextMenuEvent(QContextMenuEvent* arg__1);
21  void currentChanged(const QModelIndex& current, const QModelIndex& previous);
22  void customEvent(QEvent* arg__1);
23  void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
24  int devType() const;
25  void doItemsLayout();
26  void dragEnterEvent(QDragEnterEvent* event);
27  void dragLeaveEvent(QDragLeaveEvent* event);
28  void dragMoveEvent(QDragMoveEvent* event);
29  void dropEvent(QDropEvent* event);
30  bool edit(const QModelIndex& index, QAbstractItemView::EditTrigger trigger, QEvent* event);
31  void editorDestroyed(QObject* editor);
32  void enterEvent(QEvent* arg__1);
33  bool event(QEvent* event);
34  bool eventFilter(QObject* arg__1, QEvent* arg__2);
35  void focusInEvent(QFocusEvent* event);
36  bool focusNextPrevChild(bool next);
37  void focusOutEvent(QFocusEvent* event);
38  int heightForWidth(int arg__1) const;
39  void hideEvent(QHideEvent* arg__1);
40  int horizontalOffset() const;
41  void horizontalScrollbarAction(int action);
42  void horizontalScrollbarValueChanged(int value);
43  QModelIndex indexAt(const QPoint& point) const;
44  void inputMethodEvent(QInputMethodEvent* event);
45  QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
46  bool isIndexHidden(const QModelIndex& index) const;
47  void keyPressEvent(QKeyEvent* event);
48  void keyReleaseEvent(QKeyEvent* arg__1);
49  void keyboardSearch(const QString& search);
50  void languageChange();
51  void leaveEvent(QEvent* arg__1);
52  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
53  void mouseDoubleClickEvent(QMouseEvent* event);
54  void mouseMoveEvent(QMouseEvent* event);
55  void mousePressEvent(QMouseEvent* event);
56  void mouseReleaseEvent(QMouseEvent* event);
57  void moveEvent(QMoveEvent* arg__1);
58  QPaintEngine* paintEngine() const;
59  void paintEvent(QPaintEvent* arg__1);
60  void reset();
61  void resizeEvent(QResizeEvent* event);
62  void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end);
63  void rowsInserted(const QModelIndex& parent, int start, int end);
64  void scrollContentsBy(int dx, int dy);
65  void scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible);
66  void selectAll();
67  QList<QModelIndex > selectedIndexes() const;
68  void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
69  QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, const QEvent* event = 0) const;
70  void setModel(QAbstractItemModel* model);
71  void setRootIndex(const QModelIndex& index);
72  void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command);
73  void setSelectionModel(QItemSelectionModel* selectionModel);
74  void showEvent(QShowEvent* arg__1);
75  int sizeHintForColumn(int column) const;
76  int sizeHintForRow(int row) const;
77  void startDrag(Qt::DropActions supportedActions);
78  void tabletEvent(QTabletEvent* arg__1);
79  void timerEvent(QTimerEvent* event);
80  void updateEditorData();
82  void updateGeometries();
83  int verticalOffset() const;
84  void verticalScrollbarAction(int action);
85  void verticalScrollbarValueChanged(int value);
86  QStyleOptionViewItem viewOptions() const;
87  bool viewportEvent(QEvent* event);
88  QRect visualRect(const QModelIndex& index) const;
89  QRegion visualRegionForSelection(const QItemSelection& selection) const;
90  void wheelEvent(QWheelEvent* arg__1);
91 
92  QModelIndex moveCursor(QAbstractItemView::CursorAction, Qt::KeyboardModifiers)
93  { return QModelIndex(); }
94 
95 
96  QScriptValue __qtscript_self;
97 };
98 
99 #endif // QTSCRIPTSHELL_QABSTRACTITEMVIEW_H