Synergy Color Management Component - SDK -  2018.0.80
SYNCOLOR::SupportedExtensionsCallBack Class Referenceabstract

Callback class for obtaining the list of supported file extensions that may be read. Clients will need to implement this class and use this implementation as the callback for retrieving supported extensions through getSupportedFileExtensions(). More...

Public Member Functions

virtual ~SupportedExtensionsCallBack ()
 Destructor. More...
 
virtual void add (const char *extension, const char *description)=0
 Supported file extension callback. More...
 

Detailed Description

Callback class for obtaining the list of supported file extensions that may be read. Clients will need to implement this class and use this implementation as the callback for retrieving supported extensions through getSupportedFileExtensions().

Constructor & Destructor Documentation

virtual SYNCOLOR::SupportedExtensionsCallBack::~SupportedExtensionsCallBack ( )
virtual

Destructor.

Member Function Documentation

virtual void SYNCOLOR::SupportedExtensionsCallBack::add ( const char *  extension,
const char *  description 
)
pure virtual

Supported file extension callback.

Parameters
extensionSupported file extension.
descriptionbrief File extension description.