Loader class.
More...
#include <Loader.h>
List of all members.
Detailed Description
Loader class.
- Note:
- Implementation of the proxy design pattern
Member Function Documentation
Loader implementation class.
- Returns:
- Loader implementation class
Returns the loader implementation.
- Returns:
- The loader implementation, a null pointer on error
- Note:
- If required, this method creates an instance of the loader implementation class
Returns the loadable type.
- Returns:
- The loadable type, a null pointer on (terrible) error
Returns the name of the loadable type.
- Returns:
- The name of the loadable type
Returns the number of supported formats.
- Returns:
- The number of supported formats
Returns a supported format.
- Parameters:
-
- Returns:
- The requested supported format, empty string on error
Checks if a format is supported in a list of extensions.
- Parameters:
-
[in] | sExtension | Extension of loadable |
- Returns:
- 'true' if the format is supported, else 'false'
Returns the formats string.
- Returns:
- The formats string
Returns the description string.
- Returns:
- The description string
Returns the whether loading is supported.
- Returns:
- 'true' if loading is supported, else 'false'
Returns the whether saving is supported.
- Returns:
- 'true' if saving is supported, else 'false'
The documentation for this class was generated from the following files: