diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-29 01:11:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-29 01:11:08 -0600 |
commit | 8a055d66f43592c257cece2eb8cc021808062917 (patch) | |
tree | d0922f201bd5d24b62a33160d1d9baf9e89f9a70 /sip/qt/qmenudata.sip | |
parent | b388516ca2691303a076a0764fd40bf7116fe43d (diff) | |
download | pytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip |
Initial TQt conversion
Diffstat (limited to 'sip/qt/qmenudata.sip')
-rw-r--r-- | sip/qt/qmenudata.sip | 216 |
1 files changed, 108 insertions, 108 deletions
diff --git a/sip/qt/qmenudata.sip b/sip/qt/qmenudata.sip index ac5dab0..c72151a 100644 --- a/sip/qt/qmenudata.sip +++ b/sip/qt/qmenudata.sip @@ -1,168 +1,168 @@ -// This is the SIP interface definition for QMenuData, QCustomMenuItem and -// QMenuItem. +// This is the SIP interface definition for TQMenuData, TQCustomMenuItem and +// TQMenuItem. // // 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>QMenuData</Title> +<Sect2><Title>TQMenuData</Title> <FuncSynopsis> - <FuncDef>QMenuItem *<Function>findItem</Function></FuncDef> + <FuncDef>TQMenuItem *<Function>findItem</Function></FuncDef> <ParamDef>int <Parameter>id</Parameter></ParamDef> - <ParamDef>QMenuData **<Parameter>parent</Parameter></ParamDef> + <ParamDef>TQMenuData **<Parameter>parent</Parameter></ParamDef> </FuncSynopsis> <Para> Not implemented. </Para> </Sect2> -<Sect2><Title>QCustomMenuItem (Qt v2.1+)</Title> +<Sect2><Title>TQCustomMenuItem (TQt v2.1+)</Title> <Para> -<Literal>QCustomMenuItem</Literal> is fully implemented. +<Literal>TQCustomMenuItem</Literal> is fully implemented. </Para> </Sect2> -<Sect2><Title>QMenuItem</Title> +<Sect2><Title>TQMenuItem</Title> <Para> -<Literal>QMenuItem</Literal> is an internal Qt class. +<Literal>TQMenuItem</Literal> is an internal TQt class. </Para> </Sect2> %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) -// Even though this is an internal class, uic for Qt v3.1.0 generates code that +// Even though this is an internal class, uic for TQt v3.1.0 generates code that // uses it. -class QMenuItem +class TQMenuItem { %TypeHeaderCode #include <qmenudata.h> %End public: - QMenuItem(); + TQMenuItem(); - void setText(const QString &); + void setText(const TQString &); private: - QMenuItem(const QMenuItem &); + TQMenuItem(const TQMenuItem &); }; %End -%If (- Qt_3_0_0) +%If (- TQt_3_0_0) -class QMenuItem; +class TQMenuItem; %End -class QMenuData +class TQMenuData { %TypeHeaderCode #include <qmenudata.h> %End public: - QMenuData(); + TQMenuData(); uint count(); -%If (- Qt_2_00) +%If (- TQt_2_00) int insertItem(const char *,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0); - int insertItem(const QPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0); - int insertItem(const QPixmap &,const char *,SIP_RXOBJ_CON, + int insertItem(const TQPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0); + int insertItem(const TQPixmap &,const char *,SIP_RXOBJ_CON, SIP_SLOT_CON(int),int = 0); int insertItem(const char *,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int,int, int = -1); - int insertItem(const QPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int,int, + int insertItem(const TQPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int,int, int = -1); - int insertItem(const QPixmap&,const char *,SIP_RXOBJ_CON,SIP_SLOT_CON(int), + int insertItem(const TQPixmap&,const char *,SIP_RXOBJ_CON,SIP_SLOT_CON(int), int,int,int = -1); %End -%If (Qt_2_00 - Qt_3_0_0) - int insertItem(const QString &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0, +%If (TQt_2_00 - TQt_3_0_0) + int insertItem(const TQString &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0, int = -1,int = -1); - int insertItem(const QIconSet &,const QString &,SIP_RXOBJ_CON, + int insertItem(const TQIconSet &,const TQString &,SIP_RXOBJ_CON, SIP_SLOT_CON(int),int = 0,int = -1,int = -1); - int insertItem(const QPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0, + int insertItem(const TQPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int),int = 0, int = -1,int = -1); - int insertItem(const QIconSet &,const QPixmap &,SIP_RXOBJ_CON, + int insertItem(const TQIconSet &,const TQPixmap &,SIP_RXOBJ_CON, SIP_SLOT_CON(int),int = 0,int = -1,int = -1); %End -%If (Qt_3_0_0 -) - int insertItem(const QString &,SIP_RXOBJ_CON,SIP_SLOT_CON(int), - const QKeySequence & = QKeySequence(0),int = -1, +%If (TQt_3_0_0 -) + int insertItem(const TQString &,SIP_RXOBJ_CON,SIP_SLOT_CON(int), + const TQKeySequence & = TQKeySequence(0),int = -1, int = -1); - int insertItem(const QIconSet &,const QString &,SIP_RXOBJ_CON, + int insertItem(const TQIconSet &,const TQString &,SIP_RXOBJ_CON, SIP_SLOT_CON(int), - const QKeySequence & = QKeySequence(0),int = -1, + const TQKeySequence & = TQKeySequence(0),int = -1, int = -1); - int insertItem(const QPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int), - const QKeySequence & = QKeySequence(0),int = -1, + int insertItem(const TQPixmap &,SIP_RXOBJ_CON,SIP_SLOT_CON(int), + const TQKeySequence & = TQKeySequence(0),int = -1, int = -1); - int insertItem(const QIconSet &,const QPixmap &,SIP_RXOBJ_CON, + int insertItem(const TQIconSet &,const TQPixmap &,SIP_RXOBJ_CON, SIP_SLOT_CON(int), - const QKeySequence & = QKeySequence(0),int = -1, + const TQKeySequence & = TQKeySequence(0),int = -1, int = -1); %End -%If (- Qt_2_00) +%If (- TQt_2_00) int insertItem(const char *,int = -1,int = -1); - int insertItem(const char *,QPopupMenu *,int = -1,int = -1); - int insertItem(const QPixmap &,const char *,int = -1,int = -1); - int insertItem(const QPixmap &,const char *,QPopupMenu *,int = -1, + int insertItem(const char *,TQPopupMenu *,int = -1,int = -1); + int insertItem(const TQPixmap &,const char *,int = -1,int = -1); + int insertItem(const TQPixmap &,const char *,TQPopupMenu *,int = -1, int = -1); %End -%If (Qt_2_00 -) - int insertItem(const QString &,int = -1,int = -1); - int insertItem(const QIconSet &,const QString &,int = -1,int = -1); +%If (TQt_2_00 -) + int insertItem(const TQString &,int = -1,int = -1); + int insertItem(const TQIconSet &,const TQString &,int = -1,int = -1); - int insertItem(const QString &,QPopupMenu *,int = -1,int = -1); - int insertItem(const QIconSet &,const QString &,QPopupMenu *,int = -1, + int insertItem(const TQString &,TQPopupMenu *,int = -1,int = -1); + int insertItem(const TQIconSet &,const TQString &,TQPopupMenu *,int = -1, int = -1); %End - int insertItem(const QPixmap &,int = -1,int = -1); -%If (Qt_2_00 -) - int insertItem(const QIconSet &,const QPixmap &,int = -1,int = -1); + int insertItem(const TQPixmap &,int = -1,int = -1); +%If (TQt_2_00 -) + int insertItem(const TQIconSet &,const TQPixmap &,int = -1,int = -1); %End - int insertItem(const QPixmap &,QPopupMenu *,int = -1,int = -1); -%If (Qt_2_00 -) - int insertItem(const QIconSet &,const QPixmap &,QPopupMenu *,int = -1, + int insertItem(const TQPixmap &,TQPopupMenu *,int = -1,int = -1); +%If (TQt_2_00 -) + int insertItem(const TQIconSet &,const TQPixmap &,TQPopupMenu *,int = -1, int = -1); %End -%If (Qt_2_1_0 -) - int insertItem(QWidget * /Transfer/,int = -1,int = -1); - int insertItem(const QIconSet &,QCustomMenuItem * /Transfer/,int = -1, +%If (TQt_2_1_0 -) + int insertItem(TQWidget * /Transfer/,int = -1,int = -1); + int insertItem(const TQIconSet &,TQCustomMenuItem * /Transfer/,int = -1, int = -1); - int insertItem(QCustomMenuItem * /Transfer/,int = -1,int = -1); + int insertItem(TQCustomMenuItem * /Transfer/,int = -1,int = -1); %End -%If (Qt_2_1_0 -) +%If (TQt_2_1_0 -) int insertSeparator(int = -1); %End -%If (- Qt_2_1_0) +%If (- TQt_2_1_0) void insertSeparator(int = -1); %End @@ -170,42 +170,42 @@ public: void removeItemAt(int); void clear(); -%If (- Qt_3_0_0) +%If (- TQt_3_0_0) int accel(int) const; void setAccel(int,int); %End -%If (Qt_3_0_0 -) - QKeySequence accel(int) const; - void setAccel(const QKeySequence &,int); +%If (TQt_3_0_0 -) + TQKeySequence accel(int) const; + void setAccel(const TQKeySequence &,int); %End -%If (- Qt_2_00) +%If (- TQt_2_00) const char *text(int) const; %End -%If (Qt_2_00 -) - QIconSet *iconSet(int) const; - QString text(int) const; +%If (TQt_2_00 -) + TQIconSet *iconSet(int) const; + TQString text(int) const; %End - QPixmap *pixmap(int) const; + TQPixmap *pixmap(int) const; -%If (Qt_2_00 -) - void setWhatsThis(int,const QString &); - QString whatsThis(int) const; +%If (TQt_2_00 -) + void setWhatsThis(int,const TQString &); + TQString whatsThis(int) const; %End -%If (- Qt_2_00) +%If (- TQt_2_00) void changeItem(const char *,int); - void changeItem(const QPixmap &,int); - void changeItem(const QPixmap &,const char *,int); + void changeItem(const TQPixmap &,int); + void changeItem(const TQPixmap &,const char *,int); %End -%If (Qt_2_00 -) - void changeItem(int,const QString &); - void changeItem(int,const QPixmap &); - void changeItem(int,const QIconSet &,const QString &); - void changeItem(int,const QIconSet &,const QPixmap &); +%If (TQt_2_00 -) + void changeItem(int,const TQString &); + void changeItem(int,const TQPixmap &); + void changeItem(int,const TQIconSet &,const TQString &); + void changeItem(int,const TQIconSet &,const TQPixmap &); %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) bool isItemActive(int) const; %End @@ -215,7 +215,7 @@ public: bool isItemChecked(int) const; void setItemChecked(int,bool); -%If (Qt_3_1_0 -) +%If (TQt_3_1_0 -) bool isItemVisible(int) const; void setItemVisible(int,bool); %End @@ -224,68 +224,68 @@ public: int indexOf(int) const; int idAt(int) const; -%If (- Qt_2_00) +%If (- TQt_2_00) void setId(int,int); %End -%If (Qt_2_00 -) +%If (TQt_2_00 -) virtual void setId(int,int); %End bool connectItem(int,SIP_RXOBJ_CON,SIP_SLOT_CON(int)); bool disconnectItem(int,SIP_RXOBJ_DIS,SIP_SLOT_DIS(int)); -%If (Qt_2_1_0 -) +%If (TQt_2_1_0 -) bool setItemParameter(int,int); int itemParameter(int) const; %End - QMenuItem *findItem(int) const; -// QMenuItem *findItem(int,QMenuData **) const; -%If (Qt_3_0_0 -) -// Not documented in the Qt3 API (the similar findPopup() was internal in -// Qt2). -// QMenuItem *findItem(QPopupMenu *,int * = 0) const; + TQMenuItem *findItem(int) const; +// TQMenuItem *findItem(int,TQMenuData **) const; +%If (TQt_3_0_0 -) +// Not documented in the TQt3 API (the similar findPopup() was internal in +// TQt2). +// TQMenuItem *findItem(TQPopupMenu *,int * = 0) const; %End -%If (Qt_2_2_0 - Qt_3_0_0) +%If (TQt_2_2_0 - TQt_3_0_0) void activateItemAt(int); %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) virtual void activateItemAt(int); %End protected: virtual void menuContentsChanged(); virtual void menuStateChanged(); - virtual void menuInsPopup(QPopupMenu *); - virtual void menuDelPopup(QPopupMenu *); -%If (- Qt_3_0_0) -// Documented as internal in the Qt2 API. -// QMenuItem *findPopup(QPopupMenu *,int * = 0); + virtual void menuInsPopup(TQPopupMenu *); + virtual void menuDelPopup(TQPopupMenu *); +%If (- TQt_3_0_0) +// Documented as internal in the TQt2 API. +// TQMenuItem *findPopup(TQPopupMenu *,int * = 0); %End private: - QMenuData(const QMenuData &); + TQMenuData(const TQMenuData &); }; -%If (Qt_2_1_0 -) +%If (TQt_2_1_0 -) -class QCustomMenuItem : Qt +class TQCustomMenuItem : TQt { %TypeHeaderCode #include <qmenudata.h> %End public: - QCustomMenuItem(); + TQCustomMenuItem(); virtual bool fullSpan() const; virtual bool isSeparator() const; - virtual void setFont(const QFont &); - virtual void paint(QPainter *,const QColorGroup &,bool,bool,int,int, + virtual void setFont(const TQFont &); + virtual void paint(TQPainter *,const TQColorGroup &,bool,bool,int,int, int,int) = 0; - virtual QSize sizeHint() = 0; + virtual TQSize sizeHint() = 0; }; %End |