#include <bayonne.h>
Inheritance diagram for aaImage::
Public Methods | |
aaImage (aaScript *script) | |
Default image compiler. More... | |
Protected Methods | |
virtual bool | isScript (char *scriptname) |
Used to parse and determine if a given directory file should be "compiled". More... | |
void | scanDir (char *path) |
Used to scan and compile a script collection from a specified directory. More... |
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.
|