C# Class Qyoto.QApplication

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

Private Properties

Property Type Description
CommitData void
Event bool
Notify bool
QApplication System
SaveState void
SetAutoSipEnabled void
SetStyleSheet void
autoSipEnabled bool

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
QApplication ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

AboutQt() public static method

public static AboutQt ( ) : void
return void

ActiveModalWidget() public static method

public static ActiveModalWidget ( ) : QWidget
return QWidget

ActivePopupWidget() public static method

public static ActivePopupWidget ( ) : QWidget
return QWidget

ActiveWindow() public static method

public static ActiveWindow ( ) : QWidget
return QWidget

Alert() public static method

public static Alert ( QWidget widget ) : void
widget QWidget
return void

Alert() public static method

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

AllWidgets() public static method

public static AllWidgets ( ) : List
return List

Beep() public static method

public static Beep ( ) : void
return void

ChangeOverrideCursor() public static method

public static ChangeOverrideCursor ( QCursor arg1 ) : void
arg1 QCursor
return void

Clipboard() public static method

public static Clipboard ( ) : QClipboard
return QClipboard

CloseAllWindows() public static method

public static CloseAllWindows ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Desktop() public static method

public static Desktop ( ) : QDesktopWidget
return QDesktopWidget

DesktopSettingsAware() public static method

public static DesktopSettingsAware ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

Exec() public static method

public static Exec ( ) : int
return int

FocusWidget() public static method

public static FocusWidget ( ) : QWidget
return QWidget

Font() public static method

public static Font ( ) : QFont
return QFont

Font() public static method

public static Font ( QWidget arg1 ) : QFont
arg1 QWidget
return QFont

Font() public static method

public static Font ( string className ) : QFont
className string
return QFont

FontMetrics() public static method

public static FontMetrics ( ) : QFontMetrics
return QFontMetrics

InputContext() public method

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

IsEffectEnabled() public static method

public static IsEffectEnabled ( Qt arg1 ) : bool
arg1 Qt
return bool

IsLeftToRight() public static method

public static IsLeftToRight ( ) : bool
return bool

IsRightToLeft() public static method

public static IsRightToLeft ( ) : bool
return bool

IsSessionRestored() public method

public IsSessionRestored ( ) : bool
return bool

KeyboardInputDirection() public static method

public static KeyboardInputDirection ( ) : Qt.LayoutDirection
return Qt.LayoutDirection

KeyboardInputLocale() public static method

public static KeyboardInputLocale ( ) : QLocale
return QLocale

KeyboardModifiers() public static method

public static KeyboardModifiers ( ) : uint
return uint

MouseButtons() public static method

public static MouseButtons ( ) : uint
return uint

OverrideCursor() public static method

public static OverrideCursor ( ) : QCursor
return QCursor

Palette() public static method

public static Palette ( ) : QPalette
return QPalette

Palette() public static method

public static Palette ( QWidget arg1 ) : QPalette
arg1 QWidget
return QPalette

Palette() public static method

public static Palette ( string className ) : QPalette
className string
return QPalette

QApplication() protected method

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

RestoreOverrideCursor() public static method

public static RestoreOverrideCursor ( ) : void
return void

SessionId() public method

public SessionId ( ) : string
return string

SessionKey() public method

public SessionKey ( ) : string
return string

SetActiveWindow() public static method

public static SetActiveWindow ( QWidget act ) : void
act QWidget
return void

SetColorSpec() public static method

public static SetColorSpec ( int arg1 ) : void
arg1 int
return void

SetDesktopSettingsAware() public static method

public static SetDesktopSettingsAware ( bool arg1 ) : void
arg1 bool
return void

SetEffectEnabled() public static method

public static SetEffectEnabled ( Qt arg1 ) : void
arg1 Qt
return void

SetEffectEnabled() public static method

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

SetFont() public static method

public static SetFont ( QFont arg1 ) : void
arg1 QFont
return void

SetFont() public static method

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

SetGraphicsSystem() public static method

public static SetGraphicsSystem ( string arg1 ) : void
arg1 string
return void

SetInputContext() public method

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

SetOverrideCursor() public static method

public static SetOverrideCursor ( QCursor arg1 ) : void
arg1 QCursor
return void

SetPalette() public static method

public static SetPalette ( QPalette arg1 ) : void
arg1 QPalette
return void

SetPalette() public static method

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

SetStyle() public static method

public static SetStyle ( string arg1 ) : Qyoto.QStyle
arg1 string
return Qyoto.QStyle

SetStyle() public static method

public static SetStyle ( Qyoto.QStyle arg1 ) : void
arg1 Qyoto.QStyle
return void

Style() public static method

public static Style ( ) : Qyoto.QStyle
return Qyoto.QStyle

SyncX() public static method

public static SyncX ( ) : void
return void

TopLevelAt() public static method

public static TopLevelAt ( Qyoto.QPoint p ) : QWidget
p Qyoto.QPoint
return QWidget

TopLevelAt() public static method

public static TopLevelAt ( int x, int y ) : QWidget
x int
y int
return QWidget

TopLevelWidgets() public static method

public static TopLevelWidgets ( ) : List
return List

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

WidgetAt() public static method

public static WidgetAt ( QPoint p ) : QWidget
p QPoint
return QWidget

WidgetAt() public static method

public static WidgetAt ( int x, int y ) : QWidget
x int
y int
return QWidget

colorSpec() public static method

public static colorSpec ( ) : int
return int

type() public static method

public static type ( ) : QApplication.TypeOf
return QApplication.TypeOf