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

Class Command

source code

_object --+    
          |    
      Event --+
              |
             Command

Proxy of C++ FIFE::Command class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(FIFE::Command self) -> Command
source code
 
getCommandType(self)
getCommandType(Command self) -> FIFE::CommandType
source code
 
setCommandType(self, *args)
setCommandType(Command self, FIFE::CommandType type)
source code
 
getCode(self)
getCode(Command self) -> int32_t
source code
 
setCode(self, *args)
setCode(Command self, int32_t code)
source code
 
setSource(self, *args)
setSource(Command self, IEventSource source)
source code
 
setTimeStamp(self, *args)
setTimeStamp(Command self, int32_t timestamp)
source code

Inherited from Event: consume, getDebugString, getName, getSource, getTimeStamp, isConsumed

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

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: _swig_repr

__init__(self)
(Constructor)

source code 

__init__(FIFE::Command self) -> Command

Overrides: Event.__init__