diff options
Diffstat (limited to 'sip/qt/qframe.sip')
-rw-r--r-- | sip/qt/qframe.sip | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/sip/qt/qframe.sip b/sip/qt/qframe.sip index 737e4ae..ca47416 100644 --- a/sip/qt/qframe.sip +++ b/sip/qt/qframe.sip @@ -36,50 +36,16 @@ class TQFrame : TQWidget %End public: -%If (- TQt_3_0_0) - TQFrame(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0, - bool = 1); -%End -%If (TQt_3_0_0 -) TQFrame(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0); -%End int frameStyle() const; -%If (- TQt_2_00) - void setFrameStyle(int); -%End -%If (TQt_2_00 -) virtual void setFrameStyle(int); -%End int frameWidth() const; TQRect contentsRect() const; -%If (- TQt_2_00) - bool lineShapesOk() const; -%End - TQSize sizeHint() const; -%If (TQt_2_00 - TQt_3_0_0) - TQSizePolicy sizePolicy() const; -%End -%If (- TQt_2_00) - enum { - NoFrame, - Box, - Panel, - WinPanel, - HLine, - VLine, - MShape, - Plain, - Raised, - Sunken, - MShadow - }; -%End -%If (TQt_2_00 -) enum Shape { NoFrame, Box, @@ -89,91 +55,45 @@ public: VLine, StyledPanel, PopupPanel, -%If (TQt_3_0_0 -) MenuBarPanel, ToolBarPanel, -%End -%If (TQt_3_0_1 -) LineEditPanel, TabWidgetPanel, -%End -%If (TQt_3_1_0 -) GroupBoxPanel, -%End MShape }; -%End -%If (TQt_2_00 -) enum Shadow { Plain, Raised, Sunken, MShadow }; -%End -%If (- TQt_2_00) - int frameShape() const; -%End -%If (TQt_2_00 -) Shape frameShape() const; void setFrameShape(Shape); -%End -%If (- TQt_2_00) - int frameShadow() const; -%End -%If (TQt_2_00 -) Shadow frameShadow() const; void setFrameShadow(Shadow); -%End int lineWidth() const; -%If (- TQt_2_00) - void setLineWidth(int); -%End -%If (TQt_2_00 -) virtual void setLineWidth(int); -%End int margin() const; -%If (- TQt_2_00) - void setMargin(int); -%End -%If (TQt_2_00 -) virtual void setMargin(int); -%End int midLineWidth() const; -%If (- TQt_2_00) - void setMidLineWidth(int); -%End -%If (TQt_2_00 -) virtual void setMidLineWidth(int); -%End TQRect frameRect() const; -%If (TQt_2_00 -) virtual void setFrameRect(const TQRect &); -%End protected: -%If (- TQt_2_00) - void setFrameRect(const TQRect &); -%End void paintEvent(TQPaintEvent *); void resizeEvent(TQResizeEvent *); virtual void drawFrame(TQPainter *); virtual void drawContents(TQPainter *); virtual void frameChanged(); -%If (TQt_2_00 - TQt_3_0_0) - void updateMask(); - virtual void drawFrameMask(TQPainter *); - virtual void drawContentsMask(TQPainter *); -%End -%If (TQt_3_1_0 -) void styleChange(TQStyle &); -%End private: TQFrame(const TQFrame &); |