QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QHeaderView.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QHEADERVIEW_H
2 #define QTSCRIPTSHELL_QHEADERVIEW_H
3 
4 #include <qheaderview.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QHeaderView : public QHeaderView
9 {
10 public:
11  QtScriptShell_QHeaderView(Qt::Orientation orientation, 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& old);
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* e);
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& p) 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* e);
54  void mouseMoveEvent(QMouseEvent* e);
55  void mousePressEvent(QMouseEvent* e);
56  void mouseReleaseEvent(QMouseEvent* e);
57  void moveEvent(QMoveEvent* arg__1);
58  QPaintEngine* paintEngine() const;
59  void paintEvent(QPaintEvent* e);
60  void paintSection(QPainter* painter, const QRect& rect, int logicalIndex) const;
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);
67  QSize sectionSizeFromContents(int logicalIndex) const;
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 flags);
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* e);
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_QHEADERVIEW_H