added "install" instruction
[Leditor.git] / src / lqt_bind_QMenuBar.hpp
blobf5d50a60a5f4b593070781b825cfb7d7e9871745
1 #include "lqt_common.hpp"
2 #include <QMenuBar>
3 #include <QtCore>
4 #include <QtGui>
6 template <> class LuaBinder< QMenuBar > : public QMenuBar {
7 private:
8 lua_State *L;
9 public:
10 static int __LuaWrapCall__setCornerWidget (lua_State *L);
11 static int __LuaWrapCall__sizeHint (lua_State *L);
12 static int __LuaWrapCall__addSeparator (lua_State *L);
13 static int __LuaWrapCall__minimumSizeHint (lua_State *L);
14 static int __LuaWrapCall__isDefaultUp (lua_State *L);
15 static int __LuaWrapCall__heightForWidth (lua_State *L);
16 static int __LuaWrapCall__trUtf8__OverloadedVersion__1 (lua_State *L);
17 static int __LuaWrapCall__trUtf8__OverloadedVersion__2 (lua_State *L);
18 static int __LuaWrapCall__trUtf8 (lua_State *L);
19 static int __LuaWrapCall__actionAt (lua_State *L);
20 static int __LuaWrapCall__metaObject (lua_State *L);
21 static int __LuaWrapCall__insertMenu (lua_State *L);
22 static int __LuaWrapCall__tr__OverloadedVersion__1 (lua_State *L);
23 static int __LuaWrapCall__tr__OverloadedVersion__2 (lua_State *L);
24 static int __LuaWrapCall__tr (lua_State *L);
25 static int __LuaWrapCall__delete (lua_State *L);
26 static int __LuaWrapCall__cornerWidget (lua_State *L);
27 static int __LuaWrapCall__new (lua_State *L);
28 static int __LuaWrapCall__setVisible (lua_State *L);
29 static int __LuaWrapCall__clear (lua_State *L);
30 static int __LuaWrapCall__insertSeparator (lua_State *L);
31 static int __LuaWrapCall__addMenu__OverloadedVersion__1 (lua_State *L);
32 static int __LuaWrapCall__addMenu__OverloadedVersion__2 (lua_State *L);
33 static int __LuaWrapCall__addMenu__OverloadedVersion__3 (lua_State *L);
34 static int __LuaWrapCall__addMenu (lua_State *L);
35 static int __LuaWrapCall__setDefaultUp (lua_State *L);
36 static int __LuaWrapCall__addAction__OverloadedVersion__1 (lua_State *L);
37 static int __LuaWrapCall__addAction__OverloadedVersion__2 (lua_State *L);
38 static int __LuaWrapCall__addAction (lua_State *L);
39 static int __LuaWrapCall__setActiveAction (lua_State *L);
40 static int __LuaWrapCall__actionGeometry (lua_State *L);
41 static int __LuaWrapCall__activeAction (lua_State *L);
42 protected:
43 void styleChange (QStyle& arg1);
44 public:
45 protected:
46 void focusInEvent (QFocusEvent * arg1);
47 public:
48 protected:
49 void keyPressEvent (QKeyEvent * arg1);
50 public:
51 const QMetaObject * metaObject () const;
52 int devType () const;
53 void setVisible (bool arg1);
54 QVariant inputMethodQuery (Qt::InputMethodQuery arg1) const;
55 QPaintEngine * paintEngine () const;
56 protected:
57 void dragLeaveEvent (QDragLeaveEvent * arg1);
58 public:
59 protected:
60 void mousePressEvent (QMouseEvent * arg1);
61 public:
62 QSize sizeHint () const;
63 protected:
64 void changeEvent (QEvent * arg1);
65 public:
66 protected:
67 void tabletEvent (QTabletEvent * arg1);
68 public:
69 protected:
70 void customEvent (QEvent * arg1);
71 public:
72 protected:
73 void dropEvent (QDropEvent * arg1);
74 public:
75 QSize minimumSizeHint () const;
76 protected:
77 void windowActivationChange (bool arg1);
78 public:
79 protected:
80 void keyReleaseEvent (QKeyEvent * arg1);
81 public:
82 protected:
83 void showEvent (QShowEvent * arg1);
84 public:
85 protected:
86 void mouseDoubleClickEvent (QMouseEvent * arg1);
87 public:
88 protected:
89 void paintEvent (QPaintEvent * arg1);
90 public:
91 protected:
92 void dragMoveEvent (QDragMoveEvent * arg1);
93 public:
94 protected:
95 void contextMenuEvent (QContextMenuEvent * arg1);
96 public:
97 protected:
98 void enabledChange (bool arg1);
99 public:
100 protected:
101 void mouseReleaseEvent (QMouseEvent * arg1);
102 public:
103 int heightForWidth (int arg1) const;
104 protected:
105 void fontChange (const QFont& arg1);
106 public:
107 protected:
108 bool focusNextPrevChild (bool arg1);
109 public:
110 protected:
111 void disconnectNotify (const char * arg1);
112 public:
113 protected:
114 void mouseMoveEvent (QMouseEvent * arg1);
115 public:
116 protected:
117 void timerEvent (QTimerEvent * arg1);
118 public:
119 protected:
120 void childEvent (QChildEvent * arg1);
121 public:
122 protected:
123 void focusOutEvent (QFocusEvent * arg1);
124 public:
125 protected:
126 int metric (QPaintDevice::PaintDeviceMetric arg1) const;
127 public:
128 protected:
129 void connectNotify (const char * arg1);
130 public:
131 protected:
132 bool eventFilter (QObject * arg1, QEvent * arg2);
133 public:
134 protected:
135 void inputMethodEvent (QInputMethodEvent * arg1);
136 public:
137 protected:
138 void wheelEvent (QWheelEvent * arg1);
139 public:
140 protected:
141 void actionEvent (QActionEvent * arg1);
142 public:
143 protected:
144 void paletteChange (const QPalette& arg1);
145 public:
146 protected:
147 void languageChange ();
148 public:
149 protected:
150 bool event (QEvent * arg1);
151 public:
152 protected:
153 void hideEvent (QHideEvent * arg1);
154 public:
155 protected:
156 void dragEnterEvent (QDragEnterEvent * arg1);
157 public:
158 protected:
159 void moveEvent (QMoveEvent * arg1);
160 public:
161 protected:
162 void closeEvent (QCloseEvent * arg1);
163 public:
164 protected:
165 void leaveEvent (QEvent * arg1);
166 public:
167 protected:
168 void resizeEvent (QResizeEvent * arg1);
169 public:
170 protected:
171 void enterEvent (QEvent * arg1);
172 public:
173 ~LuaBinder< QMenuBar > ();
174 LuaBinder< QMenuBar > (lua_State *l, QWidget * arg1):QMenuBar(arg1), L(l) {}
177 extern "C" int luaopen_QMenuBar (lua_State *L);