C# 클래스 Qyoto.QApplication

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

Private Properties

프로퍼티 타입 설명
CommitData void
Event bool
Notify bool
QApplication System
SaveState void
SetAutoSipEnabled void
SetStyleSheet void
autoSipEnabled bool

공개 메소드들

메소드 설명
AboutQt ( ) : void
ActiveModalWidget ( ) : QWidget
ActivePopupWidget ( ) : QWidget
ActiveWindow ( ) : QWidget
Alert ( QWidget widget ) : void
Alert ( QWidget widget, int duration ) : void
AllWidgets ( ) : List
Beep ( ) : void
ChangeOverrideCursor ( QCursor arg1 ) : void
Clipboard ( ) : QClipboard
CloseAllWindows ( ) : void
Desktop ( ) : QDesktopWidget
DesktopSettingsAware ( ) : bool
Dispose ( ) : void
Exec ( ) : int
FocusWidget ( ) : QWidget
Font ( ) : QFont
Font ( QWidget arg1 ) : QFont
Font ( string className ) : QFont
FontMetrics ( ) : QFontMetrics
InputContext ( ) : Qyoto.QInputContext
IsEffectEnabled ( Qt arg1 ) : bool
IsLeftToRight ( ) : bool
IsRightToLeft ( ) : bool
IsSessionRestored ( ) : bool
KeyboardInputDirection ( ) : Qt.LayoutDirection
KeyboardInputLocale ( ) : QLocale
KeyboardModifiers ( ) : uint
MouseButtons ( ) : uint
OverrideCursor ( ) : QCursor
Palette ( ) : QPalette
Palette ( QWidget arg1 ) : QPalette
Palette ( string className ) : QPalette
RestoreOverrideCursor ( ) : void
SessionId ( ) : string
SessionKey ( ) : string
SetActiveWindow ( QWidget act ) : void
SetColorSpec ( int arg1 ) : void
SetDesktopSettingsAware ( bool arg1 ) : void
SetEffectEnabled ( Qt arg1 ) : void
SetEffectEnabled ( Qt arg1, bool enable ) : void
SetFont ( QFont arg1 ) : void
SetFont ( QFont arg1, string className ) : void
SetGraphicsSystem ( string arg1 ) : void
SetInputContext ( Qyoto.QInputContext arg1 ) : void
SetOverrideCursor ( QCursor arg1 ) : void
SetPalette ( QPalette arg1 ) : void
SetPalette ( QPalette arg1, string className ) : void
SetStyle ( string arg1 ) : Qyoto.QStyle
SetStyle ( Qyoto.QStyle arg1 ) : void
Style ( ) : Qyoto.QStyle
SyncX ( ) : void
TopLevelAt ( Qyoto.QPoint p ) : QWidget
TopLevelAt ( int x, int y ) : QWidget
TopLevelWidgets ( ) : List
Tr ( string s ) : string
Tr ( string s, string c ) : string
WidgetAt ( QPoint p ) : QWidget
WidgetAt ( int x, int y ) : QWidget
colorSpec ( ) : int
type ( ) : QApplication.TypeOf

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QApplication ( Type dummy ) : System

비공개 메소드들

메소드 설명
CommitData ( Qyoto.QSessionManager sm ) : void
Event ( Qyoto.QEvent arg1 ) : bool
Notify ( QObject arg1, Qyoto.QEvent arg2 ) : bool
QApplication ( ) : System
SaveState ( Qyoto.QSessionManager sm ) : void
SetAutoSipEnabled ( bool enabled ) : void
SetStyleSheet ( string sheet ) : void
autoSipEnabled ( ) : bool

메소드 상세

AboutQt() 공개 정적인 메소드

public static AboutQt ( ) : void
리턴 void

ActiveModalWidget() 공개 정적인 메소드

public static ActiveModalWidget ( ) : QWidget
리턴 QWidget

ActivePopupWidget() 공개 정적인 메소드

public static ActivePopupWidget ( ) : QWidget
리턴 QWidget

ActiveWindow() 공개 정적인 메소드

public static ActiveWindow ( ) : QWidget
리턴 QWidget

Alert() 공개 정적인 메소드

public static Alert ( QWidget widget ) : void
widget QWidget
리턴 void

Alert() 공개 정적인 메소드

public static Alert ( QWidget widget, int duration ) : void
widget QWidget
duration int
리턴 void

AllWidgets() 공개 정적인 메소드

public static AllWidgets ( ) : List
리턴 List

Beep() 공개 정적인 메소드

public static Beep ( ) : void
리턴 void

ChangeOverrideCursor() 공개 정적인 메소드

public static ChangeOverrideCursor ( QCursor arg1 ) : void
arg1 QCursor
리턴 void

Clipboard() 공개 정적인 메소드

public static Clipboard ( ) : QClipboard
리턴 QClipboard

CloseAllWindows() 공개 정적인 메소드

public static CloseAllWindows ( ) : void
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Desktop() 공개 정적인 메소드

public static Desktop ( ) : QDesktopWidget
리턴 QDesktopWidget

DesktopSettingsAware() 공개 정적인 메소드

public static DesktopSettingsAware ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Exec() 공개 정적인 메소드

public static Exec ( ) : int
리턴 int

FocusWidget() 공개 정적인 메소드

public static FocusWidget ( ) : QWidget
리턴 QWidget

Font() 공개 정적인 메소드

public static Font ( ) : QFont
리턴 QFont

