LoaderConfig(unsigned loadFlags = 0, const Ptr<FileOpenerBase>& pfileOpener = *new FileOpener, const Ptr<ZlibSupportBase>& pzlib = GFX_LOADER_NEW_ZLIBSUPPORT); LoaderConfig(const LoaderConfig& src);
LoaderConfig constructor for initializing the structure with default settings.
Parameters |
Description |
unsigned loadFlags = 0 |
_nt_ |
const Ptr<FileOpenerBase>& pfileOpener = *new FileOpener |
Pointer to FileOpenerBase for opening SWF files. |
const Ptr<ZlibSupportBase>& pzlib = GFX_LOADER_NEW_ZLIBSUPPORT |
Pointer to ZlibSupportBase if ZLIB support is required. If set to null, ZLIB support is not linked to the application. |
const LoaderConfig& src |
LoaderConfig structure which is used as copy constructor. |