QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QItemSelectionModel.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QITEMSELECTIONMODEL_H
2 #define QTSCRIPTSHELL_QITEMSELECTIONMODEL_H
3 
4 #include <qitemselectionmodel.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QItemSelectionModel : public QItemSelectionModel
9 {
10 public:
11  QtScriptShell_QItemSelectionModel(QAbstractItemModel* model);
12  QtScriptShell_QItemSelectionModel(QAbstractItemModel* model, QObject* parent);
14 
15  void childEvent(QChildEvent* arg__1);
16  void clear();
17  void customEvent(QEvent* arg__1);
18  bool event(QEvent* arg__1);
19  bool eventFilter(QObject* arg__1, QEvent* arg__2);
20  void reset();
21  void select(const QItemSelection& selection, QItemSelectionModel::SelectionFlags command);
22  void select(const QModelIndex& index, QItemSelectionModel::SelectionFlags command);
23  void timerEvent(QTimerEvent* arg__1);
24 
25  QScriptValue __qtscript_self;
26 };
27 
28 #endif // QTSCRIPTSHELL_QITEMSELECTIONMODEL_H