#include <IMenuListener.h>
Public Member Functions | |
virtual void | ProcessMenuEvents (int option)=0 |
It's called when a right mouse button menu event is fired. | |
Protected Member Functions | |
IMenuListener (void) | |
Contructor hidden from user. | |
virtual | ~IMenuListener (void)=0 |
Destructor hidden from user. |
virtual void GlutWrapper::IMenuListener::ProcessMenuEvents | ( | int | option | ) | [pure virtual] |
It's called when a right mouse button menu event is fired.
option | the option related to the event |
Implemented in GpuQuadraticCurveRender::Runner.