PimCommon::ActionType
PimCommon::ActionType Class Reference
#include <abstractgenericplugininterface.h>
Public Types | |
enum | Type { Tools = 0 , Edit = 1 , File = 2 , Action = 3 , PopupMenu = 4 , ToolBar = 5 , Message = 6 , Folder = 7 } |
Public Member Functions | |
ActionType (QAction *action, Type type) | |
QAction * | action () const |
bool | operator== (ActionType other) const |
Type | type () const |
Detailed Description
The ActionType class.
Definition at line 21 of file abstractgenericplugininterface.h.
Member Enumeration Documentation
◆ Type
enum PimCommon::ActionType::Type |
Definition at line 24 of file abstractgenericplugininterface.h.
Constructor & Destructor Documentation
◆ ActionType()
ActionType::ActionType | ( | QAction * | action, |
ActionType::Type | type ) |
Definition at line 53 of file abstractgenericplugininterface.cpp.
Member Function Documentation
◆ action()
|
nodiscard |
Definition at line 59 of file abstractgenericplugininterface.cpp.
◆ operator==()
|
nodiscard |
Definition at line 69 of file abstractgenericplugininterface.cpp.
◆ type()
|
nodiscard |
Definition at line 64 of file abstractgenericplugininterface.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 4 2024 16:39:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.