2#include <NDEVR/PopupInfo.h>
3#include <NDEVR/FileFormat.h>
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition ExportRequest.h:7
ExportRequest(const Buffer< UUID > &ids, const PopupInfo &info=PopupInfo())
Definition ExportRequest.h:9
bool show_recents
Definition ExportRequest.h:17
PopupInfo request_origin
Definition ExportRequest.h:16
Buffer< UUID > requested_items
Definition ExportRequest.h:13
ExportRequest()
Definition ExportRequest.h:8
FileFormat requested_format
Definition ExportRequest.h:14
Buffer< FileFormat > white_list
Definition ExportRequest.h:15