pychess.Players.Human
index
/home/thomas/Programmering/python/skak/svn/lib/pychess/Players/Human.py

 
Modules
       
gtk

 
Classes
       
pychess.Players.Player.Player(gobject.GObject)
Human

 
class Human(pychess.Players.Player.Player)
    
Method resolution order:
Human
pychess.Players.Player.Player
gobject.GObject
__builtin__.object

Methods defined here:
__del__(self)
__init__(self, board, color)
__repr__(self)
emit_action(self, action)
makeMove(self, history)
offerDraw(self)
piece_moved(self, board, move)
setName(self, name)

Data and other attributes defined here:
__type__ = 0

Methods inherited from pychess.Players.Player.Player:
hurry(self)
Forces engines to move now, and sends a hurry message to nonlocal human players
showBoard(self)
Print the board as it the players sees it, e.g. in fen. Used for debugging only
updateTime(self, secs, opsecs)
Updates the player with the current remaining time as a float of seconds

Data and other attributes inherited from pychess.Players.Player.Player:
__gtype__ = <GType pychess+Players+Player+Player (156491712)>

Methods inherited from gobject.GObject:
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__gobject_init__(...)
__hash__(...)
x.__hash__() <==> hash(x)
chain(...)
connect(...)
connect_after(...)
connect_object(...)
connect_object_after(...)
disconnect(...)
disconnect_by_func(...)
emit(...)
emit_stop_by_name(...)
freeze_notify(...)
get_data(...)
get_property(...)
handler_block(...)
handler_block_by_func(...)
handler_disconnect(...)
handler_is_connected(...)
handler_unblock(...)
handler_unblock_by_func(...)
notify(...)
set_data(...)
set_property(...)
stop_emission(...)
thaw_notify(...)

Data and other attributes inherited from gobject.GObject:
__dict__ = <dictproxy object>
__gdoc__ = 'Object pychess+Players+Player+Player\n\nSignals fr...ead ()\n\nSignals from GObject:\n notify (GParam)\n\n'
__grefcount__ = <attribute '__grefcount__' of 'gobject.GObject' objects>
__new__ = <built-in method __new__ of GObjectMeta object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
props = <gobject.GProps object>

 
Data
        DRAW_OFFER = 2
FLAG_CALL = 1
LOCAL = 0
RESIGNATION = 0