Package fife :: Module fife :: Class SoundClipManager
[hide private]
[frames] | no frames]

Class SoundClipManager

source code

     _object --+    
               |    
IResourceManager --+
                   |
                  SoundClipManager

Proxy of C++ FIFE::SoundClipManager class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
getMemoryUsed(self)
getMemoryUsed(SoundClipManager self) -> size_t
source code
 
getTotalResourcesCreated(self)
getTotalResourcesCreated(SoundClipManager self) -> size_t
source code
 
getTotalResourcesLoaded(self)
getTotalResourcesLoaded(SoundClipManager self) -> size_t
source code
 
getTotalResources(self)
getTotalResources(SoundClipManager self) -> size_t
source code
 
create(self, *args)
create(SoundClipManager self, std::string const & name, IResourceLoader loader=None) -> SharedSoundClipPointer create(SoundClipManager self, std::string const & name) -> SharedSoundClipPointer
source code
 
load(self, *args)
load(SoundClipManager self, std::string const & name, IResourceLoader loader=None) -> SharedSoundClipPointer load(SoundClipManager self, std::string const & name) -> SharedSoundClipPointer
source code
 
add(self, *args)
add(SoundClipManager self, SoundClip res) -> SharedSoundClipPointer
source code
 
exists(self, *args)
exists(SoundClipManager self, std::string const & name) -> bool exists(SoundClipManager self, FIFE::ResourceHandle handle) -> bool
source code
 
reload(self, *args)
reload(SoundClipManager self, std::string const & name) reload(SoundClipManager self, FIFE::ResourceHandle handle)
source code
 
reloadAll(self)
reloadAll(SoundClipManager self)
source code
 
loadUnreferenced(self)
loadUnreferenced(SoundClipManager self)
source code
 
free(self, *args)
free(SoundClipManager self, std::string const & name) free(SoundClipManager self, FIFE::ResourceHandle handle)
source code
 
freeAll(self)
freeAll(SoundClipManager self)
source code
 
freeUnreferenced(self)
freeUnreferenced(SoundClipManager self)
source code
 
remove(self, *args)
remove(SoundClipManager self, SharedSoundClipPointer resource) remove(SoundClipManager self, std::string const & name) remove(SoundClipManager self, FIFE::ResourceHandle handle)
source code
 
removeAll(self)
removeAll(SoundClipManager self)
source code
 
removeUnreferenced(self)
removeUnreferenced(SoundClipManager self)
source code
 
get(self, *args)
get(SoundClipManager self, std::string const & name) -> SharedSoundClipPointer get(SoundClipManager self, FIFE::ResourceHandle handle) -> SharedSoundClipPointer
source code
 
getResourceHandle(self, *args)
getResourceHandle(SoundClipManager self, std::string const & name) -> FIFE::ResourceHandle
source code
 
__init__(self)
__init__(FIFE::SoundClipManager self) -> SoundClipManager
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_SoundClipManager
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: _swig_repr

getMemoryUsed(self)

source code 

getMemoryUsed(SoundClipManager self) -> size_t

Overrides: IResourceManager.getMemoryUsed

getTotalResourcesCreated(self)

source code 

getTotalResourcesCreated(SoundClipManager self) -> size_t

Overrides: IResourceManager.getTotalResourcesCreated

getTotalResourcesLoaded(self)

source code 

getTotalResourcesLoaded(SoundClipManager self) -> size_t

Overrides: IResourceManager.getTotalResourcesLoaded

getTotalResources(self)

source code 

getTotalResources(SoundClipManager self) -> size_t

Overrides: IResourceManager.getTotalResources

__init__(self)
(Constructor)

source code 

__init__(FIFE::SoundClipManager self) -> SoundClipManager

Overrides: IResourceManager.__init__