Insert specified time after turn. More...
#include <fischerafterclock.h>
Public Member Functions | |
FischerAfterClock (bool white, int addition, int perTurns, QWidget *parent=0) | |
TurnInformation * | endTurn () |
End this turn. | |
Protected Attributes | |
int | addition_ |
int | perTurns_ |
Insert specified time after turn.
Definition at line 34 of file fischerafterclock.h.
FischerAfterClock::FischerAfterClock | ( | bool | white, | |
int | addition, | |||
int | perTurns, | |||
QWidget * | parent = 0 | |||
) |
Definition at line 24 of file fischerafterclock.cpp.
TurnInformation * FischerAfterClock::endTurn | ( | ) | [virtual] |
End this turn.
Player has done his move.
Reimplemented from ChessClock.
Definition at line 33 of file fischerafterclock.cpp.
int FischerAfterClock::addition_ [protected] |
Definition at line 46 of file fischerafterclock.h.
int FischerAfterClock::perTurns_ [protected] |
Definition at line 47 of file fischerafterclock.h.