MailTransport::SentActionAttribute::Action

Search for usage in LXR

MailTransport::SentActionAttribute::Action Class Reference

#include <sentactionattribute.h>

Public Types

using List = QVector< Action >
 
enum  Type { Invalid, MarkAsReplied, MarkAsForwarded }
 

Public Member Functions

 Action ()
 
 Action (const Action &other)
 
 Action (Type type, const QVariant &value)
 
 ~Action ()
 
Actionoperator= (const Action &other)
 
bool operator== (const Action &other) const
 
Type type () const
 
QVariant value () const
 

Detailed Description

A sent action.

Definition at line 39 of file sentactionattribute.h.

Member Typedef Documentation

◆ List

Describes a list of sent actions.

Definition at line 54 of file sentactionattribute.h.

Member Enumeration Documentation

◆ Type

Describes the action type.

Enumerator
Invalid 

An invalid action.

MarkAsReplied 

The message will be marked as replied.

MarkAsForwarded 

The message will be marked as forwarded.

Definition at line 45 of file sentactionattribute.h.

Constructor & Destructor Documentation

◆ Action() [1/3]

SentActionAttribute::Action::Action ( )

Creates a new invalid action.

Definition at line 30 of file sentactionattribute.cpp.

◆ Action() [2/3]

SentActionAttribute::Action::Action ( Type  type,
const QVariant value 
)

Creates a new action.

Parameters
typeThe type of action that shall be executed.
valueThe action specific argument.

Definition at line 35 of file sentactionattribute.cpp.

◆ Action() [3/3]

SentActionAttribute::Action::Action ( const Action other)
default

Creates an action from an other action.

◆ ~Action()

SentActionAttribute::Action::~Action ( )
default

Destroys the action.

Member Function Documentation

◆ operator=()

SentActionAttribute::Action & SentActionAttribute::Action::operator= ( const Action other)

Definition at line 58 of file sentactionattribute.cpp.

◆ operator==()

bool SentActionAttribute::Action::operator== ( const Action other) const

Definition at line 67 of file sentactionattribute.cpp.

◆ type()

SentActionAttribute::Action::Type SentActionAttribute::Action::type ( ) const

Returns the type of the action.

Definition at line 48 of file sentactionattribute.cpp.

◆ value()

QVariant SentActionAttribute::Action::value ( ) const

Returns the argument value of the action.

Definition at line 53 of file sentactionattribute.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Mar 21 2023 03:56:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.