43 return load( file.
get(), options );
VLCORE_EXPORT FileSystem * defFileSystem()
Returns the default FileSystem used by VisualizationLibrary.
An abstract class representing a file.
A simple String formatting class.
The String class implements an advanced UTF16 (Unicode BMP) string manipulation engine.
static void error(const String &message)
Use this function to provide information about run-time errors: file not found, out of memory...
virtual ref< VirtualFile > locateFile(const String &full_path, const String &alternate_path=String()) const
Looks for a VirtualFile on the disk and in the currently active FileSystem.
void setLoadOptions(const LoadWriterDae::LoadOptions *options)
static VLGRAPHICS_EXPORT ref< ResourceDatabase > load(const String &path, const LoadOptions *options)
Visualization Library main namespace.
const ResourceDatabase * resources() const
Loading options used by LoadWriterDae and DaeLoader.
bool load(VirtualFile *file)
The ref<> class is used to reference-count an Object.