V-ARTContributions
Public Member Functions | Protected Attributes | Friends | List of all members
VART::ViewerGlutOGL::IdleHandler Class Referenceabstract

Idle time handler. More...

#include <viewerglutogl.h>

Public Member Functions

virtual ~IdleHandler ()
 
virtual void OnIdle ()=0
 Called when the application is idle. More...
 

Protected Attributes

ViewerGlutOGL * viewerPtr
 Points to the viewer on which the handler was attached. More...
 

Friends

class ViewerGlutOGL
 

Detailed Description

Idle time handler.

Definition at line 81 of file viewerglutogl.h.

Constructor & Destructor Documentation

virtual VART::ViewerGlutOGL::IdleHandler::~IdleHandler ( )
inlinevirtual

Definition at line 85 of file viewerglutogl.h.

Member Function Documentation

virtual void VART::ViewerGlutOGL::IdleHandler::OnIdle ( )
pure virtual

Called when the application is idle.

Friends And Related Function Documentation

friend class ViewerGlutOGL
friend

Definition at line 83 of file viewerglutogl.h.

Member Data Documentation

ViewerGlutOGL* VART::ViewerGlutOGL::IdleHandler::viewerPtr
protected

Points to the viewer on which the handler was attached.

Definition at line 90 of file viewerglutogl.h.

Referenced by VART::ViewerGlutOGL::SetIdleHandler().


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