summaryrefslogtreecommitdiffstats
path: root/sip/qt/qscrollview.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qscrollview.sip')
-rw-r--r--sip/qt/qscrollview.sip95
1 files changed, 0 insertions, 95 deletions
diff --git a/sip/qt/qscrollview.sip b/sip/qt/qscrollview.sip
index 47cfd84..91a4a16 100644
--- a/sip/qt/qscrollview.sip
+++ b/sip/qt/qscrollview.sip
@@ -64,34 +64,20 @@ public:
Default,
Manual,
AutoOne,
-%If (TQt_2_3_0 -)
AutoOneFit,
-%End
};
virtual void setResizePolicy(ResizePolicy);
ResizePolicy resizePolicy() const;
-%If (TQt_2_1_0 -)
void styleChange(TQStyle &);
-%End
// The child was reparented when it was added, and it stays that way,
// so we don't transfer it back here.
void removeChild(TQWidget *);
-%If (- TQt_2_00)
- void addChild(TQWidget * /Transfer/);
- virtual void addChild(TQWidget * /Transfer/,int,int);
-%End
-%If (TQt_2_00 -)
virtual void addChild(TQWidget * /Transfer/,int = 0,int = 0);
-%End
virtual void moveChild(TQWidget *,int,int);
int childX(TQWidget *);
int childY(TQWidget *);
-%If (- TQt_3_0_0)
- bool childIsVisible(TQWidget *);
- void showChild(TQWidget *,bool = 1);
-%End
enum ScrollBarMode {
Auto,
@@ -108,12 +94,6 @@ public:
TQWidget *cornerWidget() const;
virtual void setCornerWidget(TQWidget * /Transfer/);
-%If (- TQt_2_00)
- TQScrollBar *horizontalScrollBar();
- TQScrollBar *verticalScrollBar();
- TQWidget *viewport();
-%End
-%If (TQt_2_00 -)
TQScrollBar *horizontalScrollBar() const;
TQScrollBar *verticalScrollBar() const;
TQWidget *viewport() const;
@@ -121,7 +101,6 @@ public:
int visibleWidth() const;
int visibleHeight() const;
-%End
int contentsWidth() const;
int contentsHeight() const;
@@ -132,111 +111,63 @@ public:
void resize(const TQSize &);
void show();
-%If (TQt_2_00 -)
void updateContents(int,int,int,int);
-%End
-%If (TQt_2_1_0 -)
void updateContents(const TQRect &);
-%End
-%If (TQt_3_0_0 -)
void updateContents();
-%End
-%If (TQt_2_00 -)
void repaintContents(int,int,int,int,bool = 1);
-%End
-%If (TQt_2_1_0 -)
void repaintContents(const TQRect &,bool = 1);
-%End
-%If (TQt_3_0_0 -)
void repaintContents(bool = 1);
-%End
-%If (TQt_2_00 -)
// Note that this wasn't actually const until TQt v3.0.0.
void contentsToViewport(int,int,int &,int &) const;
// Note that this wasn't actually const until TQt v3.0.0.
void viewportToContents(int,int,int &,int &) const;
-%If (- TQt_3_0_0)
- TQPoint contentsToViewport(const TQPoint &);
- TQPoint viewportToContents(const TQPoint &);
-%End
-%If (TQt_3_0_0 -)
TQPoint contentsToViewport(const TQPoint &) const;
TQPoint viewportToContents(const TQPoint &) const;
-%End
void enableClipper(bool);
-%If (TQt_2_2_0 -)
void setStaticBackground(bool);
bool hasStaticBackground() const;
-%End
TQSize viewportSize(int,int) const;
-%If (TQt_2_1_0 -)
TQSize sizeHint() const;
-%End
-%If (- TQt_3_0_0)
- TQSizePolicy sizePolicy() const;
-%End
TQSize minimumSizeHint() const;
void removeChild(TQObject * /TransferBack/);
-%End
-%If (TQt_3_1_0 -)
bool isHorizontalSliderPressed();
bool isVerticalSliderPressed();
-%End
%If (TQt_DRAGANDDROP)
-%If (TQt_2_1_0 - TQt_3_0_0)
- void setDragAutoScroll(bool);
-%End
-%If (TQt_3_0_0 -)
virtual void setDragAutoScroll(bool);
-%End
-%If (TQt_2_1_0 -)
bool dragAutoScroll() const;
%End
-%End
signals:
void contentsMoving(int,int);
-%If (TQt_3_1_0 -)
void horizontalSliderPressed();
void horizontalSliderReleased();
void verticalSliderPressed();
void verticalSliderReleased();
-%End
public slots:
virtual void resizeContents(int,int);
void scrollBy(int,int);
-%If (- TQt_2_00)
- void setContentsPos(int,int);
-%End
-%If (TQt_2_00 -)
virtual void setContentsPos(int,int);
-%End
void ensureVisible(int,int);
void ensureVisible(int,int,int,int);
void center(int,int);
void center(int,int,float,float);
void updateScrollBars();
-%If (TQt_2_00 -)
void setEnabled(bool);
-%End
protected:
-%If (TQt_2_00 -)
virtual void drawContents(TQPainter *,int,int,int,int);
-%End
virtual void drawContentsOffset(TQPainter *,int,int,int,int,int,int);
-%If (TQt_2_00 -)
virtual void contentsMousePressEvent(TQMouseEvent *);
virtual void contentsMouseReleaseEvent(TQMouseEvent *);
virtual void contentsMouseDoubleClickEvent(TQMouseEvent *);
@@ -248,20 +179,14 @@ protected:
virtual void contentsDropEvent(TQDropEvent *);
%End
virtual void contentsWheelEvent(TQWheelEvent *);
-%End
-%If (TQt_3_0_0 -)
virtual void contentsContextMenuEvent(TQContextMenuEvent *);
-%End
virtual void viewportPaintEvent(TQPaintEvent *);
-%If (TQt_2_00 -)
virtual void viewportResizeEvent(TQResizeEvent *);
-%End
virtual void viewportMousePressEvent(TQMouseEvent *);
virtual void viewportMouseReleaseEvent(TQMouseEvent *);
virtual void viewportMouseDoubleClickEvent(TQMouseEvent *);
virtual void viewportMouseMoveEvent(TQMouseEvent *);
-%If (TQt_2_00 -)
%If (TQt_DRAGANDDROP)
virtual void viewportDragEnterEvent(TQDragEnterEvent *);
virtual void viewportDragMoveEvent(TQDragMoveEvent *);
@@ -269,19 +194,11 @@ protected:
virtual void viewportDropEvent(TQDropEvent *);
%End
virtual void viewportWheelEvent(TQWheelEvent *);
-%End
-%If (TQt_3_0_0 -)
virtual void viewportContextMenuEvent(TQContextMenuEvent *);
-%End
void frameChanged();
-%If (- TQt_2_00)
- void setMargins(int,int,int,int);
-%End
-%If (TQt_2_00 -)
virtual void setMargins(int,int,int,int);
-%End
int leftMargin() const;
int topMargin() const;
int rightMargin() const;
@@ -289,37 +206,25 @@ protected:
bool focusNextPrevChild(bool);
-%If (TQt_2_00 -)
virtual void setHBarGeometry(TQScrollBar &,int,int,int,int);
virtual void setVBarGeometry(TQScrollBar &,int,int,int,int);
-%End
void resizeEvent(TQResizeEvent *);
-%If (TQt_3_0_0 -)
void mousePressEvent(TQMouseEvent *);
void mouseReleaseEvent(TQMouseEvent *);
void mouseDoubleClickEvent(TQMouseEvent *);
void mouseMoveEvent(TQMouseEvent *);
-%End
-%If (TQt_2_00 -)
void wheelEvent(TQWheelEvent *);
-%End
-%If (TQt_3_0_0 -)
void contextMenuEvent(TQContextMenuEvent *);
-%End
bool eventFilter(TQObject *,TQEvent *);
-%If (TQt_3_1_0 -)
void setCachedSizeHint(const TQSize &) const;
TQSize cachedSizeHint() const;
void fontChange(const TQFont &);
-%End
private:
TQScrollView(const TQScrollView &);
public:
-%If (TQt_3_1_0 -)
void disableSizeHintCaching();
-%End
};