MessageComposer::PluginEditorCheckBeforeSendParams
#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 |
PluginEditorCheckBeforeSendParams & | operator= (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
The PluginEditorCheckBeforeSendParams class.
Definition at line 19 of file plugineditorcheckbeforesendparams.h.
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()
|
nodiscard |
Definition at line 110 of file plugineditorcheckbeforesendparams.cpp.
◆ ccAddresses()
|
nodiscard |
Definition at line 130 of file plugineditorcheckbeforesendparams.cpp.
◆ defaultDomain()
|
nodiscard |
Definition at line 140 of file plugineditorcheckbeforesendparams.cpp.
◆ hasAttachment()
|
nodiscard |
Definition at line 145 of file plugineditorcheckbeforesendparams.cpp.
◆ identity()
|
nodiscard |
Definition at line 80 of file plugineditorcheckbeforesendparams.cpp.
◆ isHtmlMail()
|
nodiscard |
Definition at line 85 of file plugineditorcheckbeforesendparams.cpp.
◆ operator=()
PluginEditorCheckBeforeSendParams & PluginEditorCheckBeforeSendParams::operator= | ( | const PluginEditorCheckBeforeSendParams & | other | ) |
Definition at line 41 of file plugineditorcheckbeforesendparams.cpp.
◆ operator==()
|
nodiscard |
Definition at line 58 of file plugineditorcheckbeforesendparams.cpp.
◆ plainText()
|
nodiscard |
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()
|
nodiscard |
Definition at line 70 of file plugineditorcheckbeforesendparams.cpp.
◆ toAddresses()
|
nodiscard |
Definition at line 120 of file plugineditorcheckbeforesendparams.cpp.
◆ transportId()
|
nodiscard |
Definition at line 155 of file plugineditorcheckbeforesendparams.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.