C# 클래스 Qyoto.QWidget

상속: QObject, IQPaintDevice, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
Destroy ( ) : void
Destroy ( bool destroyWindow ) : void
Destroy ( bool destroyWindow, bool destroySubWindows ) : void
FocusNextChild ( ) : bool
FocusPreviousChild ( ) : bool
QWidget ( Type dummy ) : System
ResetInputContext ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Actions() 공개 메소드

public Actions ( ) : List
리턴 List

ActivateWindow() 공개 메소드

public ActivateWindow ( ) : void
리턴 void

AddAction() 공개 메소드

public AddAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
리턴 void

AddActions() 공개 메소드

public AddActions ( List actions ) : void
actions List
리턴 void

AdjustSize() 공개 메소드

public AdjustSize ( ) : void
리턴 void

BackgroundRole() 공개 메소드

public BackgroundRole ( ) : QPalette.ColorRole
리턴 QPalette.ColorRole

ChildAt() 공개 메소드

public ChildAt ( Qyoto.QPoint p ) : QWidget
p Qyoto.QPoint
리턴 QWidget

ChildAt() 공개 메소드

public ChildAt ( int x, int y ) : QWidget
x int
y int
리턴 QWidget

ClearFocus() 공개 메소드

public ClearFocus ( ) : void
리턴 void

ClearMask() 공개 메소드

public ClearMask ( ) : void
리턴 void

ColorCount() 공개 메소드

public ColorCount ( ) : int
리턴 int

ContentsMargins() 공개 메소드

public ContentsMargins ( ) : QMargins
리턴 QMargins

ContentsRect() 공개 메소드

public ContentsRect ( ) : Qyoto.QRect
리턴 Qyoto.QRect

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CreateWinId() 공개 메소드

public CreateWinId ( ) : void
리턴 void

Depth() 공개 메소드

public Depth ( ) : int
리턴 int

Destroy() 보호된 메소드

protected Destroy ( ) : void
리턴 void

Destroy() 보호된 메소드

protected Destroy ( bool destroyWindow ) : void
destroyWindow bool
리턴 void

Destroy() 보호된 메소드

protected Destroy ( bool destroyWindow, bool destroySubWindows ) : void
destroyWindow bool
destroySubWindows bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsurePolished() 공개 메소드

public EnsurePolished ( ) : void
리턴 void

FocusNextChild() 보호된 메소드

protected FocusNextChild ( ) : bool
리턴 bool

FocusPreviousChild() 보호된 메소드

protected FocusPreviousChild ( ) : bool
리턴 bool

FocusProxy() 공개 메소드

public FocusProxy ( ) : QWidget
리턴 QWidget

FocusWidget() 공개 메소드

public FocusWidget ( ) : QWidget
리턴 QWidget

FontInfo() 공개 메소드

public FontInfo ( ) : Qyoto.QFontInfo
리턴 Qyoto.QFontInfo

FontMetrics() 공개 메소드

public FontMetrics ( ) : QFontMetrics
리턴 QFontMetrics

ForegroundRole() 공개 메소드

public ForegroundRole ( ) : QPalette.ColorRole
리턴 QPalette.ColorRole

GetContentsMargins() 공개 메소드

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

GrabGesture() 공개 메소드

public GrabGesture ( Qt type ) : void
type Qt
리턴 void

GrabGesture() 공개 메소드

public GrabGesture ( Qt type, uint flags ) : void
type Qt
flags uint
리턴 void

GrabKeyboard() 공개 메소드

public GrabKeyboard ( ) : void
리턴 void

GrabMouse() 공개 메소드

public GrabMouse ( ) : void
리턴 void

GrabMouse() 공개 메소드

public GrabMouse ( QCursor arg1 ) : void
arg1 QCursor
리턴 void

GrabShortcut() 공개 메소드

public GrabShortcut ( QKeySequence key ) : int
key QKeySequence
리턴 int

GrabShortcut() 공개 메소드

public GrabShortcut ( QKeySequence key, Qt context ) : int
key QKeySequence
context Qt
리턴 int

