From 8a055d66f43592c257cece2eb8cc021808062917 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Nov 2011 01:11:08 -0600 Subject: Initial TQt conversion --- sip/qt/qtooltip.sip | 134 ++++++++++++++++++++++++++-------------------------- 1 file changed, 67 insertions(+), 67 deletions(-) (limited to 'sip/qt/qtooltip.sip') 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 // -// 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 -QToolTip +TQToolTip -QToolTip is fully implemented. +TQToolTip is fully implemented. -QToolTipGroup +TQToolTipGroup -QToolTipGroup is fully implemented. +TQToolTipGroup is fully implemented. %End -class QToolTipGroup : QObject +class TQToolTipGroup : TQObject { %TypeHeaderCode #include %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 %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 %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(); }; -- cgit v1.2.1