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

Callback class for obtaining the list of supported output formats for a specific transform. Clients will need to implement this class and use this implementation as the callback for retrieving supported formats through getSupportedOutputFormats(). More...

Public Member Functions

virtual ~SupportedOutputFormatsCallBack ()
 Destructor. More...
 
virtual void add (IOFormat format, const char *extension, const char *description)=0
 Supported file output formats. More...
 

Detailed Description

Callback class for obtaining the list of supported output formats for a specific transform. Clients will need to implement this class and use this implementation as the callback for retrieving supported formats through getSupportedOutputFormats().

Constructor & Destructor Documentation

virtual SYNCOLOR::SupportedOutputFormatsCallBack::~SupportedOutputFormatsCallBack ( )
virtual

Destructor.

Member Function Documentation

virtual void SYNCOLOR::SupportedOutputFormatsCallBack::add ( IOFormat  format,
const char *  extension,
const char *  description 
)
pure virtual

Supported file output formats.

Parameters
formatSupported output format.
extensionOutput format extension.
descriptionbrief Output format description