gk::EffectIO Class Reference

manager pour importer des effets / scripts. More...

#include <EffectIO.h>

Inheritance diagram for gk::EffectIO:
gk::IOManager< Effect >

List of all members.

Public Member Functions

Effectinsert (Effect *object, const std::string &filename, const std::string &name="")
 reference un nouvel 'objet' par son nom et le nom du fichier d'import.
Effectfind (const std::string &filename, const std::string &name="")
 recherche un 'objet' deja importe.
const IONamefind (Effect *object)
 recherche le nom et le nom du fichier d'un 'objet' deja importe.

Static Public Member Functions

static Effectread (const std::string &filename, const std::string &name="")
 importe l'objet 'name' du script 'filename'
static EffectIOmanager ()

Protected Types

typedef std::map< IOName,
Effect * > 
names_map_type
typedef std::map< Effect
*, IOName
objects_map_type

Protected Attributes

names_map_type m_names_map
objects_map_type m_objects_map

Detailed Description

manager pour importer des effets / scripts.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Friends
Generated on Thu Sep 22 16:34:00 2011 for gKitGL by  doxygen 1.6.3