diff options
Diffstat (limited to 'sip/qt/qiconset.sip')
-rw-r--r-- | sip/qt/qiconset.sip | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sip/qt/qiconset.sip b/sip/qt/qiconset.sip index 45f8140..8fdba3a 100644 --- a/sip/qt/qiconset.sip +++ b/sip/qt/qiconset.sip @@ -54,73 +54,36 @@ public: Active }; -%If (TQt_3_0_0 -) enum State { On, Off }; -%End -%If (TQt_2_1_0 -) TQIconSet(); -%End TQIconSet(const TQPixmap &,Size = Automatic); -%If (TQt_2_2_0 -) TQIconSet(const TQPixmap &,const TQPixmap &); -%End TQIconSet(const TQIconSet &); void reset(const TQPixmap &,Size); -%If (- TQt_2_00) - void setPixmap(const TQPixmap &,Size,Mode = Normal); - void setPixmap(const char *,Size,Mode = Normal); -%End -%If (TQt_2_00 - TQt_3_0_0) - virtual void setPixmap(const TQPixmap &,Size,Mode = Normal); - virtual void setPixmap(const TQString &,Size,Mode = Normal); -%End -%If (TQt_3_0_0 -) virtual void setPixmap(const TQPixmap &,Size,Mode = Normal,State = Off); virtual void setPixmap(const TQString &,Size,Mode = Normal,State = Off); -%End -%If (- TQt_3_0_0) - TQPixmap pixmap(Size,Mode) const; -%If (TQt_2_1_0 -) -// TQPixmap pixmap(Size,bool) const; -%End -%End -%If (TQt_3_0_0 -) TQPixmap pixmap(Size,Mode,State = Off) const; // TQPixmap pixmap(Size,bool,State = Off) const; -%End TQPixmap pixmap() const; -%If (- TQt_3_0_0) - bool isGenerated(Size,Mode) const; -%End -%If (TQt_3_0_0 -) bool isGenerated(Size,Mode,State = Off) const; void clearGenerated(); -%End -%If (TQt_3_1_0 -) void installIconFactory(TQIconFactory *); -%End -%If (TQt_2_1_0 -) bool isNull() const; -%End void detach(); -%If (TQt_3_0_0 -) static void setIconSize(Size,const TQSize &); static const TQSize &iconSize(Size); -%End }; -%If (TQt_3_1_0 -) - class TQIconFactory { %TypeHeaderCode @@ -142,5 +105,3 @@ public: private: TQIconFactory(const TQIconFactory &); }; - -%End |