#include <playlist.h>
Inheritance diagram for FileMap:

Public Member Functions | |
| virtual | ~FileMap () |
| virtual map< string, FileHandler * > & | GetMap ()=0 |
| The map from file name to handler is here. | |
| virtual void | Clear ()=0 |
| Clears the content of the file map. | |
| virtual void | GetUnusedFxFiles (PlayList &list, vector< string > &unused)=0 |
| Obtains a list of unused fx rendered files. | |
Definition at line 147 of file playlist.h.
|
|
Definition at line 150 of file playlist.h. 00151 { }
|
|
|
Clears the content of the file map.
Implemented in KinoFileMap. |
|
|
The map from file name to handler is here.
Implemented in KinoFileMap. |
|
||||||||||||
|
Obtains a list of unused fx rendered files.
Implemented in KinoFileMap. |
1.4.2