added "install" instruction
[Leditor.git] / src / lqt_bind_QVBoxLayout.hpp
blobd1abc8a1b85c743762c227d6529bc16e81794fec
1 #include "lqt_common.hpp"
2 #include <QVBoxLayout>
3 #include <QtCore>
4 #include <QtGui>
6 template <> class LuaBinder< QVBoxLayout > : public QVBoxLayout {
7 private:
8 lua_State *L;
9 public:
10 static int __LuaWrapCall__tr__OverloadedVersion__1 (lua_State *L);
11 static int __LuaWrapCall__tr__OverloadedVersion__2 (lua_State *L);
12 static int __LuaWrapCall__tr (lua_State *L);
13 static int __LuaWrapCall__delete (lua_State *L);
14 static int __LuaWrapCall__trUtf8__OverloadedVersion__1 (lua_State *L);
15 static int __LuaWrapCall__trUtf8__OverloadedVersion__2 (lua_State *L);
16 static int __LuaWrapCall__trUtf8 (lua_State *L);
17 static int __LuaWrapCall__metaObject (lua_State *L);
18 static int __LuaWrapCall__new__OverloadedVersion__1 (lua_State *L);
19 static int __LuaWrapCall__new__OverloadedVersion__2 (lua_State *L);
20 static int __LuaWrapCall__new (lua_State *L);
21 QLayout * layout ();
22 QLayoutItem * takeAt (int arg1);
23 void setGeometry (const QRect& arg1);
24 QSize minimumSize () const;
25 int heightForWidth (int arg1) const;
26 void invalidate ();
27 protected:
28 void timerEvent (QTimerEvent * arg1);
29 public:
30 protected:
31 void childEvent (QChildEvent * arg1);
32 public:
33 const QMetaObject * metaObject () const;
34 int minimumHeightForWidth (int arg1) const;
35 protected:
36 void connectNotify (const char * arg1);
37 public:
38 bool hasHeightForWidth () const;
39 void addItem (QLayoutItem * arg1);
40 bool eventFilter (QObject * arg1, QEvent * arg2);
41 QSpacerItem * spacerItem ();
42 QSize sizeHint () const;
43 QRect geometry () const;
44 bool isEmpty () const;
45 protected:
46 void disconnectNotify (const char * arg1);
47 public:
48 bool event (QEvent * arg1);
49 QWidget * widget ();
50 int count () const;
51 int indexOf (QWidget * arg1) const;
52 QFlags<Qt::Orientation> expandingDirections () const;
53 QLayoutItem * itemAt (int arg1) const;
54 QSize maximumSize () const;
55 protected:
56 void customEvent (QEvent * arg1);
57 public:
58 ~LuaBinder< QVBoxLayout > ();
59 LuaBinder< QVBoxLayout > (lua_State *l):QVBoxLayout(), L(l) {}
60 LuaBinder< QVBoxLayout > (lua_State *l, QWidget * arg1):QVBoxLayout(arg1), L(l) {}
63 extern "C" int luaopen_QVBoxLayout (lua_State *L);