- enum PaintDeviceMetric
- QToolBar ( QWidget * parent = 0 )
- ~QToolBar ()
- bool acceptDrops () const
- QString accessibleDescription () const
- QString accessibleName () const
- QAction * actionAt ( int x, int y ) const
- QAction * actionAt ( const QPoint & p ) const
- void actionEvent ( QActionEvent * event )
- void actionTriggered ( QAction * action )
- QList<QAction *> actions () const
- void addAction ( QAction * action )
- QAction * addAction ( const QString & text )
- QAction * addAction ( const QIcon & icon, const QString & text )
- QAction * addAction ( const QString & text, const QObject * receiver, const char * member )
- QAction * addAction ( const QIcon & icon, const QString & text, const QObject * receiver, const char * member )
- void addActions ( QList<QAction *> actions )
- QAction * addSeparator ()
- QAction * addWidget ( QWidget * widget )
- void adjustSize ()
- Qt::ToolBarAreas allowedAreas () const
- bool autoMask () const
- QPalette::ColorRole backgroundRole () const
- QSize baseSize () const
- bool blockSignals ( bool block )
- void changeEvent ( QEvent * e )
- QWidget * childAt ( int x, int y ) const
- QWidget * childAt ( const QPoint & p ) const
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- QRect childrenRect () const
- QRegion childrenRegion () const
- void clear ()
- void clearFocus ()
- void clearMask ()
- void clearWFlags ( Qt::WFlags f )
- QRegion clipRegion () const
- bool close ()
- void closeEvent ( QCloseEvent * e )
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- QSize contentsMarginSize () const
- QRect contentsRect () const
- void contextMenuEvent ( QContextMenuEvent * e )
- void create ( WId window = 0, bool initializeWindow = true, bool destroyOldWindow = true )
- QCursor cursor () const
- void customEvent ( QEvent * event )
- void deleteLater ()
- int depth () const
- void destroy ( bool destroyWindow = true, bool destroySubWindows = true )
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void dragEnterEvent ( QDragEnterEvent * event )
- void dragLeaveEvent ( QDragLeaveEvent * event )
- void dragMoveEvent ( QDragMoveEvent * event )
- void dropEvent ( QDropEvent * event )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- void ensurePolished () const
- void enterEvent ( QEvent * event )
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QWidget * find ( WId id )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- void focusInEvent ( QFocusEvent * event )
- bool focusNextPrevChild ( bool next )
- void focusOutEvent ( QFocusEvent * event )
- Qt::FocusPolicy focusPolicy () const
- QWidget * focusProxy () const
- QWidget * focusWidget () const
- const QFont & font () const
- QFontInfo fontInfo () const
- QFontMetrics fontMetrics () const
- QPalette::ColorRole foregroundRole () const
- QRect frameGeometry () const
- QSize frameSize () const
- const QRect & geometry () const
- HDC getDC () const
- Qt::WFlags getWFlags () const
- void grabKeyboard ()
- void grabMouse ()
- void grabMouse ( const QCursor & cursor )
- int grabShortcut ( const QKeySequence & key, Qt::ShortcutContext context = Qt::ShortcutOnActiveWindow )
- bool hasFocus () const
- bool hasMouseTracking () const
- int height () const
- int heightForWidth ( int w ) const
- int heightMM () const
- void hide ()
- void hideEvent ( QHideEvent * event )
- Qt::IconSize iconSize () const
- void iconSizeChanged ( Qt::IconSize iconSize )
- bool inherits ( const char * clname ) const
- QInputContext * inputContext ()
- void inputMethodEvent ( QInputMethodEvent * e )
- QVariant inputMethodQuery ( Qt::InputMethodQuery query ) const
- void insertAction ( QAction * before, QAction * action )
- QAction * insertAction ( QAction * before, const QString & text )
- QAction * insertAction ( QAction * before, const QIcon & icon, const QString & text )
- QAction * insertAction ( QAction * before, const QString & text, const QObject * receiver, const char * member )
- QAction * insertAction ( QAction * before, const QIcon & icon, const QString & text, const QObject * receiver, const char * member )
- void insertActions ( QAction * before, QList<QAction *> actions )
- QAction * insertSeparator ( QAction * before )
- QAction * insertWidget ( QAction * before, QWidget * widget )
- void installEventFilter ( const QObject * filterObj )
- bool isActiveWindow () const
- bool isAncestorOf ( const QObject * child ) const
- bool isDesktop () const
- bool isDialog () const
- bool isDockable ( Qt::ToolBarArea area )
- bool isEnabled () const
- bool isEnabledTo ( QWidget * ancestor ) const
- bool isExtDev () const
- bool isFocusEnabled () const
- bool isFullScreen () const
- bool isHidden () const
- bool isLeftToRight () const
- bool isMaximized () const
- bool isMinimized () const
- bool isModal () const
- bool isMovable () const
- bool isPopup () const
- bool isRightToLeft () const
- bool isShown () const
- bool isTopLevel () const
- bool isUpdatesEnabled () const
- bool isVisible () const
- bool isVisibleTo ( QWidget * ancestor ) const
- bool isWidgetType () const
- bool isWindowModified () const
- void keyPressEvent ( QKeyEvent * e )
- void keyReleaseEvent ( QKeyEvent * e )
- QWidget * keyboardGrabber ()
- void killTimer ( int id )
- QLayout * layout () const
- Qt::LayoutDirection layoutDirection () const
- void leaveEvent ( QEvent * event )
- int logicalDpiX () const
- int logicalDpiY () const
- void lower ()
- bool macEvent ( EventHandlerCallRef caller, EventRef event )
- QPoint mapFrom ( QWidget * parent, const QPoint & pos ) const
- QPoint mapFromGlobal ( const QPoint & pos ) const
- QPoint mapFromParent ( const QPoint & pos ) const
- QPoint mapTo ( QWidget * parent, const QPoint & pos ) const
- QPoint mapToGlobal ( const QPoint & pos ) const
- QPoint mapToParent ( const QPoint & pos ) const
- QRegion mask () const
- int maximumHeight () const
- QSize maximumSize () const
- int maximumWidth () const
- const QMetaObject * metaObject () const
- int metric ( PaintDeviceMetric m ) const
- int minimumHeight () const
- QSize minimumSize () const
- QSize minimumSizeHint () const
- int minimumWidth () const
- void mouseDoubleClickEvent ( QMouseEvent * e )
- QWidget * mouseGrabber ()
|
- void mouseMoveEvent ( QMouseEvent * e )
- void mousePressEvent ( QMouseEvent * e )
- void mouseReleaseEvent ( QMouseEvent * e )
- void move ( const QPoint & )
- void move ( int x, int y )
- void moveEvent ( QMoveEvent * event )
- QWidget * nextInFocusChain () const
- QRect normalGeometry () const
- int numColors () const
- QString objectName () const
- Qt::Orientation orientation () const
- QPaintEngine * paintEngine () const
- void paintEvent ( QPaintEvent * event )
- bool paintingActive () const
- const QPalette & palette () const
- QObject * parent () const
- QWidget * parentWidget () const
- void polishEvent ( QEvent * event )
- QPoint pos () const
- QCoreVariant property ( const char * name ) const
- bool qwsEvent ( QWSEvent * event )
- void raise ()
- int receivers ( const char * signal ) const
- QRect rect () const
- void releaseDC ( HDC hdc ) const
- void releaseKeyboard ()
- void releaseMouse ()
- void releaseShortcut ( int id )
- void removeAction ( QAction * action )
- void removeEventFilter ( const QObject * obj )
- void repaint ()
- void repaint ( int x, int y, int w, int h )
- void repaint ( const QRect & r )
- void repaint ( const QRegion & rgn )
- void resetInputContext ()
- void resize ( const QSize & )
- void resize ( int w, int h )
- void resizeEvent ( QResizeEvent * event )
- void scroll ( int dx, int dy )
- void scroll ( int dx, int dy, const QRect & r )
- QObject * sender () const
- void setAcceptDrops ( bool on )
- void setAccessibleDescription ( const QString & description )
- void setAccessibleName ( const QString & name )
- void setActiveWindow ()
- void setAllowedAreas ( Qt::ToolBarAreas areas )
- void setAttribute ( Qt::WidgetAttribute attribute, bool on = true )
- void setAutoMask ( bool )
- void setBackgroundRole ( QPalette::ColorRole role )
- void setBaseSize ( const QSize & )
- void setBaseSize ( int basew, int baseh )
- void setContentsMargins ( int left, int top, int right, int bottom )
- void setCursor ( const QCursor & )
- void setDisabled ( bool disable )
- void setEnabled ( bool )
- void setFixedHeight ( int h )
- void setFixedSize ( const QSize & s )
- void setFixedSize ( int w, int h )
- void setFixedWidth ( int w )
- void setFocus ()
- void setFocusPolicy ( Qt::FocusPolicy )
- void setFocusProxy ( QWidget * w )
- void setFont ( const QFont & )
- void setForegroundRole ( QPalette::ColorRole role )
- void setGeometry ( const QRect & )
- void setGeometry ( int x, int y, int w, int h )
- void setHidden ( bool hide )
- void setIconSize ( Qt::IconSize iconSize )
- void setInputContext ( const QString & identifierName )
- void setLayoutDirection ( Qt::LayoutDirection direction )
- void setMask ( const QBitmap & bitmap )
- void setMask ( const QRegion & region )
- void setMaximumHeight ( int maxh )
- void setMaximumSize ( const QSize & )
- void setMaximumSize ( int maxw, int maxh )
- void setMaximumWidth ( int maxw )
- void setMinimumHeight ( int minh )
- void setMinimumSize ( const QSize & )
- void setMinimumSize ( int minw, int minh )
- void setMinimumWidth ( int minw )
- void setMouseTracking ( bool enable )
- void setMovable ( bool movable = true )
- void setObjectName ( const QString & name )
- void setOrientation ( Qt::Orientation orientation )
- void setPalette ( const QPalette & )
- void setParent ( QWidget * parent )
- void setParent ( QWidget * parent, Qt::WFlags f )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setShortcutEnabled ( int id, bool enable = true )
- void setShown ( bool show )
- void setSizeIncrement ( const QSize & )
- void setSizeIncrement ( int w, int h )
- void setSizePolicy ( QSizePolicy )
- void setSizePolicy ( QSizePolicy::SizeType horizontal, QSizePolicy::SizeType vertical )
- void setStatusTip ( const QString & )
- void setStyle ( QStyle * style )
- QStyle * setStyle ( const QString & style )
- void setTabOrder ( QWidget * first, QWidget * second )
- void setToolButtonStyle ( Qt::ToolButtonStyle toolButtonStyle )
- void setToolTip ( const QString & )
- void setUpdatesEnabled ( bool enable )
- void setWFlags ( Qt::WFlags f )
- void setWhatsThis ( const QString & )
- void setWindowIcon ( const QPixmap & )
- void setWindowIconText ( const QString & )
- void setWindowModified ( bool )
- void setWindowOpacity ( double level )
- void setWindowRole ( const QString & role )
- void setWindowState ( uint windowState )
- void setWindowTitle ( const QString & )
- void show ()
- void showEvent ( QShowEvent * event )
- void showFullScreen ()
- void showMaximized ()
- void showMinimized ()
- void showNormal ()
- bool signalsBlocked () const
- QSize size () const
- QSize sizeHint () const
- QSize sizeIncrement () const
- QSizePolicy sizePolicy () const
- void stackUnder ( QWidget * w )
- int startTimer ( int interval )
- QString statusTip () const
- QStyle * style () const
- void tabletEvent ( QTabletEvent * e )
- bool testAttribute ( Qt::WidgetAttribute attribute ) const
- Qt::WFlags testWFlags ( Qt::WFlags f ) const
- QThread * thread () const
- void timerEvent ( QTimerEvent * event )
- QAction * toggleViewAction () const
- Qt::ToolButtonStyle toolButtonStyle () const
- void toolButtonStyleChanged ( Qt::ToolButtonStyle toolButtonStyle )
- QString toolTip () const
- QWidget * topLevelWidget () const
- QString tr ( const char * sourceText, const char * comment )
- QString trUtf8 ( const char * sourceText, const char * comment )
- bool underMouse () const
- void unsetCursor ()
- void unsetLayoutDirection ()
- void update ()
- void update ( int x, int y, int w, int h )
- void update ( const QRect & r )
- void update ( const QRegion & rgn )
- void updateGeometry ()
- void updateMask ()
- void updateMicroFocus ()
- QString whatsThis () const
- void wheelEvent ( QWheelEvent * e )
- int width () const
- int widthMM () const
- bool winEvent ( MSG * message, long * result )
- WId winId () const
- const QPixmap & windowIcon () const
- QString windowIconText () const
- double windowOpacity () const
- QString windowRole () const
- uint windowState () const
- QString windowTitle () const
- int x () const
- bool x11Event ( XEvent * event )
- Qt::HANDLE xftDrawHandle () const
- Qt::HANDLE xftPictureHandle () const
- int y () const
|