public class QScrollView: QFrame, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QScrollViewThis type implements System.IDisposable.
Qt Namespace
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
public void QScrollView(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QScrollView Class, Qt Namespace
public void QScrollView();
Qt.QScrollView Class, Qt Namespace
public void QScrollView(Qt.QWidget parent);
Qt.QScrollView Class, Qt Namespace
public void QScrollView(Qt.QWidget parent, System.String name);
Qt.QScrollView Class, Qt Namespace
public void QScrollView(void * ptr);
Qt.QScrollView Class, Qt Namespace
public void AddChild(Qt.QWidget child, int x, int y);
Qt.QScrollView Class, Qt Namespace
public void AddChild(Qt.QWidget child);
Qt.QScrollView Class, Qt Namespace
public void AddChild(Qt.QWidget child, int x);
Qt.QScrollView Class, Qt Namespace
protected int BottomMargin();
Qt.QScrollView Class, Qt Namespace
public void Center(int x, int y);
Qt.QScrollView Class, Qt Namespace
public void Center(int x, int y, float xmargin, float ymargin);
Qt.QScrollView Class, Qt Namespace
public bool ChildIsVisible(Qt.QWidget child);
Qt.QScrollView Class, Qt Namespace
public int ChildX(Qt.QWidget child);
Qt.QScrollView Class, Qt Namespace
public int ChildY(Qt.QWidget child);
Qt.QScrollView Class, Qt Namespace
public Qt.QWidget Clipper();
Qt.QScrollView Class, Qt Namespace
public int ContentsHeight();
Qt.QScrollView Class, Qt Namespace
public void ContentsToViewport(int x, int y, int vx, int vy);
Qt.QScrollView Class, Qt Namespace
public Qt.QPoint ContentsToViewport(Qt.QPoint arg1);
Qt.QScrollView Class, Qt Namespace
public int ContentsWidth();
Qt.QScrollView Class, Qt Namespace
public int ContentsX();
Qt.QScrollView Class, Qt Namespace
public int ContentsY();
Qt.QScrollView Class, Qt Namespace
public Qt.QWidget CornerWidget();
Qt.QScrollView Class, Qt Namespace
public bool DragAutoScroll();
Qt.QScrollView Class, Qt Namespace
protected void DrawContents(Qt.QPainter arg1, int cx, int cy, int cw, int ch);
Qt.QScrollView Class, Qt Namespace
protected void DrawContentsOffset(Qt.QPainter arg1, int ox, int oy, int cx, int cy, int cw, int ch);
Qt.QScrollView Class, Qt Namespace
public void EnableClipper(bool y);
Qt.QScrollView Class, Qt Namespace
public void EnsureVisible(int x, int y);
Qt.QScrollView Class, Qt Namespace
public void EnsureVisible(int x, int y, int xmargin, int ymargin);
Qt.QScrollView Class, Qt Namespace
protected bool EventFilter(Qt.QObject arg1, Qt.QEvent e);
Qt.QScrollView Class, Qt Namespace
protected override void Finalize();
Qt.QScrollView Class, Qt Namespace
protected bool FocusNextPrevChild(bool next);
Qt.QScrollView Class, Qt Namespace
protected void FrameChanged();
Qt.QScrollView Class, Qt Namespace
public ScrollBarMode HScrollBarMode();
Qt.QScrollView Class, Qt Namespace
public bool HasStaticBackground();
Qt.QScrollView Class, Qt Namespace
public Qt.QScrollBar HorizontalScrollBar();
Qt.QScrollView Class, Qt Namespace
protected int LeftMargin();
Qt.QScrollView Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QScrollView Class, Qt Namespace
public void MoveChild(Qt.QWidget child, int x, int y);
Qt.QScrollView Class, Qt Namespace
public void RemoveChild(Qt.QWidget child);
Qt.QScrollView Class, Qt Namespace
public void RemoveChild(Qt.QObject child);
Qt.QScrollView Class, Qt Namespace
public void RepaintContents(int x, int y, int w, int h, bool erase);
Qt.QScrollView Class, Qt Namespace
public void RepaintContents(Qt.QRect r, bool erase);
Qt.QScrollView Class, Qt Namespace
public void RepaintContents(bool erase);
Qt.QScrollView Class, Qt Namespace
public void RepaintContents(int x, int y, int w, int h);
Qt.QScrollView Class, Qt Namespace
public void RepaintContents(Qt.QRect r);
Qt.QScrollView Class, Qt Namespace
public void RepaintContents();
Qt.QScrollView Class, Qt Namespace
public void Resize(int w, int h);
Qt.QScrollView Class, Qt Namespace
public void Resize(Qt.QSize arg1);
Qt.QScrollView Class, Qt Namespace
public void ResizeContents(int w, int h);
Qt.QScrollView Class, Qt Namespace
protected int RightMargin();
Qt.QScrollView Class, Qt Namespace
public void ScrollBy(int dx, int dy);
Qt.QScrollView Class, Qt Namespace
public void SetContentsPos(int x, int y);
Qt.QScrollView Class, Qt Namespace
public void SetCornerWidget(Qt.QWidget arg1);
Qt.QScrollView Class, Qt Namespace
public void SetDragAutoScroll(bool b);
Qt.QScrollView Class, Qt Namespace
public void SetEnabled(bool enable);
Qt.QScrollView Class, Qt Namespace
protected void SetHBarGeometry(Qt.QScrollBar hbar, int x, int y, int w, int h);
Qt.QScrollView Class, Qt Namespace
public void SetHScrollBarMode(ScrollBarMode arg1);
Qt.QScrollView Class, Qt Namespace
protected void SetMargins(int left, int top, int right, int bottom);
Qt.QScrollView Class, Qt Namespace
public void SetResizePolicy(ResizePolicy arg1);
Qt.QScrollView Class, Qt Namespace
public void SetStaticBackground(bool y);
Qt.QScrollView Class, Qt Namespace
protected void SetVBarGeometry(Qt.QScrollBar vbar, int x, int y, int w, int h);
Qt.QScrollView Class, Qt Namespace
public void SetVScrollBarMode(ScrollBarMode arg1);
Qt.QScrollView Class, Qt Namespace
public void Show();
Qt.QScrollView Class, Qt Namespace
public void ShowChild(Qt.QWidget child, bool yes);
Qt.QScrollView Class, Qt Namespace
public void ShowChild(Qt.QWidget child);
Qt.QScrollView Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QScrollView Class, Qt Namespace
public void StyleChange(Qt.QStyle arg1);
Qt.QScrollView Class, Qt Namespace
public ResizePolicy TheResizePolicy();
Qt.QScrollView Class, Qt Namespace
protected int TopMargin();
Qt.QScrollView Class, Qt Namespace
public void UpdateContents(int x, int y, int w, int h);
Qt.QScrollView Class, Qt Namespace
public void UpdateContents(Qt.QRect r);
Qt.QScrollView Class, Qt Namespace
public void UpdateContents();
Qt.QScrollView Class, Qt Namespace
public void UpdateScrollBars();
Qt.QScrollView Class, Qt Namespace
public ScrollBarMode VScrollBarMode();
Qt.QScrollView Class, Qt Namespace
public Qt.QScrollBar VerticalScrollBar();
Qt.QScrollView Class, Qt Namespace
public Qt.QWidget Viewport();
Qt.QScrollView Class, Qt Namespace
public Qt.QSize ViewportSize(int arg1, int arg2);
Qt.QScrollView Class, Qt Namespace
public void ViewportToContents(int vx, int vy, int x, int y);
Qt.QScrollView Class, Qt Namespace
public Qt.QPoint ViewportToContents(Qt.QPoint arg1);
Qt.QScrollView Class, Qt Namespace
public int VisibleHeight();
Qt.QScrollView Class, Qt Namespace
public int VisibleWidth();
Qt.QScrollView Class, Qt Namespace