C# Class Qyoto.QWidget

Inheritance: QObject, IQPaintDevice, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
ActionEvent void
ChangeEvent void
Close bool
CloseEvent void
ContextMenuEvent void
DevType int
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
EnabledChange void
EnterEvent void
Event bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
FontChange void
HeightForWidth int
Hide void
HideEvent void
InputMethodEvent void
InputMethodQuery Qyoto.QVariant
KeyPressEvent void
KeyReleaseEvent void
LanguageChange void
LeaveEvent void
Lower void
Metric int
MinimumSizeHint Qyoto.QSize
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
MoveEvent void
PaintEngine QPaintEngine
PaintEvent void
PaletteChange void
QWidget System
Raise void
Repaint void
ResizeEvent void
SetDisabled void
SetEnabled void
SetFocus void
SetHidden void
SetShown void
SetStyleSheet void
SetVisible void
SetWindowModified void
SetWindowTitle void
Show void
ShowEvent void
ShowFullScreen void
ShowMaximized void
ShowMinimized void
ShowNormal void
SizeHint QSize
StyleChange void
TabletEvent void
Update void
UpdateMicroFocus void
WheelEvent void
WindowActivationChange void

Public Methods

Method Description
Actions ( ) : List
ActivateWindow ( ) : void
AddAction ( Qyoto.QAction action ) : void
AddActions ( List actions ) : void
AdjustSize ( ) : void
BackgroundRole ( ) : QPalette.ColorRole
ChildAt ( Qyoto.QPoint p ) : QWidget
ChildAt ( int x, int y ) : QWidget
ClearFocus ( ) : void
ClearMask ( ) : void
ColorCount ( ) : int
ContentsMargins ( ) : QMargins
ContentsRect ( ) : Qyoto.QRect
CreateWinId ( ) : void
Depth ( ) : int
Dispose ( ) : void
EnsurePolished ( ) : void
FocusProxy ( ) : QWidget
FocusWidget ( ) : QWidget
FontInfo ( ) : Qyoto.QFontInfo
FontMetrics ( ) : QFontMetrics
ForegroundRole ( ) : QPalette.ColorRole
GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void
GrabGesture ( Qt type ) : void
GrabGesture ( Qt type, uint flags ) : void
GrabKeyboard ( ) : void
GrabMouse ( ) : void
GrabMouse ( QCursor arg1 ) : void
GrabShortcut ( QKeySequence key ) : int
GrabShortcut ( QKeySequence key, Qt context ) : int
GraphicsEffect ( ) : QGraphicsEffect
GraphicsProxyWidget ( ) : Qyoto.QGraphicsProxyWidget
Height ( ) : int
HeightMM ( ) : int
InputContext ( ) : Qyoto.QInputContext
InsertAction ( Qyoto.QAction before, Qyoto.QAction action ) : void
InsertActions ( Qyoto.QAction before, List actions ) : void
IsAncestorOf ( QWidget child ) : bool
IsEnabledTo ( QWidget arg1 ) : bool
IsEnabledToTLW ( ) : bool
IsHidden ( ) : bool
IsLeftToRight ( ) : bool
IsRightToLeft ( ) : bool
IsTopLevel ( ) : bool
IsVisible ( ) : bool
IsVisibleTo ( QWidget arg1 ) : bool
IsWindow ( ) : bool
KeyboardGrabber ( ) : QWidget
Layout ( ) : QLayout
LogicalDpiX ( ) : int
LogicalDpiY ( ) : int
MapFrom ( QWidget arg1, Qyoto.QPoint arg2 ) : Qyoto.QPoint
MapFromGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
MapFromParent ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
MapTo ( QWidget arg1, Qyoto.QPoint arg2 ) : Qyoto.QPoint
MapToGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
MapToParent ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
Mask ( ) : QRegion
MouseGrabber ( ) : QWidget
Move ( int x, int y ) : void
NativeParentWidget ( ) : QWidget
NextInFocusChain ( ) : QWidget
OverrideWindowFlags ( uint type ) : void
OverrideWindowState ( uint state ) : void
PaintingActive ( ) : bool
ParentWidget ( ) : QWidget
PhysicalDpiX ( ) : int
PhysicalDpiY ( ) : int
PreviousInFocusChain ( ) : QWidget
QWidget ( QWidget parent ) : System
QWidget ( QWidget parent, uint f ) : System
ReleaseKeyboard ( ) : void
ReleaseMouse ( ) : void
ReleaseShortcut ( int id ) : void
RemoveAction ( Qyoto.QAction action ) : void
Render ( IQPaintDevice target ) : void
Render ( IQPaintDevice target, Qyoto.QPoint targetOffset ) : void
Render ( IQPaintDevice target, Qyoto.QPoint targetOffset, QRegion sourceRegion ) : void
Render ( IQPaintDevice target, Qyoto.QPoint targetOffset, QRegion sourceRegion, uint renderFlags ) : void
Render ( QPainter painter ) : void
Render ( QPainter painter, Qyoto.QPoint targetOffset ) : void
Render ( QPainter painter, Qyoto.QPoint targetOffset, QRegion sourceRegion ) : void
Render ( QPainter painter, Qyoto.QPoint targetOffset, QRegion sourceRegion, uint renderFlags ) : void
Repaint ( Qyoto.QRect arg1 ) : void
Repaint ( QRegion arg1 ) : void
Repaint ( int x, int y, int w, int h ) : void
Resize ( int w, int h ) : void
RestoreGeometry ( Qyoto.QByteArray geometry ) : bool
SaveGeometry ( ) : Qyoto.QByteArray
Scroll ( int dx, int dy ) : void
Scroll ( int dx, int dy, Qyoto.QRect arg3 ) : void
SetAttribute ( Qt arg1 ) : void
SetAttribute ( Qt arg1, bool on ) : void
SetBackgroundRole ( QPalette arg1 ) : void
SetBaseSize ( int basew, int baseh ) : void
SetContentsMargins ( QMargins margins ) : void
SetContentsMargins ( int left, int top, int right, int bottom ) : void
SetFixedHeight ( int h ) : void
SetFixedSize ( Qyoto.QSize arg1 ) : void
SetFixedSize ( int w, int h ) : void
SetFixedWidth ( int w ) : void
SetFocusProxy ( QWidget arg1 ) : void
SetForegroundRole ( QPalette arg1 ) : void
SetGeometry ( int x, int y, int w, int h ) : void
SetGraphicsEffect ( QGraphicsEffect effect ) : void
SetInputContext ( Qyoto.QInputContext arg1 ) : void
SetLayout ( QLayout arg1 ) : void
SetMask ( QBitmap arg1 ) : void
SetMask ( QRegion arg1 ) : void
SetMaximumSize ( int maxw, int maxh ) : void
SetMinimumSize ( int minw, int minh ) : void
SetParent ( QWidget parent ) : void
SetParent ( QWidget parent, uint f ) : void
SetShortcutAutoRepeat ( int id ) : void
SetShortcutAutoRepeat ( int id, bool enable ) : void
SetShortcutEnabled ( int id ) : void
SetShortcutEnabled ( int id, bool enable ) : void
SetSizeIncrement ( int w, int h ) : void
SetSizePolicy ( QSizePolicy horizontal, QSizePolicy vertical ) : void
SetStyle ( QStyle arg1 ) : void
SetTabOrder ( QWidget arg1, QWidget arg2 ) : void
SetWindowRole ( string arg1 ) : void
SetWindowState ( uint state ) : void
StackUnder ( QWidget arg1 ) : void
Style ( ) : QStyle
TestAttribute ( Qt arg1 ) : bool
TopLevelWidget ( ) : QWidget
Tr ( string s ) : string
Tr ( string s, string c ) : string
UnderMouse ( ) : bool
UngrabGesture ( Qt type ) : void
UnsetCursor ( ) : void
UnsetLayoutDirection ( ) : void
UnsetLocale ( ) : void
Update ( QRect arg1 ) : void
Update ( QRegion arg1 ) : void
Update ( int x, int y, int w, int h ) : void
UpdateGeometry ( ) : void
VisibleRegion ( ) : QRegion
Width ( ) : int
WidthMM ( ) : int
Window ( ) : QWidget
WindowRole ( ) : string
WindowState ( ) : uint
WindowType ( ) : Qt.WindowType

