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, Profile &aSelectedProfile) | |
Hash | publishBinaryAttachment (const MetadataQueryDialog::MetadataResultSet &aFileMetadata, bool aForceNoEncryption=false, const QList< Hash > *aBinaryRecipientList=NULL) |
Protected Attributes | |
MController * | iController |
Profile & | iSelectedProfile |
QList< MetadataQueryDialog::MetadataResultSet > | iFilesAboutToBeAttached |
QLabel * | iAttachmentListLabel |
base-class for content-posting dialogs of classified ads
|
protected |
constructor
|
protectedslot |
|
signal |
|
protected |
method for publishing an (attachment) file
aFileMetadata | describes the file. The iFileName member of the structure must contain valid filesystem filename |
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 |
list of files used in posting-dialogs
|
protected |