MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::Collectable Class Referenceabstract

This is an interface for widgets that can be collected and exported out of Showcase. More...

#include <Collectable.hpp>

Public Member Functions

virtual folly::Future
< QStringList > 
fileNames ()=0
 A list of files to be exported. Can be local files or links.
 
virtual folly::Future< QString > previewFileName ()=0
 Path to file that is used to create preview of this item. More...
 

Detailed Description

This is an interface for widgets that can be collected and exported out of Showcase.

Member Function Documentation

virtual folly::Future<QString> Showcase::Collectable::previewFileName ( )
pure virtual

Path to file that is used to create preview of this item.

Needs to be a local file