GraphicsEffect() 공개 메소드

public GraphicsEffect ( ) : QGraphicsEffect
리턴 QGraphicsEffect

GraphicsProxyWidget() 공개 메소드

public GraphicsProxyWidget ( ) : Qyoto.QGraphicsProxyWidget
리턴 Qyoto.QGraphicsProxyWidget

Height() 공개 메소드

public Height ( ) : int
리턴 int

HeightMM() 공개 메소드

public HeightMM ( ) : int
리턴 int

InputContext() 공개 메소드

public InputContext ( ) : Qyoto.QInputContext
리턴 Qyoto.QInputContext

InsertAction() 공개 메소드

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

InsertActions() 공개 메소드

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

IsAncestorOf() 공개 메소드

public IsAncestorOf ( QWidget child ) : bool
child QWidget
리턴 bool

IsEnabledTo() 공개 메소드

public IsEnabledTo ( QWidget arg1 ) : bool
arg1 QWidget
리턴 bool

IsEnabledToTLW() 공개 메소드

public IsEnabledToTLW ( ) : bool
리턴 bool

IsHidden() 공개 메소드

public IsHidden ( ) : bool
리턴 bool

IsLeftToRight() 공개 메소드

public IsLeftToRight ( ) : bool
리턴 bool

IsRightToLeft() 공개 메소드

public IsRightToLeft ( ) : bool
리턴 bool

IsTopLevel() 공개 메소드

public IsTopLevel ( ) : bool
리턴 bool

IsVisible() 공개 메소드

public IsVisible ( ) : bool
리턴 bool

IsVisibleTo() 공개 메소드

public IsVisibleTo ( QWidget arg1 ) : bool
arg1 QWidget
리턴 bool

IsWindow() 공개 메소드

public IsWindow ( ) : bool
리턴 bool

KeyboardGrabber() 공개 정적인 메소드

public static KeyboardGrabber ( ) : QWidget
리턴 QWidget

Layout() 공개 메소드

public Layout ( ) : QLayout
리턴 QLayout

LogicalDpiX() 공개 메소드

public LogicalDpiX ( ) : int
리턴 int

LogicalDpiY() 공개 메소드

public LogicalDpiY ( ) : int
리턴 int

MapFrom() 공개 메소드

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

MapFromGlobal() 공개 메소드

public MapFromGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
리턴 Qyoto.QPoint

MapFromParent() 공개 메소드

public MapFromParent ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
리턴 Qyoto.QPoint

MapTo() 공개 메소드

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

MapToGlobal() 공개 메소드

public MapToGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
리턴 Qyoto.QPoint

MapToParent() 공개 메소드

public MapToParent ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
리턴 Qyoto.QPoint

Mask() 공개 메소드

public Mask ( ) : QRegion
리턴 QRegion

MouseGrabber() 공개 정적인 메소드

public static MouseGrabber ( ) : QWidget
리턴 QWidget

Move() 공개 메소드

public Move ( int x, int y ) : void
x int
y int
리턴 void

NativeParentWidget() 공개 메소드

public NativeParentWidget ( ) : QWidget
리턴 QWidget

NextInFocusChain() 공개 메소드

public NextInFocusChain ( ) : QWidget
리턴 QWidget

OverrideWindowFlags() 공개 메소드

public OverrideWindowFlags ( uint type ) : void
type uint
리턴 void

OverrideWindowState() 공개 메소드

public OverrideWindowState ( uint state ) : void
state uint
리턴 void

PaintingActive() 공개 메소드

public PaintingActive ( ) : bool
리턴 bool

ParentWidget() 공개 메소드

public ParentWidget ( ) : QWidget
리턴 QWidget

PhysicalDpiX() 공개 메소드

public PhysicalDpiX ( ) : int
리턴 int

PhysicalDpiY() 공개 메소드

public PhysicalDpiY ( ) : int
리턴 int

PreviousInFocusChain() 공개 메소드

public PreviousInFocusChain ( ) : QWidget
리턴 QWidget

QWidget() 공개 메소드

