![]() |
Pioneer
|
#include <SectorView.h>


Public Member Functions | |
| void | RegisterBindings () override |
Public Member Functions inherited from Input::InputFrame | |
| InputFrame (Input::Manager *man, bool modal=false) | |
| virtual void | RegisterBindings () |
| Action * | AddAction (std::string id) |
| Axis * | AddAxis (std::string id) |
Public Attributes | |
| Action * | mapToggleSelectionFollowView |
| Action * | mapWarpToCurrent |
| Action * | mapWarpToSelected |
| Action * | mapViewReset |
Public Attributes inherited from Input::InputFrame | |
| std::vector< Action * > | actions |
| std::vector< Axis * > | axes |
| Manager * | manager = nullptr |
| bool | active = false |
| bool | modal = false |
| sigc::signal< void, InputFrame * > | onFrameAdded |
| sigc::signal< void, InputFrame * > | onFrameRemoved |
Additional Inherited Members | |
Public Types inherited from Input::InputFrame | |
| using | Axis = InputBindings::Axis |
| using | Action = InputBindings::Action |
|
overridevirtual |
| Action* SectorView::InputBinding::mapToggleSelectionFollowView |
| Action* SectorView::InputBinding::mapViewReset |
| Action* SectorView::InputBinding::mapWarpToCurrent |
| Action* SectorView::InputBinding::mapWarpToSelected |