added "install" instruction
[Leditor.git] / src / lqt_bind_QBoxLayout.hpp
blobc9304eaaf8dc57ec0578947db104fb4d8f43f391
1 #include "lqt_common.hpp"
2 #include <QBoxLayout>
3 #include <QtCore>
4 #include <QtGui>
6 template <> class LuaBinder< QBoxLayout > : public QBoxLayout {
7 private:
8 lua_State *L;
9 public:
10 static int __LuaWrapCall__insertLayout (lua_State *L);
11 static int __LuaWrapCall__takeAt (lua_State *L);
12 static int __LuaWrapCall__delete (lua_State *L);
13 static int __LuaWrapCall__sizeHint (lua_State *L);
14 static int __LuaWrapCall__setSpacing (lua_State *L);
15 static int __LuaWrapCall__minimumSize (lua_State *L);
16 static int __LuaWrapCall__invalidate (lua_State *L);
17 static int __LuaWrapCall__direction (lua_State *L);
18 static int __LuaWrapCall__spacing (lua_State *L);
19 static int __LuaWrapCall__addSpacing (lua_State *L);
20 static int __LuaWrapCall__insertWidget (lua_State *L);
21 static int __LuaWrapCall__addStretch (lua_State *L);
22 static int __LuaWrapCall__trUtf8__OverloadedVersion__1 (lua_State *L);
23 static int __LuaWrapCall__trUtf8__OverloadedVersion__2 (lua_State *L);
24 static int __LuaWrapCall__trUtf8 (lua_State *L);
25 static int __LuaWrapCall__insertStretch (lua_State *L);
26 static int __LuaWrapCall__metaObject (lua_State *L);
27 static int __LuaWrapCall__new (lua_State *L);
28 static int __LuaWrapCall__tr__OverloadedVersion__1 (lua_State *L);
29 static int __LuaWrapCall__tr__OverloadedVersion__2 (lua_State *L);
30 static int __LuaWrapCall__tr (lua_State *L);
31 static int __LuaWrapCall__addStrut (lua_State *L);
32 static int __LuaWrapCall__minimumHeightForWidth (lua_State *L);
33 static int __LuaWrapCall__setDirection (lua_State *L);
34 static int __LuaWrapCall__heightForWidth (lua_State *L);
35 static int __LuaWrapCall__addItem (lua_State *L);
36 static int __LuaWrapCall__setStretchFactor__OverloadedVersion__1 (lua_State *L);
37 static int __LuaWrapCall__setStretchFactor__OverloadedVersion__2 (lua_State *L);
38 static int __LuaWrapCall__setStretchFactor (lua_State *L);
39 static int __LuaWrapCall__expandingDirections (lua_State *L);
40 static int __LuaWrapCall__insertSpacing (lua_State *L);
41 static int __LuaWrapCall__addLayout (lua_State *L);
42 static int __LuaWrapCall__count (lua_State *L);
43 static int __LuaWrapCall__addWidget (lua_State *L);
44 static int __LuaWrapCall__maximumSize (lua_State *L);
45 static int __LuaWrapCall__setGeometry (lua_State *L);
46 static int __LuaWrapCall__itemAt (lua_State *L);
47 static int __LuaWrapCall__hasHeightForWidth (lua_State *L);
48 QLayout * layout ();
49 QLayoutItem * takeAt (int arg1);
50 void setGeometry (const QRect& arg1);
51 QLayoutItem * itemAt (int arg1) const;
52 int heightForWidth (int arg1) const;
53 QSize minimumSize () const;
54 void invalidate ();
55 protected:
56 void connectNotify (const char * arg1);
57 public:
58 protected:
59 void timerEvent (QTimerEvent * arg1);
60 public:
61 int minimumHeightForWidth (int arg1) const;
62 QSize maximumSize () const;
63 bool hasHeightForWidth () const;
64 void addItem (QLayoutItem * arg1);
65 bool eventFilter (QObject * arg1, QEvent * arg2);
66 QSpacerItem * spacerItem ();
67 QSize sizeHint () const;
68 int indexOf (QWidget * arg1) const;
69 bool isEmpty () const;
70 protected:
71 void disconnectNotify (const char * arg1);
72 public:
73 bool event (QEvent * arg1);
74 QWidget * widget ();
75 int count () const;
76 QRect geometry () const;
77 QFlags<Qt::Orientation> expandingDirections () const;
78 protected:
79 void childEvent (QChildEvent * arg1);
80 public:
81 const QMetaObject * metaObject () const;
82 protected:
83 void customEvent (QEvent * arg1);
84 public:
85 ~LuaBinder< QBoxLayout > ();
86 static int lqt_pushenum_Direction (lua_State *L);
87 static int lqt_pushenum_Direction_QFLAGS_CREATOR (lua_State *L);
88 LuaBinder< QBoxLayout > (lua_State *l, QBoxLayout::Direction arg1, QWidget * arg2):QBoxLayout(arg1, arg2), L(l) {}
91 extern "C" int luaopen_QBoxLayout (lua_State *L);