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/qsettings.sip | |
parent | b388516ca2691303a076a0764fd40bf7116fe43d (diff) | |
download | pytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip |
Initial TQt conversion
Diffstat (limited to 'sip/qt/qsettings.sip')
-rw-r--r-- | sip/qt/qsettings.sip | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/sip/qt/qsettings.sip b/sip/qt/qsettings.sip index 122593e..b271787 100644 --- a/sip/qt/qsettings.sip +++ b/sip/qt/qsettings.sip @@ -1,30 +1,30 @@ -// This is the SIP interface definition for QSettings. +// This is the SIP interface definition for TQSettings. // // 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>QSettings (Qt v3+)</Title> +<Sect2><Title>TQSettings (TQt v3+)</Title> <FuncSynopsis> <FuncDef>bool <Function>readBoolEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> <ParamDef>bool <Parameter>def</Parameter> = 0</ParamDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> @@ -35,7 +35,7 @@ the <Literal>bool</Literal> result and the <Literal>ok</Literal> flag. <FuncSynopsis> <FuncDef>double <Function>readDoubleEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> <ParamDef>double <Parameter>def</Parameter> = 0</ParamDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> @@ -45,40 +45,40 @@ the <Literal>double</Literal> result and the <Literal>ok</Literal> flag. </Para> <FuncSynopsis> -<FuncDef>QString <Function>readEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> - <ParamDef>const QString &<Parameter>def</Parameter> = QString::null</ParamDef> +<FuncDef>TQString <Function>readEntry</Function></FuncDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> + <ParamDef>const TQString &<Parameter>def</Parameter> = TQString::null</ParamDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> The <Literal>ok</Literal> is not passed and the returned value is a tuple of -the <Literal>QString</Literal> result and the <Literal>ok</Literal> flag. +the <Literal>TQString</Literal> result and the <Literal>ok</Literal> flag. </Para> <FuncSynopsis> -<FuncDef>QStringList <Function>readListEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> +<FuncDef>TQStringList <Function>readListEntry</Function></FuncDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> The <Literal>ok</Literal> is not passed and the returned value is a tuple of -the <Literal>QStringList</Literal> result and the <Literal>ok</Literal> flag. +the <Literal>TQStringList</Literal> result and the <Literal>ok</Literal> flag. </Para> <FuncSynopsis> -<FuncDef>QStringList <Function>readListEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> - <ParamDef>const QChar &<Parameter>separator</Parameter></ParamDef> +<FuncDef>TQStringList <Function>readListEntry</Function></FuncDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> + <ParamDef>const TQChar &<Parameter>separator</Parameter></ParamDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> The <Literal>ok</Literal> is not passed and the returned value is a tuple of -the <Literal>QStringList</Literal> result and the <Literal>ok</Literal> flag. +the <Literal>TQStringList</Literal> result and the <Literal>ok</Literal> flag. </Para> <FuncSynopsis> <FuncDef>int <Function>readNumEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> <ParamDef>int <Parameter>def</Parameter> = 0</ParamDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> @@ -89,7 +89,7 @@ the <Literal>int</Literal> result and the <Literal>ok</Literal> flag. <FuncSynopsis> <FuncDef>bool <Function>writeEntry</Function></FuncDef> - <ParamDef>const QString &<Parameter>key</Parameter></ParamDef> + <ParamDef>const TQString &<Parameter>key</Parameter></ParamDef> <ParamDef>bool <Parameter>value</Parameter></ParamDef> </FuncSynopsis> <Para> @@ -99,16 +99,16 @@ Not implemented. %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) -class QSettings +class TQSettings { %TypeHeaderCode #include <qsettings.h> %End public: -%If (Qt_3_1_0 -) +%If (TQt_3_1_0 -) enum Format { Native, Ini @@ -121,57 +121,57 @@ public: Mac }; -%If (Qt_3_1_0 -) +%If (TQt_3_1_0 -) enum Scope { User, Global }; %End - QSettings(); -%If (Qt_3_1_0 -) - QSettings(Format); + TQSettings(); +%If (TQt_3_1_0 -) + TQSettings(Format); %End -// bool writeEntry(const QString &,bool); - bool writeEntry(const QString &,int /Constrained/); - bool writeEntry(const QString &,double); -// bool writeEntry(const QString &,const char *); - bool writeEntry(const QString &,const QString &); - bool writeEntry(const QString &,const QStringList &); - bool writeEntry(const QString &,const QStringList &,const QChar &); +// bool writeEntry(const TQString &,bool); + bool writeEntry(const TQString &,int /Constrained/); + bool writeEntry(const TQString &,double); +// bool writeEntry(const TQString &,const char *); + bool writeEntry(const TQString &,const TQString &); + bool writeEntry(const TQString &,const TQStringList &); + bool writeEntry(const TQString &,const TQStringList &,const TQChar &); - QStringList entryList(const QString &) const; - QStringList subkeyList(const QString &) const; + TQStringList entryList(const TQString &) const; + TQStringList subkeyList(const TQString &) const; - QStringList readListEntry(const QString &,bool * = 0); - QStringList readListEntry(const QString &,const QChar &,bool * = 0); - QString readEntry(const QString &,const QString & = QString::null, + TQStringList readListEntry(const TQString &,bool * = 0); + TQStringList readListEntry(const TQString &,const TQChar &,bool * = 0); + TQString readEntry(const TQString &,const TQString & = TQString::null, bool * = 0); - int readNumEntry(const QString &,int = 0,bool * = 0); - double readDoubleEntry(const QString &,double = 0,bool * = 0); - bool readBoolEntry(const QString &,bool = 0,bool * = 0); + int readNumEntry(const TQString &,int = 0,bool * = 0); + double readDoubleEntry(const TQString &,double = 0,bool * = 0); + bool readBoolEntry(const TQString &,bool = 0,bool * = 0); - bool removeEntry(const QString &); + bool removeEntry(const TQString &); - void insertSearchPath(System,const QString &); - void removeSearchPath(System,const QString &); + void insertSearchPath(System,const TQString &); + void removeSearchPath(System,const TQString &); -%If (Qt_3_1_0 -) - void setPath(const QString &,const QString &,Scope = Global); +%If (TQt_3_1_0 -) + void setPath(const TQString &,const TQString &,Scope = Global); - void beginGroup(const QString &); + void beginGroup(const TQString &); void endGroup(); void resetGroup(); - QString group() const; + TQString group() const; %End -%If (Qt_3_2_0 -) +%If (TQt_3_2_0 -) bool sync(); %End private: - QSettings(const QSettings &); + TQSettings(const TQSettings &); }; %End |