- gazebo
- rendering
- ViewController
Base class for view controllers. More...
#include <ViewController.hh>

Public Member Functions | |
| ViewController (UserCamera *camera) | |
| Constructor. | |
| virtual | ~ViewController () |
| Destructor. | |
| virtual void | Init ()=0 |
| virtual void | Init (const math::Vector3 &) |
| virtual void | Update ()=0 |
| void | SetEnabled (bool _value) |
| Set whether the controller is enabled. | |
| virtual void | HandleMouseEvent (const common::MouseEvent &_event)=0 |
| Handle a mouse event. | |
| std::string | GetTypeString () const |
Protected Attributes | |
| UserCamera * | camera |
| bool | enabled |
| std::string | typeString |
Base class for view controllers.
1.7.5.1