summaryrefslogtreecommitdiffstats
path: root/sip/qt/qtooltip.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-29 01:11:08 -0600
committerTimothy Pearson <[email protected]>2011-11-29 01:11:08 -0600
commit8a055d66f43592c257cece2eb8cc021808062917 (patch)
treed0922f201bd5d24b62a33160d1d9baf9e89f9a70 /sip/qt/qtooltip.sip
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'sip/qt/qtooltip.sip')
-rw-r--r--sip/qt/qtooltip.sip134
1 files changed, 67 insertions, 67 deletions
diff --git a/sip/qt/qtooltip.sip b/sip/qt/qtooltip.sip
index 5dacad7..eb9a073 100644
--- a/sip/qt/qtooltip.sip
+++ b/sip/qt/qtooltip.sip
@@ -1,167 +1,167 @@
-// This is the SIP interface definition for QToolTip and QToolTipGroup.
+// This is the SIP interface definition for TQToolTip and TQToolTipGroup.
//
// Copyright (c) 2007
// Riverbank Computing Limited <[email protected]>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%ExportedDoc
-<Sect2><Title>QToolTip</Title>
+<Sect2><Title>TQToolTip</Title>
<Para>
-<Literal>QToolTip</Literal> is fully implemented.
+<Literal>TQToolTip</Literal> is fully implemented.
</Para>
</Sect2>
-<Sect2><Title>QToolTipGroup</Title>
+<Sect2><Title>TQToolTipGroup</Title>
<Para>
-<Literal>QToolTipGroup</Literal> is fully implemented.
+<Literal>TQToolTipGroup</Literal> is fully implemented.
</Para>
</Sect2>
%End
-class QToolTipGroup : QObject
+class TQToolTipGroup : TQObject
{
%TypeHeaderCode
#include <qtooltip.h>
%End
public:
- QToolTipGroup(QObject * /TransferThis/,const char * = 0);
+ TQToolTipGroup(TQObject * /TransferThis/,const char * = 0);
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
bool delay() const;
%End
-%If (Qt_2_1_0 -)
+%If (TQt_2_1_0 -)
bool enabled() const;
%End
public slots:
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
void setDelay(bool);
%End
-%If (Qt_2_1_0 -)
+%If (TQt_2_1_0 -)
void setEnabled(bool);
%End
signals:
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void showTip(const char *);
%End
-%If (Qt_2_00 -)
- void showTip(const QString &);
+%If (TQt_2_00 -)
+ void showTip(const TQString &);
%End
void removeTip();
private:
- QToolTipGroup(const QToolTipGroup &);
+ TQToolTipGroup(const TQToolTipGroup &);
};
-%If (- Qt_2_00)
+%If (- TQt_2_00)
-class QToolTip
+class TQToolTip
{
%TypeHeaderCode
#include <qtooltip.h>
%End
public:
- QToolTip(QWidget *,QToolTipGroup * = 0);
-
- static void add(QWidget *,const char *);
- static void add(QWidget *,const char *,QToolTipGroup *,const char *);
- static void remove(QWidget *);
- static void add(QWidget *,const QRect &,const char *);
- static void add(QWidget *,const QRect &,const char *,QToolTipGroup *,const char *);
- static void remove(QWidget *,const QRect &);
- static QFont font();
- static void setFont(const QFont &);
- static QPalette palette();
- static void setPalette(const QPalette &);
- QWidget *parentWidget() const;
- QToolTipGroup *group() const;
+ TQToolTip(TQWidget *,TQToolTipGroup * = 0);
+
+ static void add(TQWidget *,const char *);
+ static void add(TQWidget *,const char *,TQToolTipGroup *,const char *);
+ static void remove(TQWidget *);
+ static void add(TQWidget *,const TQRect &,const char *);
+ static void add(TQWidget *,const TQRect &,const char *,TQToolTipGroup *,const char *);
+ static void remove(TQWidget *,const TQRect &);
+ static TQFont font();
+ static void setFont(const TQFont &);
+ static TQPalette palette();
+ static void setPalette(const TQPalette &);
+ TQWidget *parentWidget() const;
+ TQToolTipGroup *group() const;
protected:
- virtual void maybeTip(const QPoint &) = 0;
- void tip(const QRect &,const char *);
- void tip(const QRect &,const char *,const char *);
+ virtual void maybeTip(const TQPoint &) = 0;
+ void tip(const TQRect &,const char *);
+ void tip(const TQRect &,const char *,const char *);
void clear();
};
%End
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
-class QToolTip : Qt
+class TQToolTip : TQt
{
%TypeHeaderCode
#include <qtooltip.h>
%End
public:
- QToolTip(QWidget *,QToolTipGroup * = 0);
+ TQToolTip(TQWidget *,TQToolTipGroup * = 0);
- static void add(QWidget *,const QString &);
- static void add(QWidget *,const QString &,QToolTipGroup *,
- const QString &);
- static void remove(QWidget *);
+ static void add(TQWidget *,const TQString &);
+ static void add(TQWidget *,const TQString &,TQToolTipGroup *,
+ const TQString &);
+ static void remove(TQWidget *);
- static void add(QWidget *,const QRect &,const QString &);
- static void add(QWidget *,const QRect &,const QString &,
- QToolTipGroup *,const QString &);
- static void remove(QWidget *,const QRect &);
+ static void add(TQWidget *,const TQRect &,const TQString &);
+ static void add(TQWidget *,const TQRect &,const TQString &,
+ TQToolTipGroup *,const TQString &);
+ static void remove(TQWidget *,const TQRect &);
-%If (Qt_3_0_0 -)
- static QString textFor(QWidget *,const QPoint & = QPoint());
+%If (TQt_3_0_0 -)
+ static TQString textFor(TQWidget *,const TQPoint & = TQPoint());
%End
-%If (Qt_2_1_0 -)
+%If (TQt_2_1_0 -)
static void hide();
%End
- static QFont font();
- static void setFont(const QFont &);
- static QPalette palette();
- static void setPalette(const QPalette &);
+ static TQFont font();
+ static void setFont(const TQFont &);
+ static TQPalette palette();
+ static void setPalette(const TQPalette &);
-%If (Qt_3_0_0 -)
+%If (TQt_3_0_0 -)
static void setGloballyEnabled(bool);
static bool isGloballyEnabled();
%End
-%If (Qt_2_1_0 - Qt_3_0_0)
+%If (TQt_2_1_0 - TQt_3_0_0)
static void setEnabled(bool);
static bool enabled();
%End
-%If (Qt_3_1_0 -)
+%If (TQt_3_1_0 -)
static void setWakeUpDelay(int);
%End
- QWidget *parentWidget() const;
- QToolTipGroup *group() const;
+ TQWidget *parentWidget() const;
+ TQToolTipGroup *group() const;
protected:
- virtual void maybeTip(const QPoint &) = 0;
- void tip(const QRect &,const QString &);
- void tip(const QRect &,const QString &,const QString &);
-%If (Qt_3_1_0 -)
- void tip(const QRect &,const QString &,const QRect &);
- void tip(const QRect &,const QString &,const QString &,const QRect &);
+ virtual void maybeTip(const TQPoint &) = 0;
+ void tip(const TQRect &,const TQString &);
+ void tip(const TQRect &,const TQString &,const TQString &);
+%If (TQt_3_1_0 -)
+ void tip(const TQRect &,const TQString &,const TQRect &);
+ void tip(const TQRect &,const TQString &,const TQString &,const TQRect &);
%End
void clear();
};