QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QTableWidget.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QTABLEWIDGET_H
2 #define QTSCRIPTSHELL_QTABLEWIDGET_H
3 
4 #include <qtablewidget.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QTableWidget : public QTableWidget
9 {
10 public:
11  QtScriptShell_QTableWidget(QWidget* parent = 0);
12  QtScriptShell_QTableWidget(int rows, int columns, QWidget* parent = 0);
14 
15  void actionEvent(QActionEvent* arg__1);
16  void changeEvent(QEvent* arg__1);
17  void childEvent(QChildEvent* arg__1);
18  void closeEditor(QWidget* editor, QAbstractItemDelegate::EndEditHint hint);
19  void closeEvent(QCloseEvent* arg__1);
20  void commitData(QWidget* editor);
21  void contextMenuEvent(QContextMenuEvent* arg__1);
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 dropMimeData(int row, int column, const QMimeData* data, Qt::DropAction action);
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* e);
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  QStringList mimeTypes() const;
56  void mouseDoubleClickEvent(QMouseEvent* event);
57  void mouseMoveEvent(QMouseEvent* event);
58  void mousePressEvent(QMouseEvent* event);
59  void mouseReleaseEvent(QMouseEvent* event);
60  void moveEvent(QMoveEvent* arg__1);
61  QPaintEngine* paintEngine() const;
62  void paintEvent(QPaintEvent* e);
63  void reset();
64  void resizeEvent(QResizeEvent* event);
65  void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end);
66  void rowsInserted(const QModelIndex& parent, int start, int end);
67  void scrollContentsBy(int dx, int dy);
68  void scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint);
69  void selectAll();
70  QList<QModelIndex > selectedIndexes() const;
71  void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
72  QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, const QEvent* event) const;
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  Qt::DropActions supportedDropActions() const;
81  void tabletEvent(QTabletEvent* arg__1);
82  void timerEvent(QTimerEvent* event);
83  void updateEditorData();
85  void updateGeometries();
86  int verticalOffset() const;
87  void verticalScrollbarAction(int action);
88  void verticalScrollbarValueChanged(int value);
89  QStyleOptionViewItem viewOptions() const;
90  bool viewportEvent(QEvent* event);
91  QRect visualRect(const QModelIndex& index) const;
92  QRegion visualRegionForSelection(const QItemSelection& selection) const;
93  void wheelEvent(QWheelEvent* arg__1);
94 
95  QScriptValue __qtscript_self;
96 };
97 
98 #endif // QTSCRIPTSHELL_QTABLEWIDGET_H