QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QBoxLayout.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QBOXLAYOUT_H
2 #define QTSCRIPTSHELL_QBOXLAYOUT_H
3 
4 #include <qboxlayout.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QBoxLayout : public QBoxLayout
9 {
10 public:
11  QtScriptShell_QBoxLayout(QBoxLayout::Direction arg__1, QWidget* parent = 0);
13 
14  void addItem(QLayoutItem* arg__1);
15  void childEvent(QChildEvent* e);
16  int count() const;
17  void customEvent(QEvent* arg__1);
18  bool event(QEvent* arg__1);
19  bool eventFilter(QObject* arg__1, QEvent* arg__2);
20  Qt::Orientations expandingDirections() const;
21  QRect geometry() const;
22  bool hasHeightForWidth() const;
23  int heightForWidth(int arg__1) const;
24  int indexOf(QWidget* arg__1) const;
25  void invalidate();
26  bool isEmpty() const;
27  QLayoutItem* itemAt(int arg__1) const;
28  QLayout* layout();
29  QSize maximumSize() const;
30  int minimumHeightForWidth(int arg__1) const;
31  QSize minimumSize() const;
32  void setGeometry(const QRect& arg__1);
33  QSize sizeHint() const;
34  QSpacerItem* spacerItem();
35  QLayoutItem* takeAt(int arg__1);
36  void timerEvent(QTimerEvent* arg__1);
37  QWidget* widget();
38 
39  QScriptValue __qtscript_self;
40 };
41 
42 #endif // QTSCRIPTSHELL_QBOXLAYOUT_H