| Trees | Index | Help |
|
|---|
| Package svs_demogame :: Module gamelogicviews :: Class GameLogicView |
|
| Method Summary | |
|---|---|
__init__(self,
parent,
context)
| |
Builds view components. | |
Sets display for current time label. | |
Sets displayed text for name label. | |
Sets displayed text for play time label. | |
Sets displayed text for start time label. | |
Shows game has started. | |
Shows game has stopped. | |
Updates displayed information. | |
| Method Details |
|---|
build(self, parent)Builds view components. |
setCurrentTimeLabel(self, timeFloat)Sets display for current time label.
|
setNameLabel(self, text)Sets displayed text for name label. |
setPlayTimeLabel(self, timeFloat)Sets displayed text for play time label.
|
setStartTimeLabel(self, timeFloat)Sets displayed text for start time label.
|
startGame(self)Shows game has started. |
stopGame(self)Shows game has stopped. |
updateDisplay(self, currentTime)Updates displayed information. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:29 2005 | http://epydoc.sf.net |