Classified ads
|
base-class for content-posting dialogs of classified ads More...
#include <dialogbase.h>
Signals | |
void | error (MController::CAErrorSituation aError, const QString &aExplanation) |
Protected Slots | |
void | attachButtonClicked () |
Protected Member Functions | |
DialogBase (QWidget *aParent, MController *aController, const Profile &aSelectedProfile) | |
Hash | publishBinaryAttachment (const QString &aFileName, bool aForceNoEncryption=false, const QList< Hash > *aBinaryRecipientList=NULL) |
Protected Attributes | |
MController * | iController |
const Profile & | iSelectedProfile |
QList< QString > | iFilesAboutToBeAttached |
QLabel * | iAttachmentListLabel |
base-class for content-posting dialogs of classified ads
|
protected |
constructor
|
protectedslot |
|
signal |
|
protected |
method for publishing an (attachment) file
aFileName | is name of the file in filesystem |
aForceNoEncryption | if set to true, always produce plain-text binary, with no encryption |
aBinaryRecipientList | if non-NULL, contains list of operator key fingerprints that are the operators that will be able to read the binary. |
|
protected |
label used to show list of attached files. pointer must be set by inheriting class prior to call to slot attachButtonClicked()
|
protected |
|
protected |
used in posting-dialogs
|
protected |