Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

FileMap Class Reference

The FileMap class holds the mappings between the file name and the loaded file objects. More...

#include <playlist.h>

Inheritance diagram for FileMap:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

The FileMap class holds the mappings between the file name and the loaded file objects.

Definition at line 147 of file playlist.h.


Constructor & Destructor Documentation

virtual FileMap::~FileMap  )  [inline, virtual]
 

Definition at line 150 of file playlist.h.

00151     { }


Member Function Documentation

virtual void FileMap::Clear  )  [pure virtual]
 

Clears the content of the file map.

Implemented in KinoFileMap.

virtual map<string, FileHandler*>& FileMap::GetMap  )  [pure virtual]
 

The map from file name to handler is here.

Implemented in KinoFileMap.

virtual void FileMap::GetUnusedFxFiles PlayList list,
vector< string > &  unused
[pure virtual]
 

Obtains a list of unused fx rendered files.

Implemented in KinoFileMap.


The documentation for this class was generated from the following file:
Generated on Sun Mar 11 22:12:54 2007 for Kino by  doxygen 1.4.2