Messagelib
contentjobbase.h
KJob(QObject *parent=nullptr)
void setExtraContent(KMime::Content *extra)
Set some extra content to be saved with the job, and available later, for example,...
Definition contentjobbase.cpp:73
virtual void doStart()
Reimplement to do additional stuff before processing children, such as adding more subjobs.
Definition contentjobbase.cpp:95
bool appendSubjob(ContentJobBase *job)
This is meant to be used instead of KCompositeJob::addSubjob(), making it possible to add subjobs fro...
Definition contentjobbase.cpp:67
KMime::Content * content() const
Get the resulting KMime::Content that the ContentJobBase has generated.
Definition contentjobbase.cpp:59
KMime::Content * extraContent() const
Get extra content that was previously added.
Definition contentjobbase.cpp:80
virtual void process()=0
This is called after all the children have been processed.
Q_SCRIPTABLE Q_NOREPLY void start()
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
Definition attachmentcontrollerbase.h:27
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.