diff options
Diffstat (limited to 'sip/qt/qiconset.sip')
-rw-r--r-- | sip/qt/qiconset.sip | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/sip/qt/qiconset.sip b/sip/qt/qiconset.sip index 4a55058..3dd2f3a 100644 --- a/sip/qt/qiconset.sip +++ b/sip/qt/qiconset.sip @@ -1,41 +1,41 @@ -// This is the SIP interface definition for QIconSet and QIconFactory. +// This is the SIP interface definition for TQIconSet and TQIconFactory. // // Copyright (c) 2007 // Riverbank Computing Limited <info@riverbankcomputing.co.uk> // -// 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>QIconSet</Title> +<Sect2><Title>TQIconSet</Title> <Para> -<Literal>QIconSet</Literal> is fully implemented. +<Literal>TQIconSet</Literal> is fully implemented. </Para> </Sect2> -<Sect2><Title>QIconFactory (Qt v3.1+)</Title> +<Sect2><Title>TQIconFactory (TQt v3.1+)</Title> <Para> -<Literal>QIconFactory</Literal> is fully implemented. +<Literal>TQIconFactory</Literal> is fully implemented. </Para> </Sect2> %End -class QIconSet +class TQIconSet { %TypeHeaderCode #include <qiconset.h> @@ -54,93 +54,93 @@ public: Active }; -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) enum State { On, Off }; %End -%If (Qt_2_1_0 -) - QIconSet(); +%If (TQt_2_1_0 -) + TQIconSet(); %End - QIconSet(const QPixmap &,Size = Automatic); -%If (Qt_2_2_0 -) - QIconSet(const QPixmap &,const QPixmap &); + TQIconSet(const TQPixmap &,Size = Automatic); +%If (TQt_2_2_0 -) + TQIconSet(const TQPixmap &,const TQPixmap &); %End - QIconSet(const QIconSet &); + TQIconSet(const TQIconSet &); - void reset(const QPixmap &,Size); + void reset(const TQPixmap &,Size); -%If (- Qt_2_00) - void setPixmap(const QPixmap &,Size,Mode = Normal); +%If (- TQt_2_00) + void setPixmap(const TQPixmap &,Size,Mode = Normal); void setPixmap(const char *,Size,Mode = Normal); %End -%If (Qt_2_00 - Qt_3_0_0) - virtual void setPixmap(const QPixmap &,Size,Mode = Normal); - virtual void setPixmap(const QString &,Size,Mode = Normal); +%If (TQt_2_00 - TQt_3_0_0) + virtual void setPixmap(const TQPixmap &,Size,Mode = Normal); + virtual void setPixmap(const TQString &,Size,Mode = Normal); %End -%If (Qt_3_0_0 -) - virtual void setPixmap(const QPixmap &,Size,Mode = Normal,State = Off); - virtual void setPixmap(const QString &,Size,Mode = Normal,State = Off); +%If (TQt_3_0_0 -) + virtual void setPixmap(const TQPixmap &,Size,Mode = Normal,State = Off); + virtual void setPixmap(const TQString &,Size,Mode = Normal,State = Off); %End -%If (- Qt_3_0_0) - QPixmap pixmap(Size,Mode) const; -%If (Qt_2_1_0 -) -// QPixmap pixmap(Size,bool) const; +%If (- TQt_3_0_0) + TQPixmap pixmap(Size,Mode) const; +%If (TQt_2_1_0 -) +// TQPixmap pixmap(Size,bool) const; %End %End -%If (Qt_3_0_0 -) - QPixmap pixmap(Size,Mode,State = Off) const; -// QPixmap pixmap(Size,bool,State = Off) const; +%If (TQt_3_0_0 -) + TQPixmap pixmap(Size,Mode,State = Off) const; +// TQPixmap pixmap(Size,bool,State = Off) const; %End - QPixmap pixmap() const; -%If (- Qt_3_0_0) + TQPixmap pixmap() const; +%If (- TQt_3_0_0) bool isGenerated(Size,Mode) const; %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) bool isGenerated(Size,Mode,State = Off) const; void clearGenerated(); %End -%If (Qt_3_1_0 -) - void installIconFactory(QIconFactory *); +%If (TQt_3_1_0 -) + void installIconFactory(TQIconFactory *); %End -%If (Qt_2_1_0 -) +%If (TQt_2_1_0 -) bool isNull() const; %End void detach(); -%If (Qt_3_0_0 -) - static void setIconSize(Size,const QSize &); - static const QSize &iconSize(Size); +%If (TQt_3_0_0 -) + static void setIconSize(Size,const TQSize &); + static const TQSize &iconSize(Size); %End }; -%If (Qt_3_1_0 -) +%If (TQt_3_1_0 -) -class QIconFactory +class TQIconFactory { %TypeHeaderCode #include <qiconset.h> %End public: - QIconFactory(); + TQIconFactory(); - virtual QPixmap *createPixmap(const QIconSet &,QIconSet::Size, - QIconSet::Mode, - QIconSet::State) /Factory/; + virtual TQPixmap *createPixmap(const TQIconSet &,TQIconSet::Size, + TQIconSet::Mode, + TQIconSet::State) /Factory/; void setAutoDelete(bool); bool autoDelete() const; - static QIconFactory *defaultFactory(); - static void installDefaultFactory(QIconFactory * /Transfer/); + static TQIconFactory *defaultFactory(); + static void installDefaultFactory(TQIconFactory * /Transfer/); private: - QIconFactory(const QIconFactory &); + TQIconFactory(const TQIconFactory &); }; %End |