Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qaction.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtGui/qicon.h>
#include <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <QtCore/qobject.h>
+ Include dependency graph for qaction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QAction
 The QAction class provides an abstraction for user commands that can be added to different user interface components. More...
 

Functions

 QT_REQUIRE_CONFIG (action)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QAction *)
 

Function Documentation

◆ operator<<()

Q_GUI_EXPORT QDebug operator<< ( QDebug  d,
const QAction action 
)

Definition at line 1299 of file qaction.cpp.

References d, QtDebugUtils::formatQEnum(), QAction::isCheckable(), QAction::isChecked(), QString::isEmpty(), QAction::isEnabled(), QAction::isVisible(), QAction::menuRole, QAction::text, and QAction::toolTip.

+ Here is the call graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( action  )