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_QCheckBox.h
Go to the documentation of this file.
1
#ifndef QTSCRIPTSHELL_QCHECKBOX_H
2
#define QTSCRIPTSHELL_QCHECKBOX_H
3
4
#include <qcheckbox.h>
5
6
#include <QtScript/qscriptvalue.h>
7
8
class
QtScriptShell_QCheckBox
:
public
QCheckBox
9
{
10
public
:
11
QtScriptShell_QCheckBox
(QWidget* parent = 0);
12
QtScriptShell_QCheckBox
(
const
QString& text, QWidget* parent = 0);
13
~QtScriptShell_QCheckBox
();
14
15
void
actionEvent
(QActionEvent* arg__1);
16
void
changeEvent
(QEvent* e);
17
void
checkStateSet
();
18
void
childEvent
(QChildEvent* arg__1);
19
void
closeEvent
(QCloseEvent* arg__1);
20
void
contextMenuEvent
(QContextMenuEvent* arg__1);
21
void
customEvent
(QEvent* arg__1);
22
int
devType
()
const
;
23
void
dragEnterEvent
(QDragEnterEvent* arg__1);
24
void
dragLeaveEvent
(QDragLeaveEvent* arg__1);
25
void
dragMoveEvent
(QDragMoveEvent* arg__1);
26
void
dropEvent
(QDropEvent* arg__1);
27
void
enterEvent
(QEvent* arg__1);
28
bool
event
(QEvent* e);
29
bool
eventFilter
(QObject* arg__1, QEvent* arg__2);
30
void
focusInEvent
(QFocusEvent* e);
31
bool
focusNextPrevChild
(
bool
next);
32
void
focusOutEvent
(QFocusEvent* e);
33
int
heightForWidth
(
int
arg__1)
const
;
34
void
hideEvent
(QHideEvent* arg__1);
35
bool
hitButton
(
const
QPoint& pos)
const
;
36
void
inputMethodEvent
(QInputMethodEvent* arg__1);
37
QVariant
inputMethodQuery
(Qt::InputMethodQuery arg__1)
const
;
38
void
keyPressEvent
(QKeyEvent* e);
39
void
keyReleaseEvent
(QKeyEvent* e);
40
void
languageChange
();
41
void
leaveEvent
(QEvent* arg__1);
42
int
metric
(QPaintDevice::PaintDeviceMetric arg__1)
const
;
43
void
mouseDoubleClickEvent
(QMouseEvent* arg__1);
44
void
mouseMoveEvent
(QMouseEvent* arg__1);
45
void
mousePressEvent
(QMouseEvent* e);
46
void
mouseReleaseEvent
(QMouseEvent* e);
47
void
moveEvent
(QMoveEvent* arg__1);
48
void
nextCheckState
();
49
QPaintEngine*
paintEngine
()
const
;
50
void
paintEvent
(QPaintEvent* arg__1);
51
void
resizeEvent
(QResizeEvent* arg__1);
52
void
showEvent
(QShowEvent* arg__1);
53
void
tabletEvent
(QTabletEvent* arg__1);
54
void
timerEvent
(QTimerEvent* e);
55
void
wheelEvent
(QWheelEvent* arg__1);
56
57
QScriptValue
__qtscript_self
;
58
};
59
60
#endif // QTSCRIPTSHELL_QCHECKBOX_H
src
scripting
qt-labs-qtscriptgenerator-4.8.1
generated_cpp
com_trolltech_qt_gui
qtscriptshell_QCheckBox.h
Generated on Tue Jun 26 2012 18:41:09 for QCAD Application Framework by
1.8.1.1