MessageComposer::PluginActionType
MessageComposer::PluginActionType Class Reference
#include <pluginactiontype.h>
Public Types | |
enum | Type { Tools = 0 , Edit = 1 , File = 2 , Action = 3 , PopupMenu = 4 , ToolBar = 5 , Options = 6 , None = 7 , Insert = 8 , View = 9 } |
Public Member Functions | |
PluginActionType (QAction *action, Type type) | |
QAction * | action () const |
Type | type () const |
Static Public Member Functions | |
static QString | actionXmlExtension (PluginActionType::Type type) |
Detailed Description
The PluginActionType class.
Definition at line 19 of file pluginactiontype.h.
Member Enumeration Documentation
◆ Type
enum MessageComposer::PluginActionType::Type |
Definition at line 22 of file pluginactiontype.h.
Constructor & Destructor Documentation
◆ PluginActionType()
|
explicit |
Definition at line 13 of file pluginactiontype.cpp.
Member Function Documentation
◆ action()
|
nodiscard |
Definition at line 19 of file pluginactiontype.cpp.
◆ actionXmlExtension()
|
static |
Definition at line 29 of file pluginactiontype.cpp.
◆ type()
|
nodiscard |
Definition at line 24 of file pluginactiontype.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.