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