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

Class Cursor

source code

_object --+
          |
         Cursor

Proxy of C++ FIFE::Cursor class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self)
repr(x)
source code
 
draw(self)
draw(Cursor self)
source code
 
set(self, *args)
set(Cursor self, uint32_t cursor_id=0) set(Cursor self) set(Cursor self, SharedAnimationPointer anim) set(Cursor self, SharedImagePointer image)
source code
 
setDrag(self, *args)
setDrag(Cursor self, SharedAnimationPointer anim, int32_t drag_offset_x=0, int32_t drag_offset_y=0) setDrag(Cursor self, SharedAnimationPointer anim, int32_t drag_offset_x=0) setDrag(Cursor self, SharedAnimationPointer anim) setDrag(Cursor self, SharedImagePointer image, int32_t drag_offset_x=0, int32_t drag_offset_y=0) setDrag(Cursor self, SharedImagePointer image, int32_t drag_offset_x=0) setDrag(Cursor self, SharedImagePointer image)
source code
 
resetDrag(self)
resetDrag(Cursor self)
source code
 
getType(self)
getType(Cursor self) -> FIFE::MouseCursorType
source code
 
getId(self)
getId(Cursor self) -> uint32_t
source code
 
getImage(self)
getImage(Cursor self) -> SharedImagePointer
source code
 
getAnimation(self)
getAnimation(Cursor self) -> SharedAnimationPointer
source code
 
getDragType(self)
getDragType(Cursor self) -> FIFE::MouseCursorType
source code
 
getDragImage(self)
getDragImage(Cursor self) -> SharedImagePointer
source code
 
getDragAnimation(self)
getDragAnimation(Cursor self) -> SharedAnimationPointer
source code
 
getX(self)
getX(Cursor self) -> uint32_t
source code
 
getY(self)
getY(Cursor self) -> uint32_t
source code
 
setPosition(self, *args)
setPosition(Cursor self, uint32_t x, uint32_t y)
source code
 
getPosition(self)
getPosition(Cursor self)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Cursor
  __del__ = lambda self: