knode
kncomposer.h
Go to the documentation of this file.
97 void insertFile( QFile *file, bool clear = false, bool box = false, const QString &boxTitle = QString() );
void spellCheckerCorrected(const QString &old, const QString &corr, unsigned int pos)
Definition: kncomposer.cpp:155
virtual void contextMenuEvent(QContextMenuEvent *e)
Definition: kncomposer.cpp:70
boost::shared_ptr< KNLocalArticle > Ptr
Shared pointer to a KNLocalArticle. To be used instead of raw KNLocalArticle*.
Definition: knarticle.h:214
void apply()
Apply the change to the attachment passed to the constructor.
Definition: kncomposer.cpp:1621
virtual QByteArray text(quint32 serialNumber) const =0
Definition: kncomposer.h:48
void slotEditorFinished(int, QProcess::ExitStatus)
Definition: kncomposer.cpp:1470
Definition: kncomposer.h:47
void slotAttachmentRemoved(KNAttachment::Ptr attachment, bool last)
Called by the View when an attachment was removed.
Definition: kncomposer.cpp:1145
void setCharset(const QString &charset)
Sets the character set to used to encode this message.
Definition: kncomposer.cpp:889
void slotMimeTypeTextChanged(const QString &text)
Definition: kncomposer.cpp:1647
KLineEdit * d_escription
Definition: kncomposer.h:258
AttachmentPropertiesDlg(KNAttachment::Ptr a, QWidget *parent=0)
Create a dialog to edit attribute of a message attachment.
Definition: kncomposer.cpp:1537
Message is to be sent by e-mail and to a newsgroup.
Definition: kncomposer.h:53
void highLightWord(unsigned int length, unsigned int pos)
Definition: kncomposer.cpp:139
Definition: kncomposer.h:47
virtual void dropEvent(QDropEvent *event)
Reimplemented to add the dropped files as attachments.
Definition: kncomposer.cpp:1513
void slotAttachmentPopup(const QPoint &point)
Open a popup menu to do action on an attachment.
Definition: kncomposer.cpp:1497
QList< KNAttachment::Ptr > mDeletedAttachments
Definition: kncomposer.h:130
void slotAutoSpellCheckingToggled()
Definition: kncomposer.cpp:1264
KNAttachment::Ptr a_ttachment
Definition: kncomposer.h:262
Definition: kncomposer.h:48
void slotAttachmentChanged()
Called by the View to notify that an attachment was modified.
Definition: kncomposer.cpp:1163
void composerDone(KNComposer *)
void spellCheckerMisspelling(const QString &text, const QStringList &, unsigned int pos)
Definition: kncomposer.cpp:150
bool applyChanges()
Applies changes from the editor into the article being edited.
Definition: kncomposer.cpp:725
Definition: kncomposer.h:47
void slotSubjectChanged(const QString &t)
Definition: kncomposer.cpp:1400
virtual void dragEnterEvent(QDragEnterEvent *event)
Reimplemented to accept list of URI as drag content.
Definition: kncomposer.cpp:1505
void insertFile(QFile *file, bool clear=false, bool box=false, const QString &boxTitle=QString())
Inserts at cursor position if clear is false, replaces content otherwise puts the file content into a...
Definition: kncomposer.cpp:1014
void slotUpdateCheckSpellChecking(bool _b)
Definition: kncomposer.cpp:410
Definition: kncomposer.h:48
KNComposer(KNLocalArticle::Ptr a, const QString &text=QString(), const QString &unwraped=QString(), bool firstEdit=false, bool dislikesCopies=false, bool createCopy=false, bool allowMail=true)
Create a composer for a message (e-mail or newsgroup post).
Definition: kncomposer.cpp:166
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.