Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions

SgObjectWithDefaultTimeControl Class Reference

Abstract interface for players (or other objects) that own an instance of SgDefaultTimeControl. More...

#include <SgTimeControl.h>

List of all members.

Public Member Functions

virtual ~SgObjectWithDefaultTimeControl ()
virtual SgDefaultTimeControlTimeControl ()=0
virtual const
SgDefaultTimeControl
TimeControl () const =0

Detailed Description

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.


Constructor & Destructor Documentation

SgObjectWithDefaultTimeControl::~SgObjectWithDefaultTimeControl (  )  [virtual]

Definition at line 119 of file SgTimeControl.cpp.


Member Function Documentation

virtual SgDefaultTimeControl& SgObjectWithDefaultTimeControl::TimeControl (  )  [pure virtual]
virtual const SgDefaultTimeControl& SgObjectWithDefaultTimeControl::TimeControl (  )  const [pure virtual]

The documentation for this class was generated from the following files:


Sun Mar 13 2011 Doxygen 1.7.1