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

« back to all changes in this revision

Viewing changes to src/libs_3rdparty/qtbindings_gui/src/qtscriptshell_QDesktopWidget.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_QDESKTOPWIDGET_H
12
 
#define QTSCRIPTSHELL_QDESKTOPWIDGET_H
13
 
 
14
 
#include <qdesktopwidget.h>
15
 
 
16
 
#include <QtScript/qscriptvalue.h>
17
 
 
18
 
class QtScriptShell_QDesktopWidget : public QDesktopWidget
19
 
{
20
 
public:
21
 
    QtScriptShell_QDesktopWidget();
22
 
    ~QtScriptShell_QDesktopWidget();
23
 
 
24
 
    void actionEvent(QActionEvent*  arg__1);
25
 
    void changeEvent(QEvent*  arg__1);
26
 
    void childEvent(QChildEvent*  arg__1);
27
 
    void closeEvent(QCloseEvent*  arg__1);
28
 
    void contextMenuEvent(QContextMenuEvent*  arg__1);
29
 
    void customEvent(QEvent*  arg__1);
30
 
    int  devType() const;
31
 
    void dragEnterEvent(QDragEnterEvent*  arg__1);
32
 
    void dragLeaveEvent(QDragLeaveEvent*  arg__1);
33
 
    void dragMoveEvent(QDragMoveEvent*  arg__1);
34
 
    void dropEvent(QDropEvent*  arg__1);
35
 
    void enterEvent(QEvent*  arg__1);
36
 
    bool  event(QEvent*  arg__1);
37
 
    bool  eventFilter(QObject*  arg__1, QEvent*  arg__2);
38
 
    void focusInEvent(QFocusEvent*  arg__1);
39
 
    bool  focusNextPrevChild(bool  next);
40
 
    void focusOutEvent(QFocusEvent*  arg__1);
41
 
    int  heightForWidth(int  arg__1) const;
42
 
    void hideEvent(QHideEvent*  arg__1);
43
 
    void inputMethodEvent(QInputMethodEvent*  arg__1);
44
 
    QVariant  inputMethodQuery(Qt::InputMethodQuery  arg__1) const;
45
 
    void keyPressEvent(QKeyEvent*  arg__1);
46
 
    void keyReleaseEvent(QKeyEvent*  arg__1);
47
 
    void languageChange();
48
 
    void leaveEvent(QEvent*  arg__1);
49
 
    int  metric(QPaintDevice::PaintDeviceMetric  arg__1) const;
50
 
    QSize  minimumSizeHint() const;
51
 
    void mouseDoubleClickEvent(QMouseEvent*  arg__1);
52
 
    void mouseMoveEvent(QMouseEvent*  arg__1);
53
 
    void mousePressEvent(QMouseEvent*  arg__1);
54
 
    void mouseReleaseEvent(QMouseEvent*  arg__1);
55
 
    void moveEvent(QMoveEvent*  arg__1);
56
 
    QPaintEngine*  paintEngine() const;
57
 
    void paintEvent(QPaintEvent*  arg__1);
58
 
    void resizeEvent(QResizeEvent*  e);
59
 
    void showEvent(QShowEvent*  arg__1);
60
 
    QSize  sizeHint() const;
61
 
    void tabletEvent(QTabletEvent*  arg__1);
62
 
    void timerEvent(QTimerEvent*  arg__1);
63
 
    void wheelEvent(QWheelEvent*  arg__1);
64
 
 
65
 
    QScriptValue __qtscript_self;
66
 
};
67
 
 
68
 
#endif // QTSCRIPTSHELL_QDESKTOPWIDGET_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_QDESKTOPWIDGET_H
 
12
#define QTSCRIPTSHELL_QDESKTOPWIDGET_H
 
13
 
 
14
#include <qdesktopwidget.h>
 
15
 
 
16
#include <QtScript/qscriptvalue.h>
 
17
 
 
18
class QtScriptShell_QDesktopWidget : public QDesktopWidget
 
19
{
 
20
public:
 
21
    QtScriptShell_QDesktopWidget();
 
22
    ~QtScriptShell_QDesktopWidget();
 
23
 
 
24
    void actionEvent(QActionEvent*  arg__1);
 
25
    void changeEvent(QEvent*  arg__1);
 
26
    void childEvent(QChildEvent*  arg__1);
 
27
    void closeEvent(QCloseEvent*  arg__1);
 
28
    void contextMenuEvent(QContextMenuEvent*  arg__1);
 
29
    void customEvent(QEvent*  arg__1);
 
30
    int  devType() const;
 
31
    void dragEnterEvent(QDragEnterEvent*  arg__1);
 
32
    void dragLeaveEvent(QDragLeaveEvent*  arg__1);
 
33
    void dragMoveEvent(QDragMoveEvent*  arg__1);
 
34
    void dropEvent(QDropEvent*  arg__1);
 
35
    void enterEvent(QEvent*  arg__1);
 
36
    bool  event(QEvent*  arg__1);
 
37
    bool  eventFilter(QObject*  arg__1, QEvent*  arg__2);
 
38
    void focusInEvent(QFocusEvent*  arg__1);
 
39
    bool  focusNextPrevChild(bool  next);
 
40
    void focusOutEvent(QFocusEvent*  arg__1);
 
41
    int  heightForWidth(int  arg__1) const;
 
42
    void hideEvent(QHideEvent*  arg__1);
 
43
    void inputMethodEvent(QInputMethodEvent*  arg__1);
 
44
    QVariant  inputMethodQuery(Qt::InputMethodQuery  arg__1) const;
 
45
    void keyPressEvent(QKeyEvent*  arg__1);
 
46
    void keyReleaseEvent(QKeyEvent*  arg__1);
 
47
    void languageChange();
 
48
    void leaveEvent(QEvent*  arg__1);
 
49
    int  metric(QPaintDevice::PaintDeviceMetric  arg__1) const;
 
50
    QSize  minimumSizeHint() const;
 
51
    void mouseDoubleClickEvent(QMouseEvent*  arg__1);
 
52
    void mouseMoveEvent(QMouseEvent*  arg__1);
 
53
    void mousePressEvent(QMouseEvent*  arg__1);
 
54
    void mouseReleaseEvent(QMouseEvent*  arg__1);
 
55
    void moveEvent(QMoveEvent*  arg__1);
 
56
    QPaintEngine*  paintEngine() const;
 
57
    void paintEvent(QPaintEvent*  arg__1);
 
58
    void resizeEvent(QResizeEvent*  e);
 
59
    void showEvent(QShowEvent*  arg__1);
 
60
    QSize  sizeHint() const;
 
61
    void tabletEvent(QTabletEvent*  arg__1);
 
62
    void timerEvent(QTimerEvent*  arg__1);
 
63
    void wheelEvent(QWheelEvent*  arg__1);
 
64
 
 
65
    QScriptValue __qtscript_self;
 
66
};
 
67
 
 
68
#endif // QTSCRIPTSHELL_QDESKTOPWIDGET_H