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

« back to all changes in this revision

Viewing changes to src/libs_3rdparty/qtbindings_gui/src/qtscriptshell_QStyleOptionButton.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_QSTYLEOPTIONBUTTON_H
12
 
#define QTSCRIPTSHELL_QSTYLEOPTIONBUTTON_H
13
 
 
14
 
#include <qstyleoption.h>
15
 
 
16
 
#include <QtScript/qscriptvalue.h>
17
 
 
18
 
class QtScriptShell_QStyleOptionButton : public QStyleOptionButton
19
 
{
20
 
public:
21
 
    QtScriptShell_QStyleOptionButton();
22
 
    QtScriptShell_QStyleOptionButton(const QStyleOptionButton&  other);
23
 
    QtScriptShell_QStyleOptionButton(int  version);
24
 
    ~QtScriptShell_QStyleOptionButton();
25
 
 
26
 
 
27
 
    QScriptValue __qtscript_self;
28
 
};
29
 
 
30
 
#endif // QTSCRIPTSHELL_QSTYLEOPTIONBUTTON_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_QSTYLEOPTIONBUTTON_H
 
12
#define QTSCRIPTSHELL_QSTYLEOPTIONBUTTON_H
 
13
 
 
14
#include <qstyleoption.h>
 
15
 
 
16
#include <QtScript/qscriptvalue.h>
 
17
 
 
18
class QtScriptShell_QStyleOptionButton : public QStyleOptionButton
 
19
{
 
20
public:
 
21
    QtScriptShell_QStyleOptionButton();
 
22
    QtScriptShell_QStyleOptionButton(const QStyleOptionButton&  other);
 
23
    QtScriptShell_QStyleOptionButton(int  version);
 
24
    ~QtScriptShell_QStyleOptionButton();
 
25
 
 
26
 
 
27
    QScriptValue __qtscript_self;
 
28
};
 
29
 
 
30
#endif // QTSCRIPTSHELL_QSTYLEOPTIONBUTTON_H