20 #ifndef CA_DIALOG_BASE_H    21 #define CA_DIALOG_BASE_H    24 #include "../mcontroller.h"    52                                  bool aForceNoEncryption = 
false,
    53                                  const QList<Hash>* aBinaryRecipientList = NULL) ;
    57                const QString& aExplanation) ;
 Hash is class that carries 160-bit digest. 
Definition: hash.h:38
 
CAErrorSituation
Definition: mcontroller.h:57
 
QList< MetadataQueryDialog::MetadataResultSet > iFilesAboutToBeAttached
Definition: dialogbase.h:64
 
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:48
 
MController * iController
Definition: dialogbase.h:61
 
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:62
 
QLabel * iAttachmentListLabel
Definition: dialogbase.h:67
 
Carrier-class for user-profile data. 
Definition: profile.h:37
 
base-class for content-posting dialogs of classified ads 
Definition: dialogbase.h:32