Protected Methods

Method Description
CreateProxy ( ) : void
Destroy ( ) : void
Destroy ( bool destroyWindow ) : void
Destroy ( bool destroyWindow, bool destroySubWindows ) : void
FocusNextChild ( ) : bool
FocusPreviousChild ( ) : bool
QWidget ( Type dummy ) : System
ResetInputContext ( ) : void

Private Methods

Method Description
ActionEvent ( Qyoto.QActionEvent arg1 ) : void
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Close ( ) : bool
CloseEvent ( Qyoto.QCloseEvent arg1 ) : void
ContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : void
DevType ( ) : int
DragEnterEvent ( Qyoto.QDragEnterEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QDragLeaveEvent arg1 ) : void
DragMoveEvent ( Qyoto.QDragMoveEvent arg1 ) : void
DropEvent ( Qyoto.QDropEvent arg1 ) : void
EnabledChange ( bool arg1 ) : void
EnterEvent ( Qyoto.QEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
FontChange ( QFont arg1 ) : void
HeightForWidth ( int arg1 ) : int
Hide ( ) : void
HideEvent ( Qyoto.QHideEvent arg1 ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt arg1 ) : Qyoto.QVariant
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
KeyReleaseEvent ( Qyoto.QKeyEvent arg1 ) : void
LanguageChange ( ) : void
LeaveEvent ( Qyoto.QEvent arg1 ) : void
Lower ( ) : void
Metric ( QPaintDevice arg1 ) : int
MinimumSizeHint ( ) : Qyoto.QSize
MouseDoubleClickEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void
MoveEvent ( QMoveEvent arg1 ) : void
PaintEngine ( ) : QPaintEngine
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
PaletteChange ( QPalette arg1 ) : void
QWidget ( ) : System
Raise ( ) : void
Repaint ( ) : void
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
SetDisabled ( bool arg1 ) : void
SetEnabled ( bool arg1 ) : void
SetFocus ( ) : void
SetHidden ( bool hidden ) : void
SetShown ( bool shown ) : void
SetStyleSheet ( string styleSheet ) : void
SetVisible ( bool visible ) : void
SetWindowModified ( bool arg1 ) : void
SetWindowTitle ( string arg1 ) : void
Show ( ) : void
ShowEvent ( QShowEvent arg1 ) : void
ShowFullScreen ( ) : void
ShowMaximized ( ) : void
ShowMinimized ( ) : void
ShowNormal ( ) : void
SizeHint ( ) : QSize
StyleChange ( QStyle arg1 ) : void
TabletEvent ( QTabletEvent arg1 ) : void
Update ( ) : void
UpdateMicroFocus ( ) : void
WheelEvent ( QWheelEvent arg1 ) : void
WindowActivationChange ( bool arg1 ) : void

Method Details

Actions() public method

public Actions ( ) : List
return List

ActivateWindow() public method

public ActivateWindow ( ) : void
return void

AddAction() public method

public AddAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
return void

AddActions() public method

public AddActions ( List actions ) : void
actions List
return void

AdjustSize() public method

public AdjustSize ( ) : void
return void

BackgroundRole() public method

public BackgroundRole ( ) : QPalette.ColorRole
return QPalette.ColorRole

ChildAt() public method

public ChildAt ( Qyoto.QPoint p ) : QWidget
p Qyoto.QPoint
return QWidget

ChildAt() public method

public ChildAt ( int x, int y ) : QWidget
x int
y int
return QWidget

ClearFocus() public method

public ClearFocus ( ) : void
return void

ClearMask() public method

public ClearMask ( ) : void
return void

ColorCount() public method

public ColorCount ( ) : int
return int

ContentsMargins() public method

public ContentsMargins ( ) : QMargins
return QMargins

ContentsRect() public method

public ContentsRect ( ) : Qyoto.QRect
return Qyoto.QRect

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CreateWinId() public method

public CreateWinId ( ) : void
return void

Depth() public method

public Depth ( ) : int
return int

Destroy() protected method

protected Destroy ( ) : void
return void

Destroy() protected method

protected Destroy ( bool destroyWindow ) : void
destroyWindow bool
return void

Destroy() protected method

protected Destroy ( bool destroyWindow, bool destroySubWindows ) : void
destroyWindow bool
destroySubWindows bool
return void

Dispose() public method

public Dispose ( ) : void
return void

EnsurePolished() public method

public EnsurePolished ( ) : void
return void

FocusNextChild() protected method

protected FocusNextChild ( ) : bool
return bool

FocusPreviousChild() protected method

protected FocusPreviousChild ( ) : bool
return bool

FocusProxy() public method

public FocusProxy ( ) : QWidget
return QWidget

FocusWidget() public method

public FocusWidget ( ) : QWidget
return QWidget

FontInfo() public method

public FontInfo ( ) : Qyoto.QFontInfo
return Qyoto.QFontInfo

FontMetrics() public method

public FontMetrics ( ) : QFontMetrics
return QFontMetrics

ForegroundRole() public method

public ForegroundRole ( ) : QPalette.ColorRole
return QPalette.ColorRole

GetContentsMargins() public method

public GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void
left int
top int
right int
bottom int
return void

GrabGesture() public method

public GrabGesture ( Qt type ) : void
type Qt
return void

GrabGesture() public method

public GrabGesture ( Qt type, uint flags ) : void
type Qt
flags uint
return void

GrabKeyboard() public method

public GrabKeyboard ( ) : void
return void

GrabMouse() public method

public GrabMouse ( ) : void
return void

GrabMouse() public method

public GrabMouse ( QCursor arg1 ) : void
arg1 QCursor
return void

GrabShortcut() public method

public GrabShortcut ( QKeySequence key ) : int
key QKeySequence
return int

GrabShortcut() public method

public GrabShortcut ( QKeySequence key, Qt context ) : int
key QKeySequence
context Qt
return int

GraphicsEffect() public method

public GraphicsEffect ( ) : QGraphicsEffect
return QGraphicsEffect

GraphicsProxyWidget() public method

public GraphicsProxyWidget ( ) : Qyoto.QGraphicsProxyWidget
return Qyoto.QGraphicsProxyWidget

Height() public method

public Height ( ) : int
return int

HeightMM() public method

public HeightMM ( ) : int
return int

InputContext() public method

public InputContext ( ) : Qyoto.QInputContext
return Qyoto.QInputContext

InsertAction() public method

public InsertAction ( Qyoto.QAction before, Qyoto.QAction action ) : void
before Qyoto.QAction
action Qyoto.QAction
return void

InsertActions() public method

public InsertActions ( Qyoto.QAction before, List actions ) : void
before Qyoto.QAction
actions List
return void

IsAncestorOf() public method

public IsAncestorOf ( QWidget child ) : bool
child QWidget
return bool

IsEnabledTo() public method

public IsEnabledTo ( QWidget arg1 ) : bool
arg1 QWidget
return bool

IsEnabledToTLW() public method

public IsEnabledToTLW ( ) : bool
return bool

IsHidden() public method

public IsHidden ( ) : bool
return bool

IsLeftToRight() public method

public IsLeftToRight ( ) : bool
return bool

IsRightToLeft() public method

public IsRightToLeft ( ) : bool
return bool

IsTopLevel() public method

public IsTopLevel ( ) : bool
return bool

IsVisible() public method

public IsVisible ( ) : bool
return bool

IsVisibleTo() public method

public IsVisibleTo ( QWidget arg1 ) : bool
arg1 QWidget
return bool

IsWindow() public method

public IsWindow ( ) : bool
return bool

KeyboardGrabber() public static method

public static KeyboardGrabber ( ) : QWidget
return QWidget

Layout() public method

public Layout ( ) : QLayout
return QLayout

LogicalDpiX() public method

public LogicalDpiX ( ) : int
return int

LogicalDpiY() public method

public LogicalDpiY ( ) : int
return int

MapFrom() public method

public MapFrom ( QWidget arg1, Qyoto.QPoint arg2 ) : Qyoto.QPoint
arg1 QWidget
arg2 Qyoto.QPoint
return Qyoto.QPoint

MapFromGlobal() public method

public MapFromGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
return Qyoto.QPoint

MapFromParent() public method

public MapFromParent ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
return Qyoto.QPoint

MapTo() public method

public MapTo ( QWidget arg1, Qyoto.QPoint arg2 ) : Qyoto.QPoint
arg1 QWidget
arg2 Qyoto.QPoint
return Qyoto.QPoint

MapToGlobal() public method

public MapToGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
return Qyoto.QPoint

MapToParent() public method

public MapToParent ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
return Qyoto.QPoint

Mask() public method

public Mask ( ) : QRegion
return QRegion

MouseGrabber() public static method

public static MouseGrabber ( ) : QWidget
return QWidget

Move() public method

public Move ( int x, int y ) : void
x int
y int
return void

NativeParentWidget() public method

public NativeParentWidget ( ) : QWidget
return QWidget

NextInFocusChain() public method

public NextInFocusChain ( ) : QWidget
return QWidget

OverrideWindowFlags() public method

public OverrideWindowFlags ( uint type ) : void
type uint
return void

OverrideWindowState() public method

public OverrideWindowState ( uint state ) : void
state uint
return void

PaintingActive() public method

public PaintingActive ( ) : bool
return bool

ParentWidget() public method

public ParentWidget ( ) : QWidget
return QWidget

PhysicalDpiX() public method

public PhysicalDpiX ( ) : int
return int

PhysicalDpiY() public method

public PhysicalDpiY ( ) : int
return int

PreviousInFocusChain() public method

public PreviousInFocusChain ( ) : QWidget
return QWidget

QWidget() public method

public QWidget ( QWidget parent ) : System
parent QWidget
return System

QWidget() public method

public QWidget ( QWidget parent, uint f ) : System
parent QWidget
f uint
return System

QWidget() protected method

protected QWidget ( Type dummy ) : System
dummy System.Type
return System

ReleaseKeyboard() public method

public ReleaseKeyboard ( ) : void
return void

ReleaseMouse() public method

public ReleaseMouse ( ) : void
return void

ReleaseShortcut() public method

public ReleaseShortcut ( int id ) : void
id int
return void

RemoveAction() public method

public RemoveAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
return void

Render() public method

public Render ( IQPaintDevice target ) : void
target IQPaintDevice
return void

Render() public method

public Render ( IQPaintDevice target, Qyoto.QPoint targetOffset ) : void
target IQPaintDevice
targetOffset Qyoto.QPoint
return void

Render() public method

public Render ( IQPaintDevice target, Qyoto.QPoint targetOffset, QRegion sourceRegion ) : void
target IQPaintDevice
targetOffset Qyoto.QPoint
sourceRegion QRegion
return void

Render() public method

public Render ( IQPaintDevice target, Qyoto.QPoint targetOffset, QRegion sourceRegion, uint renderFlags ) : void
target IQPaintDevice
targetOffset Qyoto.QPoint
sourceRegion QRegion
renderFlags uint
return void

Render() public method

public Render ( QPainter painter ) : void
painter QPainter
return void

Render() public method

public Render ( QPainter painter, Qyoto.QPoint targetOffset ) : void
painter QPainter
targetOffset Qyoto.QPoint
return void

Render() public method

public Render ( QPainter painter, Qyoto.QPoint targetOffset, QRegion sourceRegion ) : void
painter QPainter
targetOffset Qyoto.QPoint
sourceRegion QRegion
return void

Render() public method

public Render ( QPainter painter, Qyoto.QPoint targetOffset, QRegion sourceRegion, uint renderFlags ) : void
painter QPainter
targetOffset Qyoto.QPoint
sourceRegion QRegion
renderFlags uint
return void

Repaint() public method

public Repaint ( Qyoto.QRect arg1 ) : void
arg1 Qyoto.QRect
return void

Repaint() public method

public Repaint ( QRegion arg1 ) : void
arg1 QRegion
return void

Repaint() public method

public Repaint ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

ResetInputContext() protected method

protected ResetInputContext ( ) : void
return void

Resize() public method

public Resize ( int w, int h ) : void
w int
h int
return void

RestoreGeometry() public method

public RestoreGeometry ( Qyoto.QByteArray geometry ) : bool
geometry Qyoto.QByteArray
return bool

SaveGeometry() public method

public SaveGeometry ( ) : Qyoto.QByteArray
return Qyoto.QByteArray

Scroll() public method

public Scroll ( int dx, int dy ) : void
dx int
dy int
return void

Scroll() public method

public Scroll ( int dx, int dy, Qyoto.QRect arg3 ) : void
dx int
dy int
arg3 Qyoto.QRect
return void

SetAttribute() public method

public SetAttribute ( Qt arg1 ) : void
arg1 Qt
return void

SetAttribute() public method

public SetAttribute ( Qt arg1, bool on ) : void
arg1 Qt
on bool
return void

SetBackgroundRole() public method

public SetBackgroundRole ( QPalette arg1 ) : void
arg1 QPalette
return void

SetBaseSize() public method

public SetBaseSize ( int basew, int baseh ) : void
basew int
baseh int
return void

SetContentsMargins() public method

public SetContentsMargins ( QMargins margins ) : void
margins QMargins
return void

SetContentsMargins() public method

public SetContentsMargins ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
return void

SetFixedHeight() public method

public SetFixedHeight ( int h ) : void
h int
return void

SetFixedSize() public method

public SetFixedSize ( Qyoto.QSize arg1 ) : void
arg1 Qyoto.QSize
return void

SetFixedSize() public method

public SetFixedSize ( int w, int h ) : void
w int
h int
return void

SetFixedWidth() public method

public SetFixedWidth ( int w ) : void
w int
return void

SetFocusProxy() public method

public SetFocusProxy ( QWidget arg1 ) : void
arg1 QWidget
return void

SetForegroundRole() public method

public SetForegroundRole ( QPalette arg1 ) : void
arg1 QPalette
return void

SetGeometry() public method

public SetGeometry ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

SetGraphicsEffect() public method

public SetGraphicsEffect ( QGraphicsEffect effect ) : void
effect QGraphicsEffect
return void

SetInputContext() public method

public SetInputContext ( Qyoto.QInputContext arg1 ) : void
arg1 Qyoto.QInputContext
return void

SetLayout() public method

public SetLayout ( QLayout arg1 ) : void
arg1 QLayout
return void

SetMask() public method

public SetMask ( QBitmap arg1 ) : void
arg1 QBitmap
return void

SetMask() public method

public SetMask ( QRegion arg1 ) : void
arg1 QRegion
return void

SetMaximumSize() public method

public SetMaximumSize ( int maxw, int maxh ) : void
maxw int
maxh int
return void

SetMinimumSize() public method

public SetMinimumSize ( int minw, int minh ) : void
minw int
minh int
return void

SetParent() public method

public SetParent ( QWidget parent ) : void
parent QWidget
return void

SetParent() public method

public SetParent ( QWidget parent, uint f ) : void
parent QWidget
f uint
return void

SetShortcutAutoRepeat() public method

public SetShortcutAutoRepeat ( int id ) : void
id int
return void

SetShortcutAutoRepeat() public method

public SetShortcutAutoRepeat ( int id, bool enable ) : void
id int
enable bool
return void

SetShortcutEnabled() public method

public SetShortcutEnabled ( int id ) : void
id int
return void

SetShortcutEnabled() public method

public SetShortcutEnabled ( int id, bool enable ) : void
id int
enable bool
return void

SetSizeIncrement() public method

public SetSizeIncrement ( int w, int h ) : void
w int
h int
return void

SetSizePolicy() public method

public SetSizePolicy ( QSizePolicy horizontal, QSizePolicy vertical ) : void
horizontal QSizePolicy
vertical QSizePolicy
return void

SetStyle() public method

public SetStyle ( QStyle arg1 ) : void
arg1 QStyle
return void

SetTabOrder() public static method

public static SetTabOrder ( QWidget arg1, QWidget arg2 ) : void
arg1 QWidget
arg2 QWidget
return void

SetWindowRole() public method

public SetWindowRole ( string arg1 ) : void
arg1 string
return void

SetWindowState() public method

public SetWindowState ( uint state ) : void
state uint
return void

StackUnder() public method

public StackUnder ( QWidget arg1 ) : void
arg1 QWidget
return void

Style() public method

public Style ( ) : QStyle
return QStyle

TestAttribute() public method

public TestAttribute ( Qt arg1 ) : bool
arg1 Qt
return bool

TopLevelWidget() public method

public TopLevelWidget ( ) : QWidget
return QWidget

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

UnderMouse() public method

public UnderMouse ( ) : bool
return bool

UngrabGesture() public method

public UngrabGesture ( Qt type ) : void
type Qt
return void

UnsetCursor() public method

public UnsetCursor ( ) : void
return void

UnsetLayoutDirection() public method

public UnsetLayoutDirection ( ) : void
return void

UnsetLocale() public method

public UnsetLocale ( ) : void
return void

Update() public method

public Update ( QRect arg1 ) : void
arg1 QRect
return void

Update() public method

public Update ( QRegion arg1 ) : void
arg1 QRegion
return void

Update() public method

public Update ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

UpdateGeometry() public method

public UpdateGeometry ( ) : void
return void

VisibleRegion() public method

public VisibleRegion ( ) : QRegion
return QRegion

Width() public method

public Width ( ) : int
return int

WidthMM() public method

public WidthMM ( ) : int
return int

Window() public method

public Window ( ) : QWidget
return QWidget

WindowRole() public method

public WindowRole ( ) : string
return string

WindowState() public method

public WindowState ( ) : uint
return uint

WindowType() public method

public WindowType ( ) : Qt.WindowType
return Qt.WindowType