QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QPlainTextEdit.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QPLAINTEXTEDIT_H
2 #define QTSCRIPTSHELL_QPLAINTEXTEDIT_H
3 
4 #include <qplaintextedit.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QPlainTextEdit : public QPlainTextEdit
9 {
10 public:
11  QtScriptShell_QPlainTextEdit(QWidget* parent = 0);
12  QtScriptShell_QPlainTextEdit(const QString& text, QWidget* parent = 0);
14 
15  void actionEvent(QActionEvent* arg__1);
16  bool canInsertFromMimeData(const QMimeData* source) const;
17  void changeEvent(QEvent* e);
18  void childEvent(QChildEvent* arg__1);
19  void closeEvent(QCloseEvent* arg__1);
20  void contextMenuEvent(QContextMenuEvent* e);
21  QMimeData* createMimeDataFromSelection() const;
22  void customEvent(QEvent* arg__1);
23  int devType() const;
24  void dragEnterEvent(QDragEnterEvent* e);
25  void dragLeaveEvent(QDragLeaveEvent* e);
26  void dragMoveEvent(QDragMoveEvent* e);
27  void dropEvent(QDropEvent* e);
28  void enterEvent(QEvent* arg__1);
29  bool event(QEvent* e);
30  bool eventFilter(QObject* arg__1, QEvent* arg__2);
31  void focusInEvent(QFocusEvent* e);
32  bool focusNextPrevChild(bool next);
33  void focusOutEvent(QFocusEvent* e);
34  int heightForWidth(int arg__1) const;
35  void hideEvent(QHideEvent* arg__1);
36  void inputMethodEvent(QInputMethodEvent* arg__1);
37  QVariant inputMethodQuery(Qt::InputMethodQuery property) const;
38  void insertFromMimeData(const QMimeData* source);
39  void keyPressEvent(QKeyEvent* e);
40  void keyReleaseEvent(QKeyEvent* e);
41  void languageChange();
42  void leaveEvent(QEvent* arg__1);
43  QVariant loadResource(int type, const QUrl& name);
44  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
45  void mouseDoubleClickEvent(QMouseEvent* e);
46  void mouseMoveEvent(QMouseEvent* e);
47  void mousePressEvent(QMouseEvent* e);
48  void mouseReleaseEvent(QMouseEvent* e);
49  void moveEvent(QMoveEvent* arg__1);
50  QPaintEngine* paintEngine() const;
51  void paintEvent(QPaintEvent* e);
52  void resizeEvent(QResizeEvent* e);
53  void scrollContentsBy(int dx, int dy);
54  void showEvent(QShowEvent* arg__1);
55  void tabletEvent(QTabletEvent* arg__1);
56  void timerEvent(QTimerEvent* e);
57  bool viewportEvent(QEvent* arg__1);
58  void wheelEvent(QWheelEvent* e);
59 
60  QScriptValue __qtscript_self;
61 };
62 
63 #endif // QTSCRIPTSHELL_QPLAINTEXTEDIT_H