Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qaction.h File Reference

(e2fef733be92e95ff28225196e14ffeb98d61a1f)

#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 )