| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::PlayerCards - pandemic dialog to show player cards
version 1.111030
Games::Pandemic::Tk::PlayerCards->new( parent=>$mw );
This module implements a POE session (aliased cards), responsible to
show the cards hold by the various players. It will receive some events
from the main window when the players gain or loose some cards.
Request to add a new $player to the window.
Request to add a new $card to $player.
Request to remove a $card from $player.
Request to destroy the window.
Request to hide/show window depending on its previous state.
Jerome Quelin
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |