knode
kncomposerview.cpp
Go to the documentation of this file.
113 // FIXME: hack: counting the number of \n\n to catch end of introduction (see KNArticleFactory::createReply())
298 const QString hint = i18nc( "@info/plain This message is place, as an inactive text, in the Followup-To "
313 const QString hint = i18nc( "@info/plain This message is place, as an inactive text, in the Followup-To "
const QString emailRecipient() const
Returns the email recipient of this message (as type by the user in the To: field).
Definition: kncomposerview.cpp:273
void focusNextPrevEdit(const QWidget *aCur, bool aNext)
Gives the focus to the next/previous edition widget (group, to, subject, body, etc.)
Definition: kncomposerview.cpp:151
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
const QString from()
Returns the sender full name and email address to use in a From: header of a message.
Definition: kncomposerview.cpp:224
const QPalette & palette() const
void setupUi(QWidget *widget)
void setIdentity(uint uoid)
Changes the selected identity and update related edit lines.
Definition: kncomposerview.cpp:206
void setSizes(const QList< int > &list)
void setText(const QString &)
virtual QByteArray text(quint32 serialNumber) const =0
void editCurrentAttachment()
Edit the currently selected attachment.
Definition: kncomposerview.cpp:474
void setEmailRecipient(const QString &to)
Sets the email recipient list as a string.
Definition: kncomposerview.cpp:278
void move(int from, int to)
QString from() const
void setMessageMode(KNComposer::MessageMode mode)
Set the message mode to.
Definition: kncomposerview.cpp:192
int size() const
void hideExternalNotification()
Definition: kncomposerview.cpp:494
void resizeSection(int logicalIndex, int size)
void setFrom(const QString &from)
Set the name and email address of the sender of the message.
Definition: kncomposerview.cpp:229
void append(const T &value)
void removeCurrentAttachment()
Remove the currently selected attachment if there is a selection.
Definition: kncomposerview.cpp:469
QList< int > sizes() const
void setChildrenCollapsible(bool)
KPIMIdentities::IdentityManager * identityManager()
Returns the identity manager.
Definition: knglobals.cpp:167
const QStringList followupTo() const
Returns the followup-to list of groups (name are trimmed).
Definition: kncomposerview.cpp:284
Definition: kncomposereditor.h:28
QString to() const
QString subject() const
QPoint pos() const
void showAttachmentView()
Definition: kncomposerview.cpp:396
KNode::Settings * settings()
Returns the KConfigXT generated settings object.
Definition: knglobals.cpp:182
void closeExternalEditor()
This signal is emitted when the user request the external body editor to be closed.
int sectionSize(int logicalIndex) const
iterator end()
void setComposingFont(const QFont &font)
Changes the font used in edition widget within this ComposerView.
Definition: kncomposerview.cpp:182
void setFollowupTo(const QString &followupTo)
Sets the followup-to list as a string (must be a coma separated list of groups).
Definition: kncomposerview.cpp:290
void showExternalNotification()
Definition: kncomposerview.cpp:488
const QStringList groups() const
Returns the followup-to list of groups (name are trimmed).
Definition: kncomposerview.cpp:235
const QList< KNAttachment::Ptr > attachments() const
Returns the list of attachments of this message.
Definition: kncomposerview.cpp:464
void displayFollowuptoHint()
Display an indication to the user about followup-to.
Definition: kncomposerview.cpp:296
void addAttachment(KNAttachment::Ptr attachment)
Adds an attachment to the message.
Definition: kncomposerview.cpp:458
void hideAttachmentView()
Definition: kncomposerview.cpp:453
int indexOf(const QRegExp &rx, int from) const
void prepend(const T &value)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
iterator begin()
void completeSetup(bool firstEdit, KNComposer::MessageMode mode)
Completes the setup of this view.
Definition: kncomposerview.cpp:108
uint selectedIdentity() const
Return the UOID of the selected identity.
Definition: kncomposerview.cpp:201
int count() const
void setGroups(const QString &groups)
Sets the group list as a string (must be coma separated).
Definition: kncomposerview.cpp:241
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.