Qt 5.12
Qt Widgets
C++ Classes
QToolBar
Qt 5.12.0 Reference Documentation
List of All Members for QToolBar
This is the complete list of members for
QToolBar
, including inherited members.
QToolBar
(const QString &, QWidget *)
QToolBar
(QWidget *)
~QToolBar
()
actionAt
(const QPoint &) const : QAction *
actionAt
(int , int ) const : QAction *
actionEvent
(QActionEvent *)
actionTriggered
(QAction *)
addAction
(const QString &) : QAction *
addAction
(const QIcon &, const QString &) : QAction *
addAction
(const QString &, const QObject *, const char *) : QAction *
addAction
(const QIcon &, const QString &, const QObject *, const char *) : QAction *
addAction
(const QString &, const QObject *, PointerToMemberFunction ) : QAction *
addAction
(const QString &, Functor ) : QAction *
addAction
(const QString &, const QObject *, Functor ) : QAction *
addAction
(const QIcon &, const QString &, const QObject *, PointerToMemberFunction ) : QAction *
addAction
(const QIcon &, const QString &, Functor ) : QAction *
addAction
(const QIcon &, const QString &, const QObject *, Functor ) : QAction *
addSeparator
() : QAction *
addWidget
(QWidget *) : QAction *
allowedAreas
() const : Qt::ToolBarAreas
allowedAreasChanged
(Qt::ToolBarAreas )
changeEvent
(QEvent *)
clear
()
event
(QEvent *) : bool
iconSize
() const : QSize
iconSizeChanged
(const QSize &)
insertSeparator
(QAction *) : QAction *
insertWidget
(QAction *, QWidget *) : QAction *
isAreaAllowed
(Qt::ToolBarArea ) const : bool
isFloatable
() const : bool
isFloating
() const : bool
isMovable
() const : bool
metaObject
() const : const QMetaObject *
movableChanged
(bool )
orientation
() const : Qt::Orientation
orientationChanged
(Qt::Orientation )
paintEvent
(QPaintEvent *)
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
setAllowedAreas
(Qt::ToolBarAreas )
setFloatable
(bool )
setIconSize
(const QSize &)
setMovable
(bool )
setOrientation
(Qt::Orientation )
setToolButtonStyle
(Qt::ToolButtonStyle )
staticMetaObject
: const QMetaObject
toggleViewAction
() const : QAction *
toolButtonStyle
() const : Qt::ToolButtonStyle
toolButtonStyleChanged
(Qt::ToolButtonStyle )
topLevelChanged
(bool )
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
visibilityChanged
(bool )
widgetForAction
(QAction *) const : QWidget *