C# Class Qyoto.QAbstractScrollArea

Inheritance: Qyoto.QFrame
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
ContextMenuEvent void
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Event bool
KeyPressEvent void
MinimumSizeHint Qyoto.QSize
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
PaintEvent void
QAbstractScrollArea System
ResizeEvent void
ScrollContentsBy void
SetupViewport void
SizeHint Qyoto.QSize
ViewportEvent bool
WheelEvent void

Méthodes publiques

Méthode Description
AddScrollBarWidget ( QWidget widget, uint alignment ) : void
CornerWidget ( ) : QWidget
HorizontalScrollBar ( ) : Qyoto.QScrollBar
MaximumViewportSize ( ) : Qyoto.QSize
QAbstractScrollArea ( QWidget parent ) : System
ScrollBarWidgets ( uint alignment ) : List
SetCornerWidget ( QWidget widget ) : void
SetHorizontalScrollBar ( Qyoto.QScrollBar scrollbar ) : void
SetVerticalScrollBar ( Qyoto.QScrollBar scrollbar ) : void
SetViewport ( QWidget widget ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string
VerticalScrollBar ( ) : Qyoto.QScrollBar
Viewport ( ) : QWidget

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QAbstractScrollArea ( Type dummy ) : System
SetViewportMargins ( QMargins margins ) : void
SetViewportMargins ( int left, int top, int right, int bottom ) : void

Private Methods

Méthode Description
ContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : void
DragEnterEvent ( Qyoto.QDragEnterEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QDragLeaveEvent arg1 ) : void
DragMoveEvent ( Qyoto.QDragMoveEvent arg1 ) : void
DropEvent ( Qyoto.QDropEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
MinimumSizeHint ( ) : Qyoto.QSize
MouseDoubleClickEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
QAbstractScrollArea ( ) : System
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
ScrollContentsBy ( int dx, int dy ) : void
SetupViewport ( QWidget viewport ) : void
SizeHint ( ) : Qyoto.QSize
ViewportEvent ( Qyoto.QEvent arg1 ) : bool
WheelEvent ( Qyoto.QWheelEvent arg1 ) : void

Method Details

AddScrollBarWidget() public méthode

public AddScrollBarWidget ( QWidget widget, uint alignment ) : void
widget QWidget
alignment uint
Résultat void

CornerWidget() public méthode

public CornerWidget ( ) : QWidget
Résultat QWidget

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

HorizontalScrollBar() public méthode

public HorizontalScrollBar ( ) : Qyoto.QScrollBar
Résultat Qyoto.QScrollBar

MaximumViewportSize() public méthode

public MaximumViewportSize ( ) : Qyoto.QSize
Résultat Qyoto.QSize

QAbstractScrollArea() public méthode

public QAbstractScrollArea ( QWidget parent ) : System
parent QWidget
Résultat System

QAbstractScrollArea() protected méthode

protected QAbstractScrollArea ( Type dummy ) : System
dummy System.Type
Résultat System

ScrollBarWidgets() public méthode

public ScrollBarWidgets ( uint alignment ) : List
alignment uint
Résultat List

SetCornerWidget() public méthode

public SetCornerWidget ( QWidget widget ) : void
widget QWidget
Résultat void

SetHorizontalScrollBar() public méthode

public SetHorizontalScrollBar ( Qyoto.QScrollBar scrollbar ) : void
scrollbar Qyoto.QScrollBar
Résultat void

SetVerticalScrollBar() public méthode

public SetVerticalScrollBar ( Qyoto.QScrollBar scrollbar ) : void
scrollbar Qyoto.QScrollBar
Résultat void

SetViewport() public méthode

public SetViewport ( QWidget widget ) : void
widget QWidget
Résultat void

SetViewportMargins() protected méthode

protected SetViewportMargins ( QMargins margins ) : void
margins QMargins
Résultat void

SetViewportMargins() protected méthode

protected SetViewportMargins ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
Résultat void

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

VerticalScrollBar() public méthode

public VerticalScrollBar ( ) : Qyoto.QScrollBar
Résultat Qyoto.QScrollBar

Viewport() public méthode

public Viewport ( ) : QWidget
Résultat QWidget