QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
qtscriptshell_QWizard.h
Go to the documentation of this file.
1
#ifndef QTSCRIPTSHELL_QWIZARD_H
2
#define QTSCRIPTSHELL_QWIZARD_H
3
4
#include <qwizard.h>
5
6
#include <QtScript/qscriptvalue.h>
7
8
class
QtScriptShell_QWizard
:
public
QWizard
9
{
10
public
:
11
QtScriptShell_QWizard
(QWidget* parent = 0, Qt::WindowFlags flags = 0);
12
~QtScriptShell_QWizard
();
13
14
void
accept
();
15
void
actionEvent
(QActionEvent* arg__1);
16
void
changeEvent
(QEvent* arg__1);
17
void
childEvent
(QChildEvent* arg__1);
18
void
cleanupPage
(
int
id
);
19
void
closeEvent
(QCloseEvent* arg__1);
20
void
contextMenuEvent
(QContextMenuEvent* arg__1);
21
void
customEvent
(QEvent* arg__1);
22
int
devType
()
const
;
23
void
done
(
int
result);
24
void
dragEnterEvent
(QDragEnterEvent* arg__1);
25
void
dragLeaveEvent
(QDragLeaveEvent* arg__1);
26
void
dragMoveEvent
(QDragMoveEvent* arg__1);
27
void
dropEvent
(QDropEvent* arg__1);
28
void
enterEvent
(QEvent* arg__1);
29
bool
event
(QEvent*
event
);
30
bool
eventFilter
(QObject* arg__1, QEvent* arg__2);
31
void
focusInEvent
(QFocusEvent* arg__1);
32
bool
focusNextPrevChild
(
bool
next);
33
void
focusOutEvent
(QFocusEvent* arg__1);
34
int
heightForWidth
(
int
arg__1)
const
;
35
void
hideEvent
(QHideEvent* arg__1);
36
void
initializePage
(
int
id
);
37
void
inputMethodEvent
(QInputMethodEvent* arg__1);
38
QVariant
inputMethodQuery
(Qt::InputMethodQuery arg__1)
const
;
39
void
keyPressEvent
(QKeyEvent* arg__1);
40
void
keyReleaseEvent
(QKeyEvent* arg__1);
41
void
languageChange
();
42
void
leaveEvent
(QEvent* arg__1);
43
int
metric
(QPaintDevice::PaintDeviceMetric arg__1)
const
;
44
void
mouseDoubleClickEvent
(QMouseEvent* arg__1);
45
void
mouseMoveEvent
(QMouseEvent* arg__1);
46
void
mousePressEvent
(QMouseEvent* arg__1);
47
void
mouseReleaseEvent
(QMouseEvent* arg__1);
48
void
moveEvent
(QMoveEvent* arg__1);
49
int
nextId
()
const
;
50
QPaintEngine*
paintEngine
()
const
;
51
void
paintEvent
(QPaintEvent* event);
52
void
reject
();
53
void
resizeEvent
(QResizeEvent* event);
54
void
showEvent
(QShowEvent* arg__1);
55
void
tabletEvent
(QTabletEvent* arg__1);
56
void
timerEvent
(QTimerEvent* arg__1);
57
bool
validateCurrentPage
();
58
void
wheelEvent
(QWheelEvent* arg__1);
59
60
QScriptValue
__qtscript_self
;
61
};
62
63
#endif // QTSCRIPTSHELL_QWIZARD_H
src
scripting
qt-labs-qtscriptgenerator-4.7.4
generated_cpp
com_trolltech_qt_gui
qtscriptshell_QWizard.h
Generated on Tue Jun 26 2012 18:41:11 for QCAD Application Framework by
1.8.1.1