summaryrefslogtreecommitdiffstats
path: root/sip/qt/qpicture.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qpicture.sip')
-rw-r--r--sip/qt/qpicture.sip30
1 files changed, 0 insertions, 30 deletions
diff --git a/sip/qt/qpicture.sip b/sip/qt/qpicture.sip
index bc93254..9bcd839 100644
--- a/sip/qt/qpicture.sip
+++ b/sip/qt/qpicture.sip
@@ -52,60 +52,30 @@ class TQPicture : TQPaintDevice
%End
public:
-%If (- TQt_2_00)
- TQPicture();
-%End
-%If (TQt_2_00 - TQt_3_0_0)
- TQPicture(int = 0);
-%End
-%If (TQt_3_0_0 -)
TQPicture(int = -1);
TQPicture(const TQPicture &);
-%End
bool isNull() const;
uint size() const;
// const char *data() const;
-%If (- TQt_2_00)
- void setData(const char * /Array/,uint /ArraySize/);
-%End
-%If (TQt_2_00 -)
virtual void setData(const char * /Array/,uint /ArraySize/);
-%End
bool play(TQPainter *);
-%If (- TQt_2_00)
- bool load(const char *);
- bool save(const char *);
-%End
-%If (TQt_2_00 - TQt_3_0_0)
- bool load(const TQString &);
- bool save(const TQString &);
-%End
-%If (TQt_3_0_0 -)
bool load(TQIODevice *,const char * = 0);
bool load(const TQString &,const char * = 0);
bool save(TQIODevice *,const char * = 0);
bool save(const TQString &,const char * = 0);
TQRect boundingRect() const;
-%End
-%If (TQt_3_1_0 -)
void setBoundingRect(const TQRect &);
-%End
protected:
-%If (TQt_3_0_0 -)
void detach();
TQPicture copy() const;
-%End
private:
-%If (- TQt_3_0_0)
- TQPicture(const TQPicture &);
-%End
};
%End