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