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