added "install" instruction
[Leditor.git] / src / lqt_bind_QLabel.hpp
blob8facfaff89a0d096616eed0283242e3615a5222a
1 #include "lqt_common.hpp"
2 #include <QLabel>
3 #include <QtCore>
4 #include <QtGui>
6 template <> class LuaBinder< QLabel > : public QLabel {
7 private:
8 lua_State *L;
9 public:
10 static int __LuaWrapCall__sizeHint (lua_State *L);
11 static int __LuaWrapCall__setBuddy (lua_State *L);
12 static int __LuaWrapCall__setNum__OverloadedVersion__1 (lua_State *L);
13 static int __LuaWrapCall__setNum__OverloadedVersion__2 (lua_State *L);
14 static int __LuaWrapCall__setNum (lua_State *L);
15 static int __LuaWrapCall__buddy (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__tr__OverloadedVersion__1 (lua_State *L);
20 static int __LuaWrapCall__tr__OverloadedVersion__2 (lua_State *L);
21 static int __LuaWrapCall__tr (lua_State *L);
22 static int __LuaWrapCall__textFormat (lua_State *L);
23 static int __LuaWrapCall__picture (lua_State *L);
24 static int __LuaWrapCall__setPicture (lua_State *L);
25 static int __LuaWrapCall__text (lua_State *L);
26 static int __LuaWrapCall__setAlignment (lua_State *L);
27 static int __LuaWrapCall__hasScaledContents (lua_State *L);
28 static int __LuaWrapCall__setIndent (lua_State *L);
29 static int __LuaWrapCall__setOpenExternalLinks (lua_State *L);
30 static int __LuaWrapCall__movie (lua_State *L);
31 static int __LuaWrapCall__setMargin (lua_State *L);
32 static int __LuaWrapCall__setText (lua_State *L);
33 static int __LuaWrapCall__minimumSizeHint (lua_State *L);
34 static int __LuaWrapCall__openExternalLinks (lua_State *L);
35 static int __LuaWrapCall__heightForWidth (lua_State *L);
36 static int __LuaWrapCall__setWordWrap (lua_State *L);
37 static int __LuaWrapCall__margin (lua_State *L);
38 static int __LuaWrapCall__new__OverloadedVersion__1 (lua_State *L);
39 static int __LuaWrapCall__new__OverloadedVersion__2 (lua_State *L);
40 static int __LuaWrapCall__new (lua_State *L);
41 static int __LuaWrapCall__clear (lua_State *L);
42 static int __LuaWrapCall__delete (lua_State *L);
43 static int __LuaWrapCall__setTextFormat (lua_State *L);
44 static int __LuaWrapCall__wordWrap (lua_State *L);
45 static int __LuaWrapCall__setTextInteractionFlags (lua_State *L);
46 static int __LuaWrapCall__pixmap (lua_State *L);
47 static int __LuaWrapCall__indent (lua_State *L);
48 static int __LuaWrapCall__alignment (lua_State *L);
49 static int __LuaWrapCall__setScaledContents (lua_State *L);
50 static int __LuaWrapCall__textInteractionFlags (lua_State *L);
51 static int __LuaWrapCall__setPixmap (lua_State *L);
52 static int __LuaWrapCall__metaObject (lua_State *L);
53 static int __LuaWrapCall__setMovie (lua_State *L);
54 protected:
55 void styleChange (QStyle& arg1);
56 public:
57 protected:
58 void mouseReleaseEvent (QMouseEvent * arg1);
59 public:
60 protected:
61 void keyPressEvent (QKeyEvent * arg1);
62 public:
63 const QMetaObject * metaObject () const;
64 int devType () const;
65 void setVisible (bool arg1);
66 protected:
67 bool focusNextPrevChild (bool arg1);
68 public:
69 QPaintEngine * paintEngine () const;
70 protected:
71 void dragLeaveEvent (QDragLeaveEvent * arg1);
72 public:
73 protected:
74 void mousePressEvent (QMouseEvent * arg1);
75 public:
76 protected:
77 void dragEnterEvent (QDragEnterEvent * arg1);
78 public:
79 protected:
80 void changeEvent (QEvent * arg1);
81 public:
82 protected:
83 void tabletEvent (QTabletEvent * arg1);
84 public:
85 protected:
86 void enterEvent (QEvent * arg1);
87 public:
88 protected:
89 void dropEvent (QDropEvent * arg1);
90 public:
91 QSize minimumSizeHint () const;
92 QSize sizeHint () const;
93 protected:
94 void moveEvent (QMoveEvent * arg1);
95 public:
96 protected:
97 void showEvent (QShowEvent * arg1);
98 public:
99 QVariant inputMethodQuery (Qt::InputMethodQuery arg1) const;
100 protected:
101 void paintEvent (QPaintEvent * arg1);
102 public:
103 protected:
104 void contextMenuEvent (QContextMenuEvent * arg1);
105 public:
106 protected:
107 void fontChange (const QFont& arg1);
108 public:
109 protected:
110 void enabledChange (bool arg1);
111 public:
112 protected:
113 void focusInEvent (QFocusEvent * arg1);
114 public:
115 int heightForWidth (int arg1) const;
116 protected:
117 void mouseDoubleClickEvent (QMouseEvent * arg1);
118 public:
119 protected:
120 void actionEvent (QActionEvent * arg1);
121 public:
122 protected:
123 void disconnectNotify (const char * arg1);
124 public:
125 protected:
126 void mouseMoveEvent (QMouseEvent * arg1);
127 public:
128 protected:
129 void timerEvent (QTimerEvent * arg1);
130 public:
131 protected:
132 void childEvent (QChildEvent * arg1);
133 public:
134 protected:
135 void focusOutEvent (QFocusEvent * arg1);
136 public:
137 protected:
138 void connectNotify (const char * arg1);
139 public:
140 protected:
141 int metric (QPaintDevice::PaintDeviceMetric arg1) const;
142 public:
143 bool eventFilter (QObject * arg1, QEvent * arg2);
144 protected:
145 void inputMethodEvent (QInputMethodEvent * arg1);
146 public:
147 protected:
148 void wheelEvent (QWheelEvent * arg1);
149 public:
150 protected:
151 void resizeEvent (QResizeEvent * arg1);
152 public:
153 protected:
154 void paletteChange (const QPalette& arg1);
155 public:
156 protected:
157 void languageChange ();
158 public:
159 protected:
160 bool event (QEvent * arg1);
161 public:
162 protected:
163 void hideEvent (QHideEvent * arg1);
164 public:
165 protected:
166 void keyReleaseEvent (QKeyEvent * arg1);
167 public:
168 protected:
169 void windowActivationChange (bool arg1);
170 public:
171 protected:
172 void dragMoveEvent (QDragMoveEvent * arg1);
173 public:
174 protected:
175 void leaveEvent (QEvent * arg1);
176 public:
177 protected:
178 void closeEvent (QCloseEvent * arg1);
179 public:
180 protected:
181 void customEvent (QEvent * arg1);
182 public:
183 ~LuaBinder< QLabel > ();
184 LuaBinder< QLabel > (lua_State *l, QWidget * arg1, QFlags<Qt::WindowType> arg2):QLabel(arg1, arg2), L(l) {}
185 LuaBinder< QLabel > (lua_State *l, const QString& arg1, QWidget * arg2, QFlags<Qt::WindowType> arg3):QLabel(arg1, arg2, arg3), L(l) {}
188 extern "C" int luaopen_QLabel (lua_State *L);