public QWidget ( QWidget parent ) : System
parent QWidget
리턴 System

QWidget() 공개 메소드

public QWidget ( QWidget parent, uint f ) : System
parent QWidget
f uint
리턴 System

QWidget() 보호된 메소드

protected QWidget ( Type dummy ) : System
dummy System.Type
리턴 System

ReleaseKeyboard() 공개 메소드

public ReleaseKeyboard ( ) : void
리턴 void

ReleaseMouse() 공개 메소드

public ReleaseMouse ( ) : void
리턴 void

ReleaseShortcut() 공개 메소드

public ReleaseShortcut ( int id ) : void
id int
리턴 void

RemoveAction() 공개 메소드

public RemoveAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
리턴 void

Render() 공개 메소드

public Render ( IQPaintDevice target ) : void
target IQPaintDevice
리턴 void

Render() 공개 메소드

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

Render() 공개 메소드

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

Render() 공개 메소드

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

Render() 공개 메소드

public Render ( QPainter painter ) : void
painter QPainter
리턴 void

Render() 공개 메소드

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

Render() 공개 메소드

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

Render() 공개 메소드

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

Repaint() 공개 메소드

public Repaint ( Qyoto.QRect arg1 ) : void
arg1 Qyoto.QRect
리턴 void

Repaint() 공개 메소드

public Repaint ( QRegion arg1 ) : void
arg1 QRegion
리턴 void

Repaint() 공개 메소드

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

ResetInputContext() 보호된 메소드

protected ResetInputContext ( ) : void
리턴 void

Resize() 공개 메소드

public Resize ( int w, int h ) : void
w int
h int
리턴 void

RestoreGeometry() 공개 메소드

public RestoreGeometry ( Qyoto.QByteArray geometry ) : bool
geometry Qyoto.QByteArray
리턴 bool

SaveGeometry() 공개 메소드

public SaveGeometry ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

Scroll() 공개 메소드

public Scroll ( int dx, int dy ) : void
dx int
dy int
리턴 void

Scroll() 공개 메소드

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

SetAttribute() 공개 메소드

public SetAttribute ( Qt arg1 ) : void
arg1 Qt
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( Qt arg1, bool on ) : void
arg1 Qt
on bool
리턴 void

SetBackgroundRole() 공개 메소드

public SetBackgroundRole ( QPalette arg1 ) : void
arg1 QPalette
리턴 void

SetBaseSize() 공개 메소드

public SetBaseSize ( int basew, int baseh ) : void
basew int
baseh int
리턴 void

SetContentsMargins() 공개 메소드

public SetContentsMargins ( QMargins margins ) : void
margins QMargins
리턴 void

SetContentsMargins() 공개 메소드

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

SetFixedHeight() 공개 메소드

public SetFixedHeight ( int h ) : void
h int
리턴 void

SetFixedSize() 공개 메소드

public SetFixedSize ( Qyoto.QSize arg1 ) : void
arg1 Qyoto.QSize
리턴 void

SetFixedSize() 공개 메소드

public SetFixedSize ( int w, int h ) : void
w int
h int
리턴 void

SetFixedWidth() 공개 메소드

public SetFixedWidth ( int w ) : void
w int
리턴 void

SetFocusProxy() 공개 메소드

public SetFocusProxy ( QWidget arg1 ) : void
arg1 QWidget
리턴 void

SetForegroundRole() 공개 메소드

public SetForegroundRole ( QPalette arg1 ) : void
arg1 QPalette
리턴 void

SetGeometry() 공개 메소드

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

SetGraphicsEffect() 공개 메소드

public SetGraphicsEffect ( QGraphicsEffect effect ) : void
effect QGraphicsEffect
리턴 void

SetInputContext() 공개 메소드

public SetInputContext ( Qyoto.QInputContext arg1 ) : void
arg1 Qyoto.QInputContext
리턴 void

SetLayout() 공개 메소드

public SetLayout ( QLayout arg1 ) : void
arg1 QLayout
리턴 void

SetMask() 공개 메소드

public SetMask ( QBitmap arg1 ) : void
arg1 QBitmap
리턴 void

