Qt.QScrollView Class

public class QScrollView: QFrame, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QScrollView

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QScrollView Constructors

QScrollView(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QScrollView() Constructor
QScrollView(Qt.QWidget) Constructor
QScrollView(Qt.QWidget, System.String) Constructor
QScrollView(void *) Constructor

QScrollView Methods

QScrollView.AddChild(Qt.QWidget, int, int) Method
QScrollView.AddChild(Qt.QWidget) Method
QScrollView.AddChild(Qt.QWidget, int) Method
QScrollView.BottomMargin Method
QScrollView.Center(int, int) Method
QScrollView.Center(int, int, float, float) Method
QScrollView.ChildIsVisible Method
QScrollView.ChildX Method
QScrollView.ChildY Method
QScrollView.Clipper Method
QScrollView.ContentsHeight Method
QScrollView.ContentsToViewport(int, int, int, int) Method
QScrollView.ContentsToViewport(Qt.QPoint) Method
QScrollView.ContentsWidth Method
QScrollView.ContentsX Method
QScrollView.ContentsY Method
QScrollView.CornerWidget Method
QScrollView.DragAutoScroll Method
QScrollView.DrawContents Method
QScrollView.DrawContentsOffset Method
QScrollView.EnableClipper Method
QScrollView.EnsureVisible(int, int) Method
QScrollView.EnsureVisible(int, int, int, int) Method
QScrollView.EventFilter Method
QScrollView.Finalize Method
QScrollView.FocusNextPrevChild Method
QScrollView.FrameChanged Method
QScrollView.HScrollBarMode Method
QScrollView.HasStaticBackground Method
QScrollView.HorizontalScrollBar Method
QScrollView.LeftMargin Method
QScrollView.MinimumSizeHint Method
QScrollView.MoveChild Method
QScrollView.RemoveChild(Qt.QWidget) Method
QScrollView.RemoveChild(Qt.QObject) Method
QScrollView.RepaintContents(int, int, int, int, bool) Method
QScrollView.RepaintContents(Qt.QRect, bool) Method
QScrollView.RepaintContents(bool) Method
QScrollView.RepaintContents(int, int, int, int) Method
QScrollView.RepaintContents(Qt.QRect) Method
QScrollView.RepaintContents() Method
QScrollView.Resize(int, int) Method
QScrollView.Resize(Qt.QSize) Method
QScrollView.ResizeContents Method
QScrollView.RightMargin Method
QScrollView.ScrollBy Method
QScrollView.SetContentsPos Method
QScrollView.SetCornerWidget Method
QScrollView.SetDragAutoScroll Method
QScrollView.SetEnabled Method
QScrollView.SetHBarGeometry Method
QScrollView.SetHScrollBarMode Method
QScrollView.SetMargins Method
QScrollView.SetResizePolicy Method
QScrollView.SetStaticBackground Method
QScrollView.SetVBarGeometry Method
QScrollView.SetVScrollBarMode Method
QScrollView.Show Method
QScrollView.ShowChild(Qt.QWidget, bool) Method
QScrollView.ShowChild(Qt.QWidget) Method
QScrollView.SizeHint Method
QScrollView.StyleChange Method
QScrollView.TheResizePolicy Method
QScrollView.TopMargin Method
QScrollView.UpdateContents(int, int, int, int) Method
QScrollView.UpdateContents(Qt.QRect) Method
QScrollView.UpdateContents() Method
QScrollView.UpdateScrollBars Method
QScrollView.VScrollBarMode Method
QScrollView.VerticalScrollBar Method
QScrollView.Viewport Method
QScrollView.ViewportSize Method
QScrollView.ViewportToContents(int, int, int, int) Method
QScrollView.ViewportToContents(Qt.QPoint) Method
QScrollView.VisibleHeight Method
QScrollView.VisibleWidth Method


QScrollView(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QScrollView(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView() Constructor

public void QScrollView();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView(Qt.QWidget) Constructor

public void QScrollView(Qt.QWidget parent);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView(Qt.QWidget, System.String) Constructor

public void QScrollView(Qt.QWidget parent, System.String name);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView(void *) Constructor

public void QScrollView(void * ptr);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.AddChild(Qt.QWidget, int, int) Method

public void AddChild(Qt.QWidget child, int x, int y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.AddChild(Qt.QWidget) Method

public void AddChild(Qt.QWidget child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.AddChild(Qt.QWidget, int) Method

public void AddChild(Qt.QWidget child, int x);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.BottomMargin Method

protected int BottomMargin();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Center(int, int) Method

public void Center(int x, int y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Center(int, int, float, float) Method

public void Center(int x, int y, float xmargin, float ymargin);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ChildIsVisible Method

public bool ChildIsVisible(Qt.QWidget child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ChildX Method

public int ChildX(Qt.QWidget child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ChildY Method

public int ChildY(Qt.QWidget child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Clipper Method

public Qt.QWidget Clipper();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ContentsHeight Method

public int ContentsHeight();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ContentsToViewport(int, int, int, int) Method

public void ContentsToViewport(int x, int y, int vx, int vy);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ContentsToViewport(Qt.QPoint) Method

public Qt.QPoint ContentsToViewport(Qt.QPoint arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ContentsWidth Method

public int ContentsWidth();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ContentsX Method

public int ContentsX();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ContentsY Method

public int ContentsY();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.CornerWidget Method

public Qt.QWidget CornerWidget();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.DragAutoScroll Method

public bool DragAutoScroll();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.DrawContents Method

protected void DrawContents(Qt.QPainter arg1, int cx, int cy, int cw, int ch);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.DrawContentsOffset Method

protected void DrawContentsOffset(Qt.QPainter arg1, int ox, int oy, int cx, int cy, int cw, int ch);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.EnableClipper Method

public void EnableClipper(bool y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.EnsureVisible(int, int) Method

public void EnsureVisible(int x, int y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.EnsureVisible(int, int, int, int) Method

public void EnsureVisible(int x, int y, int xmargin, int ymargin);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.EventFilter Method

protected bool EventFilter(Qt.QObject arg1, Qt.QEvent e);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Finalize Method

protected override void Finalize();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.FocusNextPrevChild Method

protected bool FocusNextPrevChild(bool next);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.FrameChanged Method

protected void FrameChanged();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.HScrollBarMode Method

public ScrollBarMode HScrollBarMode();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.HasStaticBackground Method

public bool HasStaticBackground();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.HorizontalScrollBar Method

public Qt.QScrollBar HorizontalScrollBar();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.LeftMargin Method

protected int LeftMargin();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.MoveChild Method

public void MoveChild(Qt.QWidget child, int x, int y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RemoveChild(Qt.QWidget) Method

public void RemoveChild(Qt.QWidget child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RemoveChild(Qt.QObject) Method

public void RemoveChild(Qt.QObject child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RepaintContents(int, int, int, int, bool) Method

public void RepaintContents(int x, int y, int w, int h, bool erase);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RepaintContents(Qt.QRect, bool) Method

public void RepaintContents(Qt.QRect r, bool erase);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RepaintContents(bool) Method

public void RepaintContents(bool erase);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RepaintContents(int, int, int, int) Method

public void RepaintContents(int x, int y, int w, int h);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RepaintContents(Qt.QRect) Method

public void RepaintContents(Qt.QRect r);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RepaintContents() Method

public void RepaintContents();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Resize(int, int) Method

public void Resize(int w, int h);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Resize(Qt.QSize) Method

public void Resize(Qt.QSize arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ResizeContents Method

public void ResizeContents(int w, int h);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.RightMargin Method

protected int RightMargin();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ScrollBy Method

public void ScrollBy(int dx, int dy);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetContentsPos Method

public void SetContentsPos(int x, int y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetCornerWidget Method

public void SetCornerWidget(Qt.QWidget arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetDragAutoScroll Method

public void SetDragAutoScroll(bool b);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetEnabled Method

public void SetEnabled(bool enable);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetHBarGeometry Method

protected void SetHBarGeometry(Qt.QScrollBar hbar, int x, int y, int w, int h);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetHScrollBarMode Method

public void SetHScrollBarMode(ScrollBarMode arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetMargins Method

protected void SetMargins(int left, int top, int right, int bottom);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetResizePolicy Method

public void SetResizePolicy(ResizePolicy arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetStaticBackground Method

public void SetStaticBackground(bool y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetVBarGeometry Method

protected void SetVBarGeometry(Qt.QScrollBar vbar, int x, int y, int w, int h);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SetVScrollBarMode Method

public void SetVScrollBarMode(ScrollBarMode arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Show Method

public void Show();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ShowChild(Qt.QWidget, bool) Method

public void ShowChild(Qt.QWidget child, bool yes);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ShowChild(Qt.QWidget) Method

public void ShowChild(Qt.QWidget child);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.StyleChange Method

public void StyleChange(Qt.QStyle arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.TheResizePolicy Method

public ResizePolicy TheResizePolicy();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.TopMargin Method

protected int TopMargin();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.UpdateContents(int, int, int, int) Method

public void UpdateContents(int x, int y, int w, int h);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.UpdateContents(Qt.QRect) Method

public void UpdateContents(Qt.QRect r);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.UpdateContents() Method

public void UpdateContents();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.UpdateScrollBars Method

public void UpdateScrollBars();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.VScrollBarMode Method

public ScrollBarMode VScrollBarMode();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.VerticalScrollBar Method

public Qt.QScrollBar VerticalScrollBar();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.Viewport Method

public Qt.QWidget Viewport();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ViewportSize Method

public Qt.QSize ViewportSize(int arg1, int arg2);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ViewportToContents(int, int, int, int) Method

public void ViewportToContents(int vx, int vy, int x, int y);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.ViewportToContents(Qt.QPoint) Method

public Qt.QPoint ViewportToContents(Qt.QPoint arg1);

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.VisibleHeight Method

public int VisibleHeight();

See Also

Qt.QScrollView Class, Qt Namespace

QScrollView.VisibleWidth Method

public int VisibleWidth();

See Also

Qt.QScrollView Class, Qt Namespace