summaryrefslogtreecommitdiffstats
path: root/sip/qt/qinterlacestyle.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/qinterlacestyle.sip
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'sip/qt/qinterlacestyle.sip')
-rw-r--r--sip/qt/qinterlacestyle.sip92
1 files changed, 46 insertions, 46 deletions
diff --git a/sip/qt/qinterlacestyle.sip b/sip/qt/qinterlacestyle.sip
index 5455b2f..97f4e19 100644
--- a/sip/qt/qinterlacestyle.sip
+++ b/sip/qt/qinterlacestyle.sip
@@ -1,30 +1,30 @@
-// This is the SIP interface definition for QInterlaceStyle.
+// This is the SIP interface definition for TQInterlaceStyle.
//
// 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>QInterlaceStyle (Qt v2.3.1+)</Title>
+<Sect2><Title>TQInterlaceStyle (TQt v2.3.1+)</Title>
<FuncSynopsis>
<FuncDef>void <Function>scrollBarMetrics</Function></FuncDef>
- <ParamDef>const QTabBar *<Parameter>sb</Parameter></ParamDef>
+ <ParamDef>const TQTabBar *<Parameter>sb</Parameter></ParamDef>
<ParamDef>int &amp;<Parameter>sliderMin</Parameter></ParamDef>
<ParamDef>int &amp;<Parameter>sliderMax</Parameter></ParamDef>
<ParamDef>int &amp;<Parameter>sliderLength</Parameter></ParamDef>
@@ -39,63 +39,63 @@ This takes only the <Literal>sb</Literal> parameter and returns a tuple of the
%End
-// Temporary until it is ported to Qt3.
-%If (Qt_STYLE_INTERLACE)
-%If (Qt_2_3_1 - Qt_3_0_0)
+// Temporary until it is ported to TQt3.
+%If (TQt_STYLE_INTERLACE)
+%If (TQt_2_3_1 - TQt_3_0_0)
-class QInterlaceStyle : QMotifStyle
+class TQInterlaceStyle : TQMotifStyle
{
%TypeHeaderCode
#include <qinterlacestyle.h>
%End
public:
- QInterlaceStyle();
+ TQInterlaceStyle();
- void polish(QApplication *);
- void unPolish(QApplication *);
- void polish(QWidget *);
- void unPolish(QWidget *);
+ void polish(TQApplication *);
+ void unPolish(TQApplication *);
+ void polish(TQWidget *);
+ void unPolish(TQWidget *);
int defaultFrameWidth() const;
- QRect pushButtonContentsRect(QPushButton *);
- void drawFocusRect(QPainter *,const QRect &,const QColorGroup &,
- const QColor * = 0,bool = 0);
- void drawButton(QPainter *,int,int,int,int,const QColorGroup &,
- bool = 0,const QBrush * = 0);
- void drawButtonMask(QPainter *,int,int,int,int);
- void drawBevelButton(QPainter *,int,int,int,int,const QColorGroup &,
- bool = 0,const QBrush * = 0);
+ TQRect pushButtonContentsRect(TQPushButton *);
+ void drawFocusRect(TQPainter *,const TQRect &,const TQColorGroup &,
+ const TQColor * = 0,bool = 0);
+ void drawButton(TQPainter *,int,int,int,int,const TQColorGroup &,
+ bool = 0,const TQBrush * = 0);
+ void drawButtonMask(TQPainter *,int,int,int,int);
+ void drawBevelButton(TQPainter *,int,int,int,int,const TQColorGroup &,
+ bool = 0,const TQBrush * = 0);
- void drawPushButton(QPushButton *,QPainter *);
- QSize indicatorSize() const;
- void drawIndicator(QPainter *,int,int,int,int,const QColorGroup &,
+ void drawPushButton(TQPushButton *,TQPainter *);
+ TQSize indicatorSize() const;
+ void drawIndicator(TQPainter *,int,int,int,int,const TQColorGroup &,
int,bool = 0,bool = 1);
- void drawIndicatorMask(QPainter *,int,int,int,int,int);
- QSize exclusiveIndicatorSize() const;
- void drawExclusiveIndicator(QPainter *,int,int,int,int,
- const QColorGroup &,bool,bool = 0,
+ void drawIndicatorMask(TQPainter *,int,int,int,int,int);
+ TQSize exclusiveIndicatorSize() const;
+ void drawExclusiveIndicator(TQPainter *,int,int,int,int,
+ const TQColorGroup &,bool,bool = 0,
bool = 1);
- void drawExclusiveIndicatorMask(QPainter *,int,int,int,int,bool);
- QRect comboButtonRect(int,int,int,int);
- void drawComboButton(QPainter *,int,int,int,int,const QColorGroup &,
- bool,bool,bool,const QBrush *);
- void drawPushButtonLabel(QPushButton *,QPainter *);
- void drawPanel(QPainter *,int,int,int,int,const QColorGroup &,bool,int,
- const QBrush *);
+ void drawExclusiveIndicatorMask(TQPainter *,int,int,int,int,bool);
+ TQRect comboButtonRect(int,int,int,int);
+ void drawComboButton(TQPainter *,int,int,int,int,const TQColorGroup &,
+ bool,bool,bool,const TQBrush *);
+ void drawPushButtonLabel(TQPushButton *,TQPainter *);
+ void drawPanel(TQPainter *,int,int,int,int,const TQColorGroup &,bool,int,
+ const TQBrush *);
- void scrollBarMetrics(const QScrollBar *,int &,int &,int &,int &);
+ void scrollBarMetrics(const TQScrollBar *,int &,int &,int &,int &);
- void drawScrollBarControls(QPainter *,const QScrollBar *,int,uint,
+ void drawScrollBarControls(TQPainter *,const TQScrollBar *,int,uint,
uint);
- void drawSlider(QPainter *,int,int,int,int,const QColorGroup &,
+ void drawSlider(TQPainter *,int,int,int,int,const TQColorGroup &,
Orientation,bool,bool);
- void drawSliderMask(QPainter *,int,int,int,int,Orientation,bool,bool);
- void drawSliderGroove(QPainter *,int,int,int,int,const QColorGroup &,
- QCOORD,Orientation);
- void drawSliderGrooveMask(QPainter *,int,int,int,int,QCOORD,
+ void drawSliderMask(TQPainter *,int,int,int,int,Orientation,bool,bool);
+ void drawSliderGroove(TQPainter *,int,int,int,int,const TQColorGroup &,
+ TQCOORD,Orientation);
+ void drawSliderGrooveMask(TQPainter *,int,int,int,int,TQCOORD,
Orientation);
int splitterWidth() const;
- void drawSplitter(QPainter *,int,int,int,int,const QColorGroup &,
+ void drawSplitter(TQPainter *,int,int,int,int,const TQColorGroup &,
Orientation);
};