SetMask() 공개 메소드

public SetMask ( QRegion arg1 ) : void
arg1 QRegion
리턴 void

SetMaximumSize() 공개 메소드

public SetMaximumSize ( int maxw, int maxh ) : void
maxw int
maxh int
리턴 void

SetMinimumSize() 공개 메소드

public SetMinimumSize ( int minw, int minh ) : void
minw int
minh int
리턴 void

SetParent() 공개 메소드

public SetParent ( QWidget parent ) : void
parent QWidget
리턴 void

SetParent() 공개 메소드

public SetParent ( QWidget parent, uint f ) : void
parent QWidget
f uint
리턴 void

SetShortcutAutoRepeat() 공개 메소드

public SetShortcutAutoRepeat ( int id ) : void
id int
리턴 void

SetShortcutAutoRepeat() 공개 메소드

public SetShortcutAutoRepeat ( int id, bool enable ) : void
id int
enable bool
리턴 void

SetShortcutEnabled() 공개 메소드

public SetShortcutEnabled ( int id ) : void
id int
리턴 void

SetShortcutEnabled() 공개 메소드

public SetShortcutEnabled ( int id, bool enable ) : void
id int
enable bool
리턴 void

SetSizeIncrement() 공개 메소드

public SetSizeIncrement ( int w, int h ) : void
w int
h int
리턴 void

SetSizePolicy() 공개 메소드

public SetSizePolicy ( QSizePolicy horizontal, QSizePolicy vertical ) : void
horizontal QSizePolicy
vertical QSizePolicy
리턴 void

SetStyle() 공개 메소드

public SetStyle ( QStyle arg1 ) : void
arg1 QStyle
리턴 void

SetTabOrder() 공개 정적인 메소드

public static SetTabOrder ( QWidget arg1, QWidget arg2 ) : void
arg1 QWidget
arg2 QWidget
리턴 void

SetWindowRole() 공개 메소드

public SetWindowRole ( string arg1 ) : void
arg1 string
리턴 void

SetWindowState() 공개 메소드

public SetWindowState ( uint state ) : void
state uint
리턴 void

StackUnder() 공개 메소드

public StackUnder ( QWidget arg1 ) : void
arg1 QWidget
리턴 void

Style() 공개 메소드

public Style ( ) : QStyle
리턴 QStyle

TestAttribute() 공개 메소드

public TestAttribute ( Qt arg1 ) : bool
arg1 Qt
리턴 bool

TopLevelWidget() 공개 메소드

public TopLevelWidget ( ) : QWidget
리턴 QWidget

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

UnderMouse() 공개 메소드

public UnderMouse ( ) : bool
리턴 bool

UngrabGesture() 공개 메소드

public UngrabGesture ( Qt type ) : void
type Qt
리턴 void

UnsetCursor() 공개 메소드

public UnsetCursor ( ) : void
리턴 void

UnsetLayoutDirection() 공개 메소드

public UnsetLayoutDirection ( ) : void
리턴 void

UnsetLocale() 공개 메소드

public UnsetLocale ( ) : void
리턴 void

Update() 공개 메소드

public Update ( QRect arg1 ) : void
arg1 QRect
리턴 void

Update() 공개 메소드

public Update ( QRegion arg1 ) : void
arg1 QRegion
리턴 void

Update() 공개 메소드

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

UpdateGeometry() 공개 메소드

public UpdateGeometry ( ) : void
리턴 void

VisibleRegion() 공개 메소드

public VisibleRegion ( ) : QRegion
리턴 QRegion

Width() 공개 메소드

public Width ( ) : int
리턴 int

WidthMM() 공개 메소드

public WidthMM ( ) : int
리턴 int

Window() 공개 메소드

public Window ( ) : QWidget
리턴 QWidget

WindowRole() 공개 메소드

public WindowRole ( ) : string
리턴 string

WindowState() 공개 메소드

public WindowState ( ) : uint
리턴 uint

WindowType() 공개 메소드

public WindowType ( ) : Qt.WindowType
리턴 Qt.WindowType