An inactive manipulator. More...
#include <trackmode.h>
Public Member Functions | |
void | Draw (Trackball *trackball) |
Render this manipulator. | |
const char * | Name () |
Return this manipulator's name. |
An inactive manipulator.
This manipulator is useful only for drawing the inactive trackball and for feeding occasional Trackball's modes with inactive manipulators.
Definition at line 178 of file trackmode.h.
void InactiveMode::Draw | ( | Trackball * | trackball | ) | [virtual] |
Render this manipulator.
trackball | the manipulator manager. |
Reimplemented from vcg::TrackMode.
Definition at line 172 of file trackmode.cpp.
const char* vcg::InactiveMode::Name | ( | ) | [inline, virtual] |
Return this manipulator's name.
Reimplemented from vcg::TrackMode.
Definition at line 185 of file trackmode.h.