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