V-ARTContributions
|
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 |
Idle time handler.
Definition at line 81 of file viewerglutogl.h.
|
inlinevirtual |
Definition at line 85 of file viewerglutogl.h.
|
pure virtual |
Called when the application is idle.
|
friend |
Definition at line 83 of file viewerglutogl.h.
|
protected |
Points to the viewer on which the handler was attached.
Definition at line 90 of file viewerglutogl.h.
Referenced by VART::ViewerGlutOGL::SetIdleHandler().