summaryrefslogtreecommitdiffstats
path: root/sip/qt/qmovie.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/qmovie.sip
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'sip/qt/qmovie.sip')
-rw-r--r--sip/qt/qmovie.sip62
1 files changed, 31 insertions, 31 deletions
diff --git a/sip/qt/qmovie.sip b/sip/qt/qmovie.sip
index ba4f3e9..3b79830 100644
--- a/sip/qt/qmovie.sip
+++ b/sip/qt/qmovie.sip
@@ -1,30 +1,30 @@
-// This is the SIP interface definition for QMovie.
+// This is the SIP interface definition for TQMovie.
//
// 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>QMovie</Title>
+<Sect2><Title>TQMovie</Title>
<FuncSynopsis>
- <FuncDef><Function>QMovie</Function></FuncDef>
- <ParamDef>QDataSource *<Parameter>src</Parameter></ParamDef>
+ <FuncDef><Function>TQMovie</Function></FuncDef>
+ <ParamDef>TQDataSource *<Parameter>src</Parameter></ParamDef>
<ParamDef>int <Parameter>bufsize</Parameter> = 1024</ParamDef>
</FuncSynopsis>
<Para>
@@ -38,43 +38,43 @@ Not implemented.
</FuncSynopsis>
<Para>
<Literal>length</Literal> is derived from <Literal>data</Literal> and not
-passed as a parameter. (Qt v2.2.0+)
+passed as a parameter. (TQt v2.2.0+)
</Para>
</Sect2>
%End
-class QMovie
+class TQMovie
{
%TypeHeaderCode
#include <qmovie.h>
%End
public:
- QMovie();
-%If (Qt_2_2_0 -)
- QMovie(int);
+ TQMovie();
+%If (TQt_2_2_0 -)
+ TQMovie(int);
%End
-// QMovie(QDataSource *,int = 1024);
-%If (- Qt_2_00)
- QMovie(const char *,int = 1024);
+// TQMovie(TQDataSource *,int = 1024);
+%If (- TQt_2_00)
+ TQMovie(const char *,int = 1024);
%End
-%If (Qt_2_00 -)
- QMovie(const QString &,int = 1024);
+%If (TQt_2_00 -)
+ TQMovie(const TQString &,int = 1024);
%End
- QMovie(QByteArray,int = 1024);
- QMovie(const QMovie &);
+ TQMovie(TQByteArray,int = 1024);
+ TQMovie(const TQMovie &);
-%If (Qt_2_2_0 -)
+%If (TQt_2_2_0 -)
int pushSpace() const;
void pushData(const uchar * /Array/,int /ArraySize/);
%End
- const QColor &backgroundColor() const;
- void setBackgroundColor(const QColor &);
- const QRect &getValidRect() const;
- const QPixmap &framePixmap() const;
-%If (Qt_2_2_0 -)
- const QImage &frameImage() const;
+ const TQColor &backgroundColor() const;
+ void setBackgroundColor(const TQColor &);
+ const TQRect &getValidRect() const;
+ const TQPixmap &framePixmap() const;
+%If (TQt_2_2_0 -)
+ const TQImage &frameImage() const;
%End
bool isNull() const;
int frameNumber() const;
@@ -89,10 +89,10 @@ public:
void restart();
int speed() const;
void setSpeed(int);
- void connectResize(SIP_RXOBJ_CON,SIP_SLOT_CON(const QSize &));
- void disconnectResize(SIP_RXOBJ_DIS,SIP_SLOT_DIS(const QSize &));
- void connectUpdate(SIP_RXOBJ_CON,SIP_SLOT_CON(const QRect &));
- void disconnectUpdate(SIP_RXOBJ_DIS,SIP_SLOT_DIS(const QRect &));
+ void connectResize(SIP_RXOBJ_CON,SIP_SLOT_CON(const TQSize &));
+ void disconnectResize(SIP_RXOBJ_DIS,SIP_SLOT_DIS(const TQSize &));
+ void connectUpdate(SIP_RXOBJ_CON,SIP_SLOT_CON(const TQRect &));
+ void disconnectUpdate(SIP_RXOBJ_DIS,SIP_SLOT_DIS(const TQRect &));
enum Status {
SourceEmpty = -2,