MessageComposer::PluginEditorCheckBeforeSendParams
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 |
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.
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 Mon Jun 5 2023 04:00:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 04:00:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.