Abstract interface for players (or other objects) that own an instance of SgDefaultTimeControl. More...
#include <SgTimeControl.h>
Public Member Functions | |
virtual | ~SgObjectWithDefaultTimeControl () |
virtual SgDefaultTimeControl & | TimeControl ()=0 |
virtual const SgDefaultTimeControl & | TimeControl () const =0 |
Abstract interface for players (or other objects) that own an instance of SgDefaultTimeControl.
Can be used to query a player at runtime (with a dynamic_cast), whether it uses such an object and set parameters.
Definition at line 131 of file SgTimeControl.h.
SgObjectWithDefaultTimeControl::~SgObjectWithDefaultTimeControl | ( | ) | [virtual] |
Definition at line 119 of file SgTimeControl.cpp.
virtual SgDefaultTimeControl& SgObjectWithDefaultTimeControl::TimeControl | ( | ) | [pure virtual] |
virtual const SgDefaultTimeControl& SgObjectWithDefaultTimeControl::TimeControl | ( | ) | const [pure virtual] |