Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 1301 of file qaction.cpp.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( action )