MessageComposer::PluginEditorCheckBeforeSendParams

Search for usage in LXR

MessageComposer::PluginEditorCheckBeforeSendParams Class Reference

#include <plugineditorcheckbeforesendparams.h>

Public Member Functions

 PluginEditorCheckBeforeSendParams (const PluginEditorCheckBeforeSendParams &other)
 
QString bccAddresses () const
 
QString ccAddresses () const
 
QString defaultDomain () const
 
bool hasAttachment () const
 
uint identity () const
 
bool isHtmlMail () const
 
PluginEditorCheckBeforeSendParamsoperator= (const PluginEditorCheckBeforeSendParams &other)
 
bool operator== (const PluginEditorCheckBeforeSendParams &other) const
 
QString plainText () const
 
void setBccAddresses (const QString &lst)
 
void setCcAddresses (const QString &lst)
 
void setDefaultDomain (const QString &domain)
 
void setHasAttachment (bool b)
 
void setHtmlMail (bool html)
 
void setIdentity (uint currentIdentity)
 
void setPlainText (const QString &text)
 
void setSubject (const QString &subject)
 
void setToAddresses (const QString &lst)
 
void setTransportId (int id)
 
QString subject () const
 
QString toAddresses () const
 
int transportId () const
 

Detailed Description

Constructor & Destructor Documentation

◆ PluginEditorCheckBeforeSendParams() [1/2]

PluginEditorCheckBeforeSendParams::PluginEditorCheckBeforeSendParams ( )

Definition at line 28 of file plugineditorcheckbeforesendparams.cpp.

◆ PluginEditorCheckBeforeSendParams() [2/2]

PluginEditorCheckBeforeSendParams::PluginEditorCheckBeforeSendParams ( const PluginEditorCheckBeforeSendParams & other)

Definition at line 33 of file plugineditorcheckbeforesendparams.cpp.

Member Function Documentation

◆ bccAddresses()

QString PluginEditorCheckBeforeSendParams::bccAddresses ( ) const

Definition at line 110 of file plugineditorcheckbeforesendparams.cpp.

◆ ccAddresses()

QString PluginEditorCheckBeforeSendParams::ccAddresses ( ) const

Definition at line 130 of file plugineditorcheckbeforesendparams.cpp.

◆ defaultDomain()

QString PluginEditorCheckBeforeSendParams::defaultDomain ( ) const

Definition at line 140 of file plugineditorcheckbeforesendparams.cpp.

◆ hasAttachment()

bool PluginEditorCheckBeforeSendParams::hasAttachment ( ) const

Definition at line 145 of file plugineditorcheckbeforesendparams.cpp.

◆ identity()

uint PluginEditorCheckBeforeSendParams::identity ( ) const

Definition at line 80 of file plugineditorcheckbeforesendparams.cpp.

◆ isHtmlMail()

bool PluginEditorCheckBeforeSendParams::isHtmlMail ( ) const

Definition at line 85 of file plugineditorcheckbeforesendparams.cpp.

◆ operator=()

PluginEditorCheckBeforeSendParams & PluginEditorCheckBeforeSendParams::operator= ( const PluginEditorCheckBeforeSendParams & other)

Definition at line 41 of file plugineditorcheckbeforesendparams.cpp.

◆ operator==()

bool PluginEditorCheckBeforeSendParams::operator== ( const PluginEditorCheckBeforeSendParams & other) const

Definition at line 58 of file plugineditorcheckbeforesendparams.cpp.

◆ plainText()

QString PluginEditorCheckBeforeSendParams::plainText ( ) const

Definition at line 100 of file plugineditorcheckbeforesendparams.cpp.

◆ setBccAddresses()

void PluginEditorCheckBeforeSendParams::setBccAddresses ( const QString & lst)

Definition at line 105 of file plugineditorcheckbeforesendparams.cpp.

◆ setCcAddresses()

void PluginEditorCheckBeforeSendParams::setCcAddresses ( const QString & lst)

Definition at line 125 of file plugineditorcheckbeforesendparams.cpp.

◆ setDefaultDomain()

void PluginEditorCheckBeforeSendParams::setDefaultDomain ( const QString & domain)

Definition at line 135 of file plugineditorcheckbeforesendparams.cpp.

◆ setHasAttachment()

void PluginEditorCheckBeforeSendParams::setHasAttachment ( bool b)

Definition at line 150 of file plugineditorcheckbeforesendparams.cpp.

◆ setHtmlMail()

void PluginEditorCheckBeforeSendParams::setHtmlMail ( bool html)

Definition at line 90 of file plugineditorcheckbeforesendparams.cpp.

◆ setIdentity()

void PluginEditorCheckBeforeSendParams::setIdentity ( uint currentIdentity)

Definition at line 75 of file plugineditorcheckbeforesendparams.cpp.

◆ setPlainText()

void PluginEditorCheckBeforeSendParams::setPlainText ( const QString & text)

Definition at line 95 of file plugineditorcheckbeforesendparams.cpp.

◆ setSubject()

void PluginEditorCheckBeforeSendParams::setSubject ( const QString & subject)

Definition at line 65 of file plugineditorcheckbeforesendparams.cpp.

◆ setToAddresses()

void PluginEditorCheckBeforeSendParams::setToAddresses ( const QString & lst)

Definition at line 115 of file plugineditorcheckbeforesendparams.cpp.

◆ setTransportId()

void PluginEditorCheckBeforeSendParams::setTransportId ( int id)

Definition at line 160 of file plugineditorcheckbeforesendparams.cpp.

◆ subject()

QString PluginEditorCheckBeforeSendParams::subject ( ) const

Definition at line 70 of file plugineditorcheckbeforesendparams.cpp.

◆ toAddresses()

QString PluginEditorCheckBeforeSendParams::toAddresses ( ) const

Definition at line 120 of file plugineditorcheckbeforesendparams.cpp.

◆ transportId()

int PluginEditorCheckBeforeSendParams::transportId ( ) const

Definition at line 155 of file plugineditorcheckbeforesendparams.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:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.