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

Class SharedSoundClipPointer

source code

_object --+
          |
         SharedSoundClipPointer

Proxy of C++ FIFE::SharedPtr<(FIFE::SoundClip)> class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::SharedPtr<(FIFE::SoundClip)> self) -> SharedSoundClipPointer __init__(FIFE::SharedPtr<(FIFE::SoundClip)> self, SharedSoundClipPointer rhs) -> SharedSoundClipPointer
source code
 
__ref__(self)
__ref__(SharedSoundClipPointer self) -> SoundClip
source code
 
__deref__(self)
__deref__(SharedSoundClipPointer self) -> SoundClip
source code
 
get(self)
get(SharedSoundClipPointer self) -> SoundClip
source code
 
reset(self, ptr=None)
reset(SharedSoundClipPointer self, SoundClip ptr=None) reset(SharedSoundClipPointer self)
source code
 
useCount(self)
useCount(SharedSoundClipPointer self) -> uint32_t
source code
 
useCountPtr(self)
useCountPtr(SharedSoundClipPointer self) -> uint32_t *
source code
 
unique(self)
unique(SharedSoundClipPointer self) -> bool
source code
 
__nonzero__(self) source code
 
__bool__(self) source code
 
isStream(self)
isStream(SharedSoundClipPointer self) -> bool
source code
 
getName(self)
getName(SharedSoundClipPointer self) -> std::string const &
source code
 
getHandle(self)
getHandle(SharedSoundClipPointer self) -> FIFE::ResourceHandle
source code
 
getState(self)
getState(SharedSoundClipPointer self) -> FIFE::IResource::ResourceState
source code
 
setState(self, *args)
setState(SharedSoundClipPointer self, FIFE::IResource::ResourceState const & state)
source code
 
getSize(self)
getSize(SharedSoundClipPointer self) -> size_t
source code
 
load(self)
load(SharedSoundClipPointer self)
source code
 
free(self)
free(SharedSoundClipPointer self)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_SharedSoundClipPointer
  __del__ = lambda self: