added "install" instruction
[Leditor.git] / src / lqt_bind_QAbstractScrollArea.hpp
blobca72874294e44166f9f19eefb7bc5f77607b9241
1 #include "lqt_common.hpp"
2 #include <QAbstractScrollArea>
3 #include <QtCore>
4 #include <QtGui>
6 template <> class LuaBinder< QAbstractScrollArea > : public QAbstractScrollArea {
7 private:
8 lua_State *L;
9 public:
10 static int __LuaWrapCall__setHorizontalScrollBarPolicy (lua_State *L);
11 static int __LuaWrapCall__setCornerWidget (lua_State *L);
12 static int __LuaWrapCall__sizeHint (lua_State *L);
13 static int __LuaWrapCall__setHorizontalScrollBar (lua_State *L);
14 static int __LuaWrapCall__minimumSizeHint (lua_State *L);
15 static int __LuaWrapCall__horizontalScrollBar (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__maximumViewportSize (lua_State *L);
20 static int __LuaWrapCall__setVerticalScrollBarPolicy (lua_State *L);
21 static int __LuaWrapCall__new (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__scrollBarWidgets (lua_State *L);
26 static int __LuaWrapCall__cornerWidget (lua_State *L);
27 static int __LuaWrapCall__verticalScrollBar (lua_State *L);
28 static int __LuaWrapCall__addScrollBarWidget (lua_State *L);
29 static int __LuaWrapCall__setViewport (lua_State *L);
30 static int __LuaWrapCall__delete (lua_State *L);
31 static int __LuaWrapCall__metaObject (lua_State *L);
32 static int __LuaWrapCall__viewport (lua_State *L);
33 static int __LuaWrapCall__verticalScrollBarPolicy (lua_State *L);
34 static int __LuaWrapCall__horizontalScrollBarPolicy (lua_State *L);
35 static int __LuaWrapCall__setVerticalScrollBar (lua_State *L);
36 protected:
37 void styleChange (QStyle& arg1);
38 public:
39 protected:
40 void focusInEvent (QFocusEvent * arg1);
41 public:
42 protected:
43 void keyPressEvent (QKeyEvent * arg1);
44 public:
45 const QMetaObject * metaObject () const;
46 int devType () const;
47 void setVisible (bool arg1);
48 protected:
49 bool focusNextPrevChild (bool arg1);
50 public:
51 QPaintEngine * paintEngine () const;
52 protected:
53 void dragLeaveEvent (QDragLeaveEvent * arg1);
54 public:
55 protected:
56 void mousePressEvent (QMouseEvent * arg1);
57 public:
58 protected:
59 void dragMoveEvent (QDragMoveEvent * arg1);
60 public:
61 protected:
62 void closeEvent (QCloseEvent * arg1);
63 public:
64 protected:
65 void enterEvent (QEvent * arg1);
66 public:
67 protected:
68 void tabletEvent (QTabletEvent * arg1);
69 public:
70 protected:
71 void dropEvent (QDropEvent * arg1);
72 public:
73 protected:
74 void moveEvent (QMoveEvent * arg1);
75 public:
76 QVariant inputMethodQuery (Qt::InputMethodQuery arg1) const;
77 QSize minimumSizeHint () const;
78 protected:
79 void changeEvent (QEvent * arg1);
80 public:
81 protected:
82 void contextMenuEvent (QContextMenuEvent * arg1);
83 public:
84 protected:
85 void showEvent (QShowEvent * arg1);
86 public:
87 protected:
88 void windowActivationChange (bool arg1);
89 public:
90 protected:
91 void paintEvent (QPaintEvent * arg1);
92 public:
93 protected:
94 void actionEvent (QActionEvent * arg1);
95 public:
96 protected:
97 void keyReleaseEvent (QKeyEvent * arg1);
98 public:
99 protected:
100 void enabledChange (bool arg1);
101 public:
102 protected:
103 void mouseReleaseEvent (QMouseEvent * arg1);
104 public:
105 int heightForWidth (int arg1) const;
106 protected:
107 void mouseDoubleClickEvent (QMouseEvent * arg1);
108 public:
109 protected:
110 int metric (QPaintDevice::PaintDeviceMetric arg1) const;
111 public:
112 protected:
113 void disconnectNotify (const char * arg1);
114 public:
115 protected:
116 void mouseMoveEvent (QMouseEvent * arg1);
117 public:
118 protected:
119 void focusOutEvent (QFocusEvent * arg1);
120 public:
121 protected:
122 void childEvent (QChildEvent * arg1);
123 public:
124 protected:
125 void connectNotify (const char * arg1);
126 public:
127 protected:
128 void timerEvent (QTimerEvent * arg1);
129 public:
130 protected:
131 void fontChange (const QFont& arg1);
132 public:
133 bool eventFilter (QObject * arg1, QEvent * arg2);
134 protected:
135 void inputMethodEvent (QInputMethodEvent * arg1);
136 public:
137 protected:
138 void wheelEvent (QWheelEvent * arg1);
139 public:
140 protected:
141 void resizeEvent (QResizeEvent * 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 scrollContentsBy (int arg1, int arg2);
160 public:
161 protected:
162 bool viewportEvent (QEvent * arg1);
163 public:
164 protected:
165 void leaveEvent (QEvent * arg1);
166 public:
167 QSize sizeHint () const;
168 protected:
169 void customEvent (QEvent * arg1);
170 public:
171 ~LuaBinder< QAbstractScrollArea > ();
172 LuaBinder< QAbstractScrollArea > (lua_State *l, QWidget * arg1):QAbstractScrollArea(arg1), L(l) {}
175 extern "C" int luaopen_QAbstractScrollArea (lua_State *L);