Font() 공개 정적인 메소드

public static Font ( QWidget arg1 ) : QFont
arg1 QWidget
리턴 QFont

Font() 공개 정적인 메소드

public static Font ( string className ) : QFont
className string
리턴 QFont

FontMetrics() 공개 정적인 메소드

public static FontMetrics ( ) : QFontMetrics
리턴 QFontMetrics

InputContext() 공개 메소드

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

IsEffectEnabled() 공개 정적인 메소드

public static IsEffectEnabled ( Qt arg1 ) : bool
arg1 Qt
리턴 bool

IsLeftToRight() 공개 정적인 메소드

public static IsLeftToRight ( ) : bool
리턴 bool

IsRightToLeft() 공개 정적인 메소드

public static IsRightToLeft ( ) : bool
리턴 bool

IsSessionRestored() 공개 메소드

public IsSessionRestored ( ) : bool
리턴 bool

KeyboardInputDirection() 공개 정적인 메소드

public static KeyboardInputDirection ( ) : Qt.LayoutDirection
리턴 Qt.LayoutDirection

KeyboardInputLocale() 공개 정적인 메소드

public static KeyboardInputLocale ( ) : QLocale
리턴 QLocale

KeyboardModifiers() 공개 정적인 메소드

public static KeyboardModifiers ( ) : uint
리턴 uint

MouseButtons() 공개 정적인 메소드

public static MouseButtons ( ) : uint
리턴 uint

OverrideCursor() 공개 정적인 메소드

public static OverrideCursor ( ) : QCursor
리턴 QCursor

Palette() 공개 정적인 메소드

public static Palette ( ) : QPalette
리턴 QPalette

Palette() 공개 정적인 메소드

public static Palette ( QWidget arg1 ) : QPalette
arg1 QWidget
리턴 QPalette

Palette() 공개 정적인 메소드

public static Palette ( string className ) : QPalette
className string
리턴 QPalette

QApplication() 보호된 메소드

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

RestoreOverrideCursor() 공개 정적인 메소드

public static RestoreOverrideCursor ( ) : void
리턴 void

SessionId() 공개 메소드

public SessionId ( ) : string
리턴 string

SessionKey() 공개 메소드

public SessionKey ( ) : string
리턴 string

SetActiveWindow() 공개 정적인 메소드

public static SetActiveWindow ( QWidget act ) : void
act QWidget
리턴 void

SetColorSpec() 공개 정적인 메소드

public static SetColorSpec ( int arg1 ) : void
arg1 int
리턴 void

SetDesktopSettingsAware() 공개 정적인 메소드

public static SetDesktopSettingsAware ( bool arg1 ) : void
arg1 bool
리턴 void

SetEffectEnabled() 공개 정적인 메소드

public static SetEffectEnabled ( Qt arg1 ) : void
arg1 Qt
리턴 void

SetEffectEnabled() 공개 정적인 메소드

public static SetEffectEnabled ( Qt arg1, bool enable ) : void
arg1 Qt
enable bool
리턴 void

SetFont() 공개 정적인 메소드

public static SetFont ( QFont arg1 ) : void
arg1 QFont
리턴 void

SetFont() 공개 정적인 메소드

public static SetFont ( QFont arg1, string className ) : void
arg1 QFont
className string
리턴 void

SetGraphicsSystem() 공개 정적인 메소드

public static SetGraphicsSystem ( string arg1 ) : void
arg1 string
리턴 void

SetInputContext() 공개 메소드

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

SetOverrideCursor() 공개 정적인 메소드

public static SetOverrideCursor ( QCursor arg1 ) : void
arg1 QCursor
리턴 void

SetPalette() 공개 정적인 메소드

public static SetPalette ( QPalette arg1 ) : void
arg1 QPalette
리턴 void

SetPalette() 공개 정적인 메소드

public static SetPalette ( QPalette arg1, string className ) : void
arg1 QPalette
className string
리턴 void

SetStyle() 공개 정적인 메소드

public static SetStyle ( string arg1 ) : Qyoto.QStyle
arg1 string
리턴 Qyoto.QStyle

SetStyle() 공개 정적인 메소드

public static SetStyle ( Qyoto.QStyle arg1 ) : void
arg1 Qyoto.QStyle
리턴 void

Style() 공개 정적인 메소드

public static Style ( ) : Qyoto.QStyle
리턴 Qyoto.QStyle

SyncX() 공개 정적인 메소드

public static SyncX ( ) : void
리턴 void

TopLevelAt() 공개 정적인 메소드

public static TopLevelAt ( Qyoto.QPoint p ) : QWidget
p Qyoto.QPoint
리턴 QWidget

TopLevelAt() 공개 정적인 메소드

public static TopLevelAt ( int x, int y ) : QWidget
x int
y int
리턴 QWidget

TopLevelWidgets() 공개 정적인 메소드

public static TopLevelWidgets ( ) : List
리턴 List

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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

WidgetAt() 공개 정적인 메소드

public static WidgetAt ( QPoint p ) : QWidget
p QPoint
리턴 QWidget

WidgetAt() 공개 정적인 메소드

public static WidgetAt ( int x, int y ) : QWidget
x int
y int
리턴 QWidget

colorSpec() 공개 정적인 메소드

public static colorSpec ( ) : int
리턴 int

type() 공개 정적인 메소드

public static type ( ) : QApplication.TypeOf
리턴 QApplication.TypeOf