19 #ifndef CA_DIALOG_BASE_H
20 #define CA_DIALOG_BASE_H
23 #include "../mcontroller.h"
39 const Profile& aSelectedProfile) ;
51 bool aForceNoEncryption =
false,
52 const QList<Hash>* aBinaryRecipientList = NULL) ;
56 const QString& aExplanation) ;
Hash is class that carries 160-bit digest.
Definition: hash.h:37
CAErrorSituation
Definition: mcontroller.h:48
void attachButtonClicked()
Pure-virtual interface class for controller. This is spammed across parties needing access to applica...
Definition: mcontroller.h:39
MController * iController
Definition: dialogbase.h:60
void error(MController::CAErrorSituation aError, const QString &aExplanation)
const Profile & iSelectedProfile
Definition: dialogbase.h:61
QList< QString > iFilesAboutToBeAttached
Definition: dialogbase.h:62
QLabel * iAttachmentListLabel
Definition: dialogbase.h:65
DialogBase(QWidget *aParent, MController *aController, const Profile &aSelectedProfile)
Carrier-class for user-profile data.
Definition: profile.h:36
Hash publishBinaryAttachment(const QString &aFileName, bool aForceNoEncryption=false, const QList< Hash > *aBinaryRecipientList=NULL)
base-class for content-posting dialogs of classified ads
Definition: dialogbase.h:31