~ubuntu-branches/ubuntu/karmic/ugene/karmic

« back to all changes in this revision

Viewing changes to src/libs_3rdparty/qtbindings_gui/src/qtscriptshell_QBoxLayout.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2009-06-16 13:20:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132000-a0eezpre9uvx91a5
Tags: 1.4.2+repack-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*****************************************************************
2
 
* Unipro UGENE - Integrated Bioinformatics Suite
3
 
* Copyright (C) 2008 Unipro, Russia (http://ugene.unipro.ru)
4
 
* All Rights Reserved
5
 
6
 
*     This source code is distributed under the terms of the
7
 
*     GNU General Public License. See the files COPYING and LICENSE
8
 
*     for details.
9
 
*****************************************************************/
10
 
 
11
 
#ifndef QTSCRIPTSHELL_QBOXLAYOUT_H
12
 
#define QTSCRIPTSHELL_QBOXLAYOUT_H
13
 
 
14
 
#include <qboxlayout.h>
15
 
 
16
 
#include <QtScript/qscriptvalue.h>
17
 
 
18
 
class QtScriptShell_QBoxLayout : public QBoxLayout
19
 
{
20
 
public:
21
 
    QtScriptShell_QBoxLayout(QBoxLayout::Direction  arg__1, QWidget*  parent = 0);
22
 
    ~QtScriptShell_QBoxLayout();
23
 
 
24
 
    void addItem(QLayoutItem*  arg__1);
25
 
    void childEvent(QChildEvent*  e);
26
 
    int  count() const;
27
 
    void customEvent(QEvent*  arg__1);
28
 
    bool  event(QEvent*  arg__1);
29
 
    bool  eventFilter(QObject*  arg__1, QEvent*  arg__2);
30
 
    Qt::Orientations  expandingDirections() const;
31
 
    QRect  geometry() const;
32
 
    bool  hasHeightForWidth() const;
33
 
    int  heightForWidth(int  arg__1) const;
34
 
    int  indexOf(QWidget*  arg__1) const;
35
 
    void invalidate();
36
 
    bool  isEmpty() const;
37
 
    QLayoutItem*  itemAt(int  arg__1) const;
38
 
    QLayout*  layout();
39
 
    QSize  maximumSize() const;
40
 
    int  minimumHeightForWidth(int  arg__1) const;
41
 
    QSize  minimumSize() const;
42
 
    void setGeometry(const QRect&  arg__1);
43
 
    QSize  sizeHint() const;
44
 
    QSpacerItem*  spacerItem();
45
 
    QLayoutItem*  takeAt(int  arg__1);
46
 
    void timerEvent(QTimerEvent*  arg__1);
47
 
    QWidget*  widget();
48
 
 
49
 
    QScriptValue __qtscript_self;
50
 
};
51
 
 
52
 
#endif // QTSCRIPTSHELL_QBOXLAYOUT_H
 
1
/*****************************************************************
 
2
* Unipro UGENE - Integrated Bioinformatics Suite
 
3
* Copyright (C) 2008 Unipro, Russia (http://ugene.unipro.ru)
 
4
* All Rights Reserved
 
5
 
6
*     This source code is distributed under the terms of the
 
7
*     GNU General Public License. See the files COPYING and LICENSE
 
8
*     for details.
 
9
*****************************************************************/
 
10
 
 
11
#ifndef QTSCRIPTSHELL_QBOXLAYOUT_H
 
12
#define QTSCRIPTSHELL_QBOXLAYOUT_H
 
13
 
 
14
#include <qboxlayout.h>
 
15
 
 
16
#include <QtScript/qscriptvalue.h>
 
17
 
 
18
class QtScriptShell_QBoxLayout : public QBoxLayout
 
19
{
 
20
public:
 
21
    QtScriptShell_QBoxLayout(QBoxLayout::Direction  arg__1, QWidget*  parent = 0);
 
22
    ~QtScriptShell_QBoxLayout();
 
23
 
 
24
    void addItem(QLayoutItem*  arg__1);
 
25
    void childEvent(QChildEvent*  e);
 
26
    int  count() const;
 
27
    void customEvent(QEvent*  arg__1);
 
28
    bool  event(QEvent*  arg__1);
 
29
    bool  eventFilter(QObject*  arg__1, QEvent*  arg__2);
 
30
    Qt::Orientations  expandingDirections() const;
 
31
    QRect  geometry() const;
 
32
    bool  hasHeightForWidth() const;
 
33
    int  heightForWidth(int  arg__1) const;
 
34
    int  indexOf(QWidget*  arg__1) const;
 
35
    void invalidate();
 
36
    bool  isEmpty() const;
 
37
    QLayoutItem*  itemAt(int  arg__1) const;
 
38
    QLayout*  layout();
 
39
    QSize  maximumSize() const;
 
40
    int  minimumHeightForWidth(int  arg__1) const;
 
41
    QSize  minimumSize() const;
 
42
    void setGeometry(const QRect&  arg__1);
 
43
    QSize  sizeHint() const;
 
44
    QSpacerItem*  spacerItem();
 
45
    QLayoutItem*  takeAt(int  arg__1);
 
46
    void timerEvent(QTimerEvent*  arg__1);
 
47
    QWidget*  widget();
 
48
 
 
49
    QScriptValue __qtscript_self;
 
50
};
 
51
 
 
52
#endif // QTSCRIPTSHELL_QBOXLAYOUT_H