Overview   Project   Class   Tree   Deprecated   Index 
CarnegieMellonGraphics
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

CarnegieMellonGraphics2
Class TimerEvent

   in CarnegieMellonGraphics.h

class TimerEvent

TimerEvents are used to keep track of events that happen at regular intervals. Note: Do not instantiate one directly, use Window::registerNewTimerEvent or Window::startTimer to create one.


Constructor Summary
TimerEvent( int timerid )
          
TimerEvent()
          
TimerEvent( const TimerEvent& te )
          
 
Method Summary
 int getTimerID() const
          
 bool operator!=( const TimerEvent& rhs ) const
          
 bool operator==( const TimerEvent& rhs ) const
          
 

Constructor Detail

TimerEvent

public TimerEvent( int timerid );

TimerEvent

public TimerEvent();

TimerEvent

public TimerEvent( const TimerEvent& te );


Method Detail

getTimerID

public int getTimerID() const;

operator!=

public bool operator!=( const TimerEvent& rhs ) const;

operator==

public bool operator==( const TimerEvent& rhs ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
CarnegieMellonGraphics
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD