summaryrefslogtreecommitdiffstats
path: root/sip/qt/qtextstream.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
commit8a055d66f43592c257cece2eb8cc021808062917 (patch)
treed0922f201bd5d24b62a33160d1d9baf9e89f9a70 /sip/qt/qtextstream.sip
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'sip/qt/qtextstream.sip')
-rw-r--r--sip/qt/qtextstream.sip108
1 files changed, 54 insertions, 54 deletions
diff --git a/sip/qt/qtextstream.sip b/sip/qt/qtextstream.sip
index 7e8abcd..d546eb2 100644
--- a/sip/qt/qtextstream.sip
+++ b/sip/qt/qtextstream.sip
@@ -1,30 +1,30 @@
-// This is the SIP interface definition for QTextStream, QTextIStream and
-// QTextOStream.
+// This is the SIP interface definition for TQTextStream, TQTextIStream and
+// TQTextOStream.
//
// 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>QTextStream</Title>
+<Sect2><Title>TQTextStream</Title>
<FuncSynopsis>
- <FuncDef><Function>QTextStream</Function></FuncDef>
+ <FuncDef><Function>TQTextStream</Function></FuncDef>
<ParamDef>FILE *<Parameter>fp</Parameter></ParamDef>
<ParamDef>int <Parameter>mode</Parameter></ParamDef>
</FuncSynopsis>
@@ -33,7 +33,7 @@ Not implemented.
</Para>
<FuncSynopsis>
- <FuncDef>QTextStream &<Function>readRawBytes</Function></FuncDef>
+ <FuncDef>TQTextStream &<Function>readRawBytes</Function></FuncDef>
<ParamDef>char *<Parameter>buf</Parameter></ParamDef>
<ParamDef>uint <Parameter>len</Parameter></ParamDef>
</FuncSynopsis>
@@ -42,7 +42,7 @@ Not yet implemented.
</Para>
<FuncSynopsis>
- <FuncDef>QTextStream &<Function>writeRawBytes</Function></FuncDef>
+ <FuncDef>TQTextStream &<Function>writeRawBytes</Function></FuncDef>
<ParamDef>const char *<Parameter>buf</Parameter></ParamDef>
<ParamDef>uint <Parameter>len</Parameter></ParamDef>
</FuncSynopsis>
@@ -51,9 +51,9 @@ Not yet implemented.
</Para>
</Sect2>
-<Sect2><Title>QTextIStream (Qt v2+)</Title>
+<Sect2><Title>TQTextIStream (TQt v2+)</Title>
<FuncSynopsis>
- <FuncDef><Function>QTextIStream</Function></FuncDef>
+ <FuncDef><Function>TQTextIStream</Function></FuncDef>
<ParamDef>FILE *<Parameter>fp</Parameter></ParamDef>
<ParamDef>int <Parameter>mode</Parameter></ParamDef>
</FuncSynopsis>
@@ -62,9 +62,9 @@ Not implemented.
</Para>
</Sect2>
-<Sect2><Title>QTextOStream (Qt v2+)</Title>
+<Sect2><Title>TQTextOStream (TQt v2+)</Title>
<FuncSynopsis>
- <FuncDef><Function>QTextOStream</Function></FuncDef>
+ <FuncDef><Function>TQTextOStream</Function></FuncDef>
<ParamDef>FILE *<Parameter>fp</Parameter></ParamDef>
<ParamDef>int <Parameter>mode</Parameter></ParamDef>
</FuncSynopsis>
@@ -75,14 +75,14 @@ Not implemented.
%End
-class QTextStream
+class TQTextStream
{
%TypeHeaderCode
#include <qtextstream.h>
%End
public:
-%If (Qt_2_00 - Qt_2_2_0)
+%If (TQt_2_00 - TQt_2_2_0)
enum Encoding {
Locale,
Latin1,
@@ -92,7 +92,7 @@ public:
RawUnicode
};
%End
-%If (Qt_2_2_0 -)
+%If (TQt_2_2_0 -)
enum Encoding {
Locale,
Latin1,
@@ -104,37 +104,37 @@ public:
};
%End
- QTextStream();
- QTextStream(QIODevice *);
-%If (Qt_2_00 -)
- QTextStream(QString *,int);
+ TQTextStream();
+ TQTextStream(TQIODevice *);
+%If (TQt_2_00 -)
+ TQTextStream(TQString *,int);
%End
- QTextStream(QByteArray,int);
-// QTextStream(FILE *,int);
+ TQTextStream(TQByteArray,int);
+// TQTextStream(FILE *,int);
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
void setEncoding(Encoding);
- void setCodec(QTextCodec *);
+ void setCodec(TQTextCodec *);
%End
-%If (Qt_3_1_0 -)
- QTextCodec *codec();
+%If (TQt_3_1_0 -)
+ TQTextCodec *codec();
%End
- QIODevice *device() const;
- void setDevice(QIODevice *);
+ TQIODevice *device() const;
+ void setDevice(TQIODevice *);
void unsetDevice();
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
bool atEnd() const;
%End
bool eof() const;
-// QTextStream &readRawBytes(char *,uint) /ReleaseGIL/;
-// QTextStream &writeRawBytes(const char *,uint) /ReleaseGIL/;
+// TQTextStream &readRawBytes(char *,uint) /ReleaseGIL/;
+// TQTextStream &writeRawBytes(const char *,uint) /ReleaseGIL/;
- QString readLine() /ReleaseGIL/;
-%If (Qt_2_00 -)
- QString read() /ReleaseGIL/;
+ TQString readLine() /ReleaseGIL/;
+%If (TQt_2_00 -)
+ TQString read() /ReleaseGIL/;
void skipWhiteSpace();
%End
@@ -174,57 +174,57 @@ public:
int precision() const;
int precision(int);
-%If (Qt_3_0_0 -)
+%If (TQt_3_0_0 -)
// These are defined in qmainwindow.h as global operators so we have
// to implement them here and pretend they are class operators.
- QTextStream &operator<<(const QMainWindow &);
- QTextStream &operator>>(QMainWindow &);
+ TQTextStream &operator<<(const TQMainWindow &);
+ TQTextStream &operator>>(TQMainWindow &);
// These are defined in qdockarea.h as global operators so we have
// to implement them here and pretend they are class operators.
- QTextStream &operator<<(const QDockArea &);
- QTextStream &operator>>(QDockArea &);
+ TQTextStream &operator<<(const TQDockArea &);
+ TQTextStream &operator>>(TQDockArea &);
%End
private:
- QTextStream(const QTextStream &);
+ TQTextStream(const TQTextStream &);
};
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
-class QTextIStream : QTextStream
+class TQTextIStream : TQTextStream
{
%TypeHeaderCode
#include <qtextstream.h>
%End
public:
- QTextIStream(QString *);
- QTextIStream(QByteArray);
-// QTextIStream(FILE *);
+ TQTextIStream(TQString *);
+ TQTextIStream(TQByteArray);
+// TQTextIStream(FILE *);
private:
-%If (Qt_3_1_0 -)
- QTextIStream(const QTextIStream &);
+%If (TQt_3_1_0 -)
+ TQTextIStream(const TQTextIStream &);
%End
};
-class QTextOStream : QTextStream
+class TQTextOStream : TQTextStream
{
%TypeHeaderCode
#include <qtextstream.h>
%End
public:
- QTextOStream(QString *);
- QTextOStream(QByteArray);
-// QTextOStream(FILE *);
+ TQTextOStream(TQString *);
+ TQTextOStream(TQByteArray);
+// TQTextOStream(FILE *);
private:
-%If (Qt_3_1_0 -)
- QTextOStream(const QTextOStream &);
+%If (TQt_3_1_0 -)
+ TQTextOStream(const TQTextOStream &);
%End
};