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...
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().
| virtual SYNCOLOR::SupportedExtensionsCallBack::~SupportedExtensionsCallBack |
( |
| ) |
|
|
virtual |
| virtual void SYNCOLOR::SupportedExtensionsCallBack::add |
( |
const char * |
extension, |
|
|
const char * |
description |
|
) |
| |
|
pure virtual |
Supported file extension callback.
- Parameters
-
| extension | Supported file extension. |
| description | brief File extension description. |