21 #ifndef LIST_ATTACHMENTS_DIALOG_H 22 #define LIST_ATTACHMENTS_DIALOG_H 25 #include "../mcontroller.h" 26 #include "../ui_attachmentListDialog.h" 61 QList<Hash>& aFilesToDisplay,
82 const QString& aExplanation) ;
84 Ui_attachmentListDialog
ui ;
void fileListDoubleClicked(const QModelIndex &aIndex)
void cancelButtonClicked()
void error(MController::CAErrorSituation aError, const QString &aExplanation)
Hash is class that carries 160-bit digest.
Definition: hash.h:38
CAErrorSituation
Definition: mcontroller.h:52
static Hash tryFindNodeByProfile(const Hash &aProfileFingerPrint, MController &aController)
class for dialog for listing (attached) files
Definition: attachmentlistdialog.h:36
QAction * iExportSharedFileAction
Definition: attachmentlistdialog.h:86
Model-class for helping display of shared binary blobs, usually from a profile.
Definition: binaryfilelistingmodel.h:34
const Hash iNodeToTryForRetrieval
Definition: attachmentlistdialog.h:87
BinaryFileListingModel * iListingModel
Definition: attachmentlistdialog.h:85
Pure-virtual interface class for controller. This is spammed across parties needing access to applica...
Definition: mcontroller.h:43
Ui_attachmentListDialog ui
Definition: attachmentlistdialog.h:84
Carrier-class for user-profile data.
Definition: profile.h:37
base-class for content-posting dialogs of classified ads
Definition: dialogbase.h:32
AttachmentListDialog(QWidget *aParent, MController *aController, Profile &aSelectedProfile, QList< Hash > &aFilesToDisplay, const Hash &aNodeToTryForRetrieval=KNullHash)