#include <bayonne.h>
Inheritance diagram for aaImage:

Public Member Functions | |
| aaImage (aaScript *script) | |
| Default image compiler. | |
Protected Member Functions | |
| virtual bool | isScript (const char *scriptname, const char *ext) |
| Used to parse and determine if a given directory file should be "compiled". | |
| void | scanDir (char *path, const char *ext, size_t size) |
| Used to scan and compile a script collection from a specified directory. | |
This class is almost never further derived in drivers, though the driver "getScript" method is used to load it.
|
|
Default image compiler.
|
|
||||||||||||
|
Used to parse and determine if a given directory file should be "compiled". Usually tests for *.scr.
|
|
||||||||||||||||
|
Used to scan and compile a script collection from a specified directory.
|
1.4.4