Messagelib
7 #ifndef PLUGINEDITORCHECKBEFORESENDPARAMS_H 8 #define PLUGINEDITORCHECKBEFORESENDPARAMS_H 10 #include "messagecomposer_export.h" 14 class PluginEditorCheckBeforeSendParamsPrivate;
26 void setSubject(
const QString &subject);
27 Q_REQUIRED_RESULT
QString subject()
const;
29 void setIdentity(uint currentIdentity);
30 Q_REQUIRED_RESULT uint identity()
const;
32 Q_REQUIRED_RESULT
bool isHtmlMail()
const;
33 void setHtmlMail(
bool html);
35 void setPlainText(
const QString &text);
36 Q_REQUIRED_RESULT
QString plainText()
const;
38 void setBccAddresses(
const QString &lst);
39 Q_REQUIRED_RESULT
QString bccAddresses()
const;
41 void setToAddresses(
const QString &lst);
42 Q_REQUIRED_RESULT
QString toAddresses()
const;
44 void setCcAddresses(
const QString &lst);
45 Q_REQUIRED_RESULT
QString ccAddresses()
const;
47 void setDefaultDomain(
const QString &domain);
48 Q_REQUIRED_RESULT
QString defaultDomain()
const;
50 Q_REQUIRED_RESULT
bool hasAttachment()
const;
51 void setHasAttachment(
bool b);
53 Q_REQUIRED_RESULT
int transportId()
const;
54 void setTransportId(
int id);
59 PluginEditorCheckBeforeSendParamsPrivate *
const d;
62 #endif // PLUGINEDITORCHECKBEFORESENDPARAMS_H The PluginEditorCheckBeforeSendParams class.
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 14 2021 23:16:38 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.