PimCommon::ActionType

Search for usage in LXR

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)
 
QActionaction () const
 
bool operator== (ActionType other) const
 
Type type () const
 

Detailed Description

The ActionType class.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

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

QAction * ActionType::action ( ) const

Definition at line 59 of file abstractgenericplugininterface.cpp.

◆ operator==()

bool ActionType::operator== ( ActionType other) const

Definition at line 69 of file abstractgenericplugininterface.cpp.

◆ type()

ActionType::Type ActionType::type ( ) const

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 Tue Mar 26 2024 11:17:23 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.