QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QTreeView.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QTREEVIEW_H
2 #define QTSCRIPTSHELL_QTREEVIEW_H
3 
4 #include <qtreeview.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QTreeView : public QTreeView
9 {
10 public:
11  QtScriptShell_QTreeView(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 drawBranches(QPainter* painter, const QRect& rect, const QModelIndex& index) const;
30  void drawRow(QPainter* painter, const QStyleOptionViewItem& options, const QModelIndex& index) const;
31  void dropEvent(QDropEvent* event);
32  bool edit(const QModelIndex& index, QAbstractItemView::EditTrigger trigger, QEvent* event);
33  void editorDestroyed(QObject* editor);
34  void enterEvent(QEvent* arg__1);
35  bool event(QEvent* event);
36  bool eventFilter(QObject* arg__1, QEvent* arg__2);
37  void focusInEvent(QFocusEvent* event);
38  bool focusNextPrevChild(bool next);
39  void focusOutEvent(QFocusEvent* event);
40  int heightForWidth(int arg__1) const;
41  void hideEvent(QHideEvent* arg__1);
42  int horizontalOffset() const;
43  void horizontalScrollbarAction(int action);
44  void horizontalScrollbarValueChanged(int value);
45  QModelIndex indexAt(const QPoint& p) const;
46  void inputMethodEvent(QInputMethodEvent* event);
47  QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
48  bool isIndexHidden(const QModelIndex& index) const;
49  void keyPressEvent(QKeyEvent* event);
50  void keyReleaseEvent(QKeyEvent* arg__1);
51  void keyboardSearch(const QString& search);
52  void languageChange();
53  void leaveEvent(QEvent* arg__1);
54  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
55  void mouseDoubleClickEvent(QMouseEvent* event);
56  void mouseMoveEvent(QMouseEvent* event);
57  void mousePressEvent(QMouseEvent* event);
58  void mouseReleaseEvent(QMouseEvent* event);
59  void moveEvent(QMoveEvent* arg__1);
60  QPaintEngine* paintEngine() const;
61  void paintEvent(QPaintEvent* event);
62  void reset();
63  void resizeEvent(QResizeEvent* event);
64  void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end);
65  void rowsInserted(const QModelIndex& parent, int start, int end);
66  void scrollContentsBy(int dx, int dy);
67  void scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible);
68  void selectAll();
69  QList<QModelIndex > selectedIndexes() const;
70  void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
71  QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, const QEvent* event) const;
72  void setModel(QAbstractItemModel* model);
73  void setRootIndex(const QModelIndex& index);
74  void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command);
75  void setSelectionModel(QItemSelectionModel* selectionModel);
76  void showEvent(QShowEvent* arg__1);
77  int sizeHintForColumn(int column) const;
78  int sizeHintForRow(int row) const;
79  void startDrag(Qt::DropActions supportedActions);
80  void tabletEvent(QTabletEvent* arg__1);
81  void timerEvent(QTimerEvent* event);
82  void updateEditorData();
84  void updateGeometries();
85  int verticalOffset() const;
86  void verticalScrollbarAction(int action);
87  void verticalScrollbarValueChanged(int value);
88  QStyleOptionViewItem viewOptions() const;
89  bool viewportEvent(QEvent* event);
90  QRect visualRect(const QModelIndex& index) const;
91  QRegion visualRegionForSelection(const QItemSelection& selection) const;
92  void wheelEvent(QWheelEvent* arg__1);
93 
94  QScriptValue __qtscript_self;
95 };
96 
97 #endif // QTSCRIPTSHELL_QTREEVIEW_H