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

Class Cell

source code

_object --+    
          |    
  FifeClass --+
              |
             Cell

Proxy of C++ FIFE::Cell class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::Cell self, int32_t coordint, Point3D coordinate, Layer layer) -> Cell
source code
 
addInstances(self, *args)
addInstances(Cell self, InstanceList instances)
source code
 
addInstance(self, *args)
addInstance(Cell self, Instance instance)
source code
 
changeInstance(self, *args)
changeInstance(Cell self, Instance instance)
source code
 
removeInstance(self, *args)
removeInstance(Cell self, Instance instance)
source code
 
isNeighbor(self, *args)
isNeighbor(Cell self, Cell cell) -> bool
source code
 
getNeighbors(self)
getNeighbors(Cell self) -> CellVector
source code
 
updateCellInfo(self)
updateCellInfo(Cell self)
source code
 
getCellId(self)
getCellId(Cell self) -> int32_t
source code
 
getLayerCoordinates(self)
getLayerCoordinates(Cell self) -> Point3D
source code
 
defaultCost(self)
defaultCost(Cell self) -> bool
source code
 
setCostMultiplier(self, *args)
setCostMultiplier(Cell self, double multi)
source code
 
getCostMultiplier(self)
getCostMultiplier(Cell self) -> double
source code
 
resetCostMultiplier(self)
resetCostMultiplier(Cell self)
source code
 
defaultSpeed(self)
defaultSpeed(Cell self) -> bool
source code
 
setSpeedMultiplier(self, *args)
setSpeedMultiplier(Cell self, double multi)
source code
 
getSpeedMultiplier(self)
getSpeedMultiplier(Cell self) -> double
source code
 
resetSpeedMultiplier(self)
resetSpeedMultiplier(Cell self)
source code
 
getInstances(self)
getInstances(Cell self) -> InstanceSet
source code
 
setCellType(self, *args)
setCellType(Cell self, FIFE::CellTypeInfo type)
source code
 
getCellType(self)
getCellType(Cell self) -> FIFE::CellTypeInfo
source code
 
setFoWType(self, *args)
setFoWType(Cell self, FIFE::CellVisualEffect type)
source code
 
getFoWType(self)
getFoWType(Cell self) -> FIFE::CellVisualEffect
source code
 
getLayer(self)
getLayer(Cell self) -> Layer
source code
 
createTransition(self, *args)
createTransition(Cell self, Layer layer, Point3D mc)
source code
 
deleteTransition(self)
deleteTransition(Cell self)
source code
 
addChangeListener(self, *args)
addChangeListener(Cell self, CellChangeListener listener)
source code
 
removeChangeListener(self, *args)
removeChangeListener(Cell self, CellChangeListener listener)
source code
 
addDeleteListener(self, *args)
addDeleteListener(Cell self, CellDeleteListener listener)
source code
 
removeDeleteListener(self, *args)
removeDeleteListener(Cell self, CellDeleteListener listener)
source code

Inherited from FifeClass: getFifeId

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Cell
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: _swig_repr

__init__(self, *args)
(Constructor)

source code 

__init__(FIFE::Cell self, int32_t coordint, Point3D coordinate, Layer layer) -> Cell

Overrides: FifeClass.__init__