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