public class QApplication: QObject, System.IDisposable
System.Object
QtSupport
QObject
QApplicationThis type implements System.IDisposable.
Qt Namespace
QApplication Constructors
QApplication(System.String[]) Constructor
QApplication(System.String[], bool) Constructor
QApplication(System.String[], Type) Constructor
QApplication(void *, uint, uint) Constructor
QApplication(void *, System.String[], uint, uint) Constructor
QApplication(void *) Constructor
QApplication(void *, uint) Constructor
QApplication(void *, System.String[]) Constructor
QApplication(void *, System.String[], uint) Constructor
QApplication Methods
QApplication.ActiveModalWidget Method
QApplication.ActivePopupWidget Method
QApplication.ActiveWindow Method
QApplication.AddLibraryPath Method
QApplication.AllWidgets Method
QApplication.ApplicationId Method
QApplication.Argc Method
QApplication.Argv Method
QApplication.Beep Method
QApplication.Clipboard Method
QApplication.CloseAllWindows Method
QApplication.Close_xim Method
QApplication.ClosingDown Method
QApplication.CommitData Method
QApplication.Create_xim Method
QApplication.CursorFlashTime Method
QApplication.DefaultCodec Method
QApplication.Desktop Method
QApplication.DesktopSettingsAware Method
QApplication.DoubleClickInterval Method
QApplication.Enter_loop Method
QApplication.Exec Method
QApplication.Exit(int) Method
QApplication.Exit() Method
QApplication.Exit_loop Method
QApplication.Finalize Method
QApplication.Flush Method
QApplication.FlushX Method
QApplication.FocusWidget Method
QApplication.Font(Qt.QWidget) Method
QApplication.Font() Method
QApplication.FontMetrics Method
QApplication.GlobalStrut Method
QApplication.HasGlobalMouseTracking Method
QApplication.HasPendingEvents Method
QApplication.HorizontalAlignment Method
QApplication.InstallTranslator Method
QApplication.IsEffectEnabled Method
QApplication.IsSessionRestored Method
QApplication.LibraryPaths Method
QApplication.Locked Method
QApplication.LoopLevel Method
QApplication.MacEventFilter Method
QApplication.MainWidget Method
QApplication.Notify Method
QApplication.OverrideCursor Method
QApplication.Palette(Qt.QWidget) Method
QApplication.Palette() Method
QApplication.Polish Method
QApplication.ProcessEvents() Method
QApplication.ProcessEvents(int) Method
QApplication.Q_lock Method
QApplication.Quit Method
QApplication.QwsDecoration Method
QApplication.QwsEventFilter Method
QApplication.QwsSetCustomColors Method
QApplication.QwsSetDecoration Method
QApplication.RemoteControlEnabled Method
QApplication.RemoveLibraryPath Method
QApplication.RemovePostedEvents Method
QApplication.RemoveTranslator Method
QApplication.RestoreOverrideCursor Method
QApplication.ReverseLayout Method
QApplication.SaveState Method
QApplication.SendPostedEvents(Qt.QObject, int) Method
QApplication.SendPostedEvents() Method
QApplication.SessionId Method
QApplication.SetColorMode Method
QApplication.SetColorSpec Method
QApplication.SetCursorFlashTime Method
QApplication.SetDefaultCodec Method
QApplication.SetDesktopSettingsAware Method
QApplication.SetDoubleClickInterval Method
QApplication.SetEffectEnabled(Qt.UIEffect, bool) Method
QApplication.SetEffectEnabled(Qt.UIEffect) Method
QApplication.SetEnableRemoteControl(bool, Qt.QUuid) Method
QApplication.SetEnableRemoteControl(bool) Method
QApplication.SetFont(Qt.QFont, bool, System.String) Method
QApplication.SetFont(Qt.QFont) Method
QApplication.SetFont(Qt.QFont, bool) Method
QApplication.SetGlobalMouseTracking Method
QApplication.SetGlobalStrut Method
QApplication.SetLibraryPaths Method
QApplication.SetMainWidget Method
QApplication.SetOverrideCursor(Qt.QCursor, bool) Method
QApplication.SetOverrideCursor(Qt.QCursor) Method
QApplication.SetPalette(Qt.QPalette, bool, System.String) Method
QApplication.SetPalette(Qt.QPalette) Method
QApplication.SetPalette(Qt.QPalette, bool) Method
QApplication.SetReverseLayout Method
QApplication.SetStartDragDistance Method
QApplication.SetStartDragTime Method
QApplication.SetStyle(Qt.QStyle) Method
QApplication.SetStyle(System.String) Method
QApplication.SetWheelScrollLines Method
QApplication.SetWinStyleHighlightColor Method
QApplication.StartDragDistance Method
QApplication.StartDragTime Method
QApplication.StartingUp Method
QApplication.Style Method
QApplication.SyncX Method
QApplication.TheColorMode Method
QApplication.TheColorSpec Method
QApplication.TheType Method
QApplication.TopLevelWidgets Method
QApplication.Translate(System.String, System.String, System.String, Encoding) Method
QApplication.Translate(System.String, System.String) Method
QApplication.Translate(System.String, System.String, System.String) Method
QApplication.TryLock Method
QApplication.Unlock(bool) Method
QApplication.Unlock() Method
QApplication.WakeUpGuiThread Method
QApplication.WheelScrollLines Method
QApplication.WidgetAt(int, int, bool) Method
QApplication.WidgetAt(Qt.QPoint, bool) Method
QApplication.WidgetAt(int, int) Method
QApplication.WidgetAt(Qt.QPoint) Method
QApplication.WinEventFilter Method
QApplication.WinFocus Method
QApplication.WinMouseButtonUp Method
QApplication.WinStyleHighlightColor Method
QApplication.WinVersion Method
QApplication.X11ClientMessage Method
QApplication.X11EventFilter Method
QApplication.X11_apply_settings Method
public void QApplication(System.String[] argv);
Qt.QApplication Class, Qt Namespace
public void QApplication(System.String[] argv, bool GUIenabled);
Qt.QApplication Class, Qt Namespace
public void QApplication(System.String[] argv, Type arg1);
Qt.QApplication Class, Qt Namespace
public void QApplication(void * dpy, uint visual, uint cmap);
Qt.QApplication Class, Qt Namespace
public void QApplication(void * dpy, System.String[] argv, uint visual, uint cmap);
Qt.QApplication Class, Qt Namespace
public void QApplication(void * dpy);
Qt.QApplication Class, Qt Namespace
public void QApplication(void * dpy, uint visual);
Qt.QApplication Class, Qt Namespace
public void QApplication(void * dpy, System.String[] argv);
Qt.QApplication Class, Qt Namespace
public void QApplication(void * dpy, System.String[] argv, uint visual);
Qt.QApplication Class, Qt Namespace
public static Qt.QWidget ActiveModalWidget();
Qt.QApplication Class, Qt Namespace
public static Qt.QWidget ActivePopupWidget();
Qt.QApplication Class, Qt Namespace
public Qt.QWidget ActiveWindow();
Qt.QApplication Class, Qt Namespace
public static void AddLibraryPath(System.String arg1);
Qt.QApplication Class, Qt Namespace
public static Qt.QWidgetList AllWidgets();
Qt.QApplication Class, Qt Namespace
public Qt.QUuid ApplicationId();
Qt.QApplication Class, Qt Namespace
public int Argc();
Qt.QApplication Class, Qt Namespace
public System.String[] Argv();
Qt.QApplication Class, Qt Namespace
public static void Beep();
Qt.QApplication Class, Qt Namespace
public static Qt.QClipboard Clipboard();
Qt.QApplication Class, Qt Namespace
public void CloseAllWindows();
Qt.QApplication Class, Qt Namespace
public static void Close_xim();
Qt.QApplication Class, Qt Namespace
public static bool ClosingDown();
Qt.QApplication Class, Qt Namespace
public void CommitData(Qt.QSessionManager sm);
Qt.QApplication Class, Qt Namespace
public static void Create_xim();
Qt.QApplication Class, Qt Namespace
public static int CursorFlashTime();
Qt.QApplication Class, Qt Namespace
public Qt.QTextCodec DefaultCodec();
Qt.QApplication Class, Qt Namespace
public static Qt.QDesktopWidget Desktop();
Qt.QApplication Class, Qt Namespace
public static bool DesktopSettingsAware();
Qt.QApplication Class, Qt Namespace
public static int DoubleClickInterval();
Qt.QApplication Class, Qt Namespace
public int Enter_loop();
Qt.QApplication Class, Qt Namespace
public int Exec();
Qt.QApplication Class, Qt Namespace
public static void Exit(int retcode);
Qt.QApplication Class, Qt Namespace
public static void Exit();
Qt.QApplication Class, Qt Namespace
public void Exit_loop();
Qt.QApplication Class, Qt Namespace
protected override void Finalize();
Qt.QApplication Class, Qt Namespace
public static void Flush();
Qt.QApplication Class, Qt Namespace
public static void FlushX();
Qt.QApplication Class, Qt Namespace
public Qt.QWidget FocusWidget();
Qt.QApplication Class, Qt Namespace
public static Qt.QFont Font(Qt.QWidget arg1);
Qt.QApplication Class, Qt Namespace
public static Qt.QFont Font();
Qt.QApplication Class, Qt Namespace
public static Qt.QFontMetrics FontMetrics();
Qt.QApplication Class, Qt Namespace
public static Qt.QSize GlobalStrut();
Qt.QApplication Class, Qt Namespace
public static bool HasGlobalMouseTracking();
Qt.QApplication Class, Qt Namespace
public bool HasPendingEvents();
Qt.QApplication Class, Qt Namespace
public static int HorizontalAlignment(int align);
Qt.QApplication Class, Qt Namespace
public void InstallTranslator(Qt.QTranslator arg1);
Qt.QApplication Class, Qt Namespace
public static bool IsEffectEnabled(Qt.UIEffect arg1);
Qt.QApplication Class, Qt Namespace
public bool IsSessionRestored();
Qt.QApplication Class, Qt Namespace
public static Qt.QStringList LibraryPaths();
Qt.QApplication Class, Qt Namespace
public bool Locked();
Qt.QApplication Class, Qt Namespace
public int LoopLevel();
Qt.QApplication Class, Qt Namespace
public bool MacEventFilter(void * arg1);
Qt.QApplication Class, Qt Namespace
public Qt.QWidget MainWidget();
Qt.QApplication Class, Qt Namespace
public bool Notify(Qt.QObject arg1, Qt.QEvent arg2);
Qt.QApplication Class, Qt Namespace
public static Qt.QCursor OverrideCursor();
Qt.QApplication Class, Qt Namespace
public static Qt.QPalette Palette(Qt.QWidget arg1);
Qt.QApplication Class, Qt Namespace
public static Qt.QPalette Palette();
Qt.QApplication Class, Qt Namespace
public void Polish(Qt.QWidget arg1);
Qt.QApplication Class, Qt Namespace
public void ProcessEvents();
Qt.QApplication Class, Qt Namespace
public void ProcessEvents(int maxtime);
Qt.QApplication Class, Qt Namespace
public void Q_lock();
Qt.QApplication Class, Qt Namespace
public void Quit();
Qt.QApplication Class, Qt Namespace
public static void * QwsDecoration();
Qt.QApplication Class, Qt Namespace
public bool QwsEventFilter(void * arg1);
Qt.QApplication Class, Qt Namespace
public void QwsSetCustomColors(int colortable, int start, int numColors);
Qt.QApplication Class, Qt Namespace
public static void QwsSetDecoration(void * arg1);
Qt.QApplication Class, Qt Namespace
public bool RemoteControlEnabled();
Qt.QApplication Class, Qt Namespace
public static void RemoveLibraryPath(System.String arg1);
Qt.QApplication Class, Qt Namespace
public static void RemovePostedEvents(Qt.QObject receiver);
Qt.QApplication Class, Qt Namespace
public void RemoveTranslator(Qt.QTranslator arg1);
Qt.QApplication Class, Qt Namespace
public static void RestoreOverrideCursor();
Qt.QApplication Class, Qt Namespace
public static bool ReverseLayout();
Qt.QApplication Class, Qt Namespace
public void SaveState(Qt.QSessionManager sm);
Qt.QApplication Class, Qt Namespace
public static void SendPostedEvents(Qt.QObject receiver, int event_type);
Qt.QApplication Class, Qt Namespace
public static void SendPostedEvents();
Qt.QApplication Class, Qt Namespace
public System.String SessionId();
Qt.QApplication Class, Qt Namespace
public static void SetColorMode(ColorMode arg1);
Qt.QApplication Class, Qt Namespace
public static void SetColorSpec(int arg1);
Qt.QApplication Class, Qt Namespace
public static void SetCursorFlashTime(int arg1);
Qt.QApplication Class, Qt Namespace
public void SetDefaultCodec(Qt.QTextCodec arg1);
Qt.QApplication Class, Qt Namespace
public static void SetDesktopSettingsAware(bool arg1);
Qt.QApplication Class, Qt Namespace
public static void SetDoubleClickInterval(int arg1);
Qt.QApplication Class, Qt Namespace
public static void SetEffectEnabled(Qt.UIEffect arg1, bool enable);
Qt.QApplication Class, Qt Namespace
public static void SetEffectEnabled(Qt.UIEffect arg1);
Qt.QApplication Class, Qt Namespace
public void SetEnableRemoteControl(bool enable, Qt.QUuid appId);
Qt.QApplication Class, Qt Namespace
public void SetEnableRemoteControl(bool enable);
Qt.QApplication Class, Qt Namespace
public static void SetFont(Qt.QFont arg1, bool informWidgets, System.String className);
Qt.QApplication Class, Qt Namespace
public static void SetFont(Qt.QFont arg1);
Qt.QApplication Class, Qt Namespace
public static void SetFont(Qt.QFont arg1, bool informWidgets);
Qt.QApplication Class, Qt Namespace
public static void SetGlobalMouseTracking(bool enable);
Qt.QApplication Class, Qt Namespace
public static void SetGlobalStrut(Qt.QSize arg1);
Qt.QApplication Class, Qt Namespace
public static void SetLibraryPaths(Qt.QStringList arg1);
Qt.QApplication Class, Qt Namespace
public void SetMainWidget(Qt.QWidget arg1);
Qt.QApplication Class, Qt Namespace
public static void SetOverrideCursor(Qt.QCursor arg1, bool replace);
Qt.QApplication Class, Qt Namespace
public static void SetOverrideCursor(Qt.QCursor arg1);
Qt.QApplication Class, Qt Namespace
public static void SetPalette(Qt.QPalette arg1, bool informWidgets, System.String className);
Qt.QApplication Class, Qt Namespace
public static void SetPalette(Qt.QPalette arg1);
Qt.QApplication Class, Qt Namespace
public static void SetPalette(Qt.QPalette arg1, bool informWidgets);
Qt.QApplication Class, Qt Namespace
public static void SetReverseLayout(bool b);
Qt.QApplication Class, Qt Namespace
public static void SetStartDragDistance(int l);
Qt.QApplication Class, Qt Namespace
public static void SetStartDragTime(int ms);
Qt.QApplication Class, Qt Namespace
public static void SetStyle(Qt.QStyle arg1);
Qt.QApplication Class, Qt Namespace
public static Qt.QStyle SetStyle(System.String arg1);
Qt.QApplication Class, Qt Namespace
public static void SetWheelScrollLines(int arg1);
Qt.QApplication Class, Qt Namespace
public static void SetWinStyleHighlightColor(Qt.QColor c);
Qt.QApplication Class, Qt Namespace
public static int StartDragDistance();
Qt.QApplication Class, Qt Namespace
public static int StartDragTime();
Qt.QApplication Class, Qt Namespace
public static bool StartingUp();
Qt.QApplication Class, Qt Namespace
public static Qt.QStyle Style();
Qt.QApplication Class, Qt Namespace
public static void SyncX();
Qt.QApplication Class, Qt Namespace
public static ColorMode TheColorMode();
Qt.QApplication Class, Qt Namespace
public static int TheColorSpec();
Qt.QApplication Class, Qt Namespace
public Type TheType();
Qt.QApplication Class, Qt Namespace
public static Qt.QWidgetList TopLevelWidgets();
Qt.QApplication Class, Qt Namespace
public System.String Translate(System.String context, System.String key, System.String comment, Encoding encoding);
Qt.QApplication Class, Qt Namespace
public System.String Translate(System.String context, System.String key);
Qt.QApplication Class, Qt Namespace
public System.String Translate(System.String context, System.String key, System.String comment);
Qt.QApplication Class, Qt Namespace
public bool TryLock();
Qt.QApplication Class, Qt Namespace
public void Unlock(bool wakeUpGui);
Qt.QApplication Class, Qt Namespace
public void Unlock();
Qt.QApplication Class, Qt Namespace
public void WakeUpGuiThread();
Qt.QApplication Class, Qt Namespace
public static int WheelScrollLines();
Qt.QApplication Class, Qt Namespace
public static Qt.QWidget WidgetAt(int x, int y, bool child);
Qt.QApplication Class, Qt Namespace
public static Qt.QWidget WidgetAt(Qt.QPoint arg1, bool child);
Qt.QApplication Class, Qt Namespace
public static Qt.QWidget WidgetAt(int x, int y);
Qt.QApplication Class, Qt Namespace
public static Qt.QWidget WidgetAt(Qt.QPoint arg1);
Qt.QApplication Class, Qt Namespace
public bool WinEventFilter(void * arg1);
Qt.QApplication Class, Qt Namespace
public void WinFocus(Qt.QWidget arg1, bool arg2);
Qt.QApplication Class, Qt Namespace
public static void WinMouseButtonUp();
Qt.QApplication Class, Qt Namespace
public static Qt.QColor WinStyleHighlightColor();
Qt.QApplication Class, Qt Namespace
public static Qt.WindowsVersion WinVersion();
Qt.QApplication Class, Qt Namespace
public int X11ClientMessage(Qt.QWidget arg1, void * arg2, bool passive_only);
Qt.QApplication Class, Qt Namespace
public bool X11EventFilter(void * arg1);
Qt.QApplication Class, Qt Namespace
public static bool X11_apply_settings();
Qt.QApplication Class, Qt Namespace