91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

QApplication類參考

發布時間:2020-08-09 14:45:07 來源:網絡 閱讀:870 作者:WZM3558862 欄目:編程語言

QApplication類參考

QApplication類管理圖形用戶界面應用程序的控制流和主要設置。 詳情請見……

#include <qapplication.h>

繼承了QObject。

被QXtApplication繼承。

所有成員函數的列表。

公有成員

  • QApplication ( int & argc, char ** argv )

  • QApplication ( int & argc, char ** argv, bool GUIenabled )

  • enum Type { Tty, GuiClient, GuiServer }

  • QApplication ( int & argc, char ** argv, Type type )

  • QApplication ( Display * dpy, HANDLE visual = 0, HANDLE colormap = 0 )

  • QApplication ( Display * dpy, int argc, char ** argv, HANDLE visual = 0, HANDLE colormap = 0 )

  • virtual ~QApplication ()

  • int argc () const

  • char ** argv () const

  • Type type () const

  • enum ColorSpec { NormalColor = 0, CustomColor = 1, ManyColor = 2 }

  • QWidget * mainWidget () const

  • virtual void setMainWidget ( QWidget * mainWidget )

  • virtual void polish ( QWidget * w )

  • QWidget * focusWidget () const

  • QWidget * activeWindow () const

  • int exec ()

  • void processEvents ()

  • void processEvents ( int maxtime )

  • void processOneEvent ()

  • bool hasPendingEvents ()

  • int enter_loop ()

  • void exit_loop ()

  • int loopLevel () const

  • virtual bool notify ( QObject * receiver, QEvent * e )

  • void setDefaultCodec ( QTextCodec * codec )

  • QTextCodec * defaultCodec () const

  • void installTranslator ( QTranslator * mf )

  • void removeTranslator ( QTranslator * mf )

  • enum Encoding { DefaultCodec, UnicodeUTF8 }

  • QString translate ( const char * context, const char * sourceText, const char * comment = 0, Encoding encoding = DefaultCodec ) const

  • virtual bool macEventFilter ( EventRef )

  • virtual bool winEventFilter ( MSG * )

  • virtual bool x11EventFilter ( XEvent * )

  • int x11ProcessEvent ( XEvent * event )

  • virtual bool qwsEventFilter ( QWSEvent * )

  • void qwsSetCustomColors ( QRgb * colorTable, int start, int numColors )

  • void winFocus ( QWidget * widget, bool gotFocus )

  • bool isSessionRestored () const

  • QString sessionId () const

  • virtual void commitData ( QSessionManager & sm )

  • virtual void saveState ( QSessionManager & sm )

  • void wakeUpGuiThread ()

  • void lock ()

  • void unlock ( bool wakeUpGui = TRUE )

  • bool locked ()

  • bool tryLock ()

公有槽

  • void quit ()

  • void closeAllWindows ()

信號

  • void lastWindowClosed ()

  • void aboutToQuit ()

  • void guiThreadAwake ()

靜態公有成員

  • QStyle & style ()

  • void setStyle ( QStyle * style )

  • QStyle * setStyle ( const QString & style )

  • int colorSpec ()

  • void setColorSpec ( int spec )

  • QCursor * overrideCursor ()

  • void setOverrideCursor ( const QCursor & cursor, bool replace = FALSE )

  • void restoreOverrideCursor ()

  • bool hasGlobalMouseTracking ()

  • void setGlobalMouseTracking ( bool enable )

  • QPalette palette ( const QWidget * w = 0 )

  • void setPalette ( const QPalette & palette, bool informWidgets = FALSE, const char * className = 0 )

  • QFont font ( const QWidget * w = 0 )

  • void setFont ( const QFont & font, bool informWidgets = FALSE, const char * className = 0 )

  • QFontMetrics fontMetrics ()

  • QWidgetList * allWidgets ()

  • QWidgetList * topLevelWidgets ()

  • QDesktopWidget * desktop ()

  • QWidget * activePopupWidget ()

  • QWidget * activeModalWidget ()

  • QClipboard * clipboard ()

  • QWidget * widgetAt ( int x, int y, bool child = FALSE )

  • QWidget * widgetAt ( const QPoint & pos, bool child = FALSE )

  • void exit ( int retcode = 0 )

  • bool sendEvent ( QObject * receiver, QEvent * event )

  • void postEvent ( QObject * receiver, QEvent * event )

  • void sendPostedEvents ( QObject * receiver, int event_type )

  • void sendPostedEvents ()

  • void removePostedEvents ( QObject * receiver )

  • bool startingUp ()

  • bool closingDown ()

  • void flushX ()

  • void flush ()

  • void syncX ()

  • void beep ()

  • void setWinStyleHighlightColor ( const QColor & c )  (obsolete)

  • const QColor & winStyleHighlightColor ()  (obsolete)

  • void setDesktopSettingsAware ( bool on )

  • bool desktopSettingsAware ()

  • void setCursorFlashTime ( int msecs )

  • int cursorFlashTime ()

  • void setDoubleClickInterval ( int ms )

  • int doubleClickInterval ()

  • void setWheelScrollLines ( int n )

  • int wheelScrollLines ()

  • void setGlobalStrut ( const QSize & strut )

  • QSize globalStrut ()

  • void setLibraryPaths ( const QStringList & paths )

  • QStringList libraryPaths ()

  • void addLibraryPath ( const QString & path )

  • void removeLibraryPath ( const QString & path )

  • void setStartDragTime ( int ms )

  • int startDragTime ()

  • void setStartDragDistance ( int l )

  • int startDragDistance ()

  • void setReverseLayout ( bool b )

  • bool reverseLayout ()

  • int horizontalAlignment ( int align )

  • bool isEffectEnabled ( Qt::UIEffect effect )

  • void setEffectEnabled ( Qt::UIEffect effect, bool enable = TRUE )

  • QWSDecoration & qwsDecoration ()

  • void qwsSetDecoration ( QWSDecoration * d )

  • WindowsVersion winVersion ()

相關函數

  • void qAddPostRoutine ( QtCleanUpFunction p )

  • const char * qVersion ()

  • bool qSysInfo ( int * wordSize, bool * bigEndian )

  • void qDebug ( const char * msg, ... )

  • void qWarning ( const char * msg, ... )

  • void qFatal ( const char * msg, ... )

  • void qSystemWarning ( const char * msg, int code )

  • void Q_ASSERT ( bool test )

  • void Q_CHECK_PTR ( void * p )

  • QtMsgHandler qInstallMsgHandler ( QtMsgHandler h )


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

qt pp
AI

塔城市| 河南省| 都安| 婺源县| 江北区| 阿合奇县| 张家川| 高碑店市| 布尔津县| 石泉县| 华阴市| 内乡县| 平和县| 民勤县| 新余市| 罗甸县| 盖州市| 定南县| 苍梧县| 延长县| 子长县| 罗城| 宜兰市| 大化| 衡水市| 万全县| 秦皇岛市| 巩义市| 全椒县| 永嘉县| 长泰县| 舒兰市| 定西市| 仲巴县| 柘城县| 伊金霍洛旗| 广南县| 宁海县| 英吉沙县| 沂水县| 育儿|