20 #ifndef CA_DIALOG_BASE_H 21 #define CA_DIALOG_BASE_H 24 #include "../mcontroller.h" 53 bool aForceNoEncryption =
false,
54 const QList<Hash>* aBinaryRecipientList = NULL) ;
58 const QString& aExplanation) ;
Hash is class that carries 160-bit digest.
Definition: hash.h:38
CAErrorSituation
Definition: mcontroller.h:52
QList< MetadataQueryDialog::MetadataResultSet > iFilesAboutToBeAttached
Definition: dialogbase.h:65
DialogBase(QWidget *aParent, MController *aController, Profile &aSelectedProfile)
void attachButtonClicked()
Pure-virtual interface class for controller. This is spammed across parties needing access to applica...
Definition: mcontroller.h:43
MController * iController
Definition: dialogbase.h:62
Hash publishBinaryAttachment(const MetadataQueryDialog::MetadataResultSet &aFileMetadata, bool aForceNoEncryption=false, const QList< Hash > *aBinaryRecipientList=NULL)
void error(MController::CAErrorSituation aError, const QString &aExplanation)
Profile & iSelectedProfile
Definition: dialogbase.h:63
QLabel * iAttachmentListLabel
Definition: dialogbase.h:68
Carrier-class for user-profile data.
Definition: profile.h:37
base-class for content-posting dialogs of classified ads
Definition: dialogbase.h:32