![]() |
ImFusion C++ SDK 4.4.0
|
This is the complete list of members for ImFusion::GUI::InputEventMapper< T >, including all inherited members.
| addMapping(T action, MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapper< T > | inline |
| addMapping(T action, KeyEvent::Key button, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapper< T > | inline |
| ImFusion::GUI::InputEventMapperBase::addMapping(int32_t action, MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapperBase | |
| ImFusion::GUI::InputEventMapperBase::addMapping(int32_t action, KeyEvent::Key key, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapperBase | |
| allowsDuplicateMappings() const | ImFusion::GUI::InputEventMapperBase | inline |
| clear() | ImFusion::GUI::InputEventMapperBase | |
| Configurable()=default (defined in ImFusion::Configurable) | ImFusion::Configurable | |
| Configurable(const Configurable &rhs) (defined in ImFusion::Configurable) | ImFusion::Configurable | |
| Configurable(Configurable &&rhs) noexcept (defined in ImFusion::Configurable) | ImFusion::Configurable | |
| configuration(Properties *p) const override | ImFusion::GUI::InputEventMapperBase | virtual |
| configure(const Properties *p) override | ImFusion::GUI::InputEventMapperBase | virtual |
| configureDefaults() | ImFusion::Configurable | virtual |
| m_allowDuplicateMappings (defined in ImFusion::GUI::InputEventMapperBase) | ImFusion::GUI::InputEventMapperBase | protected |
| m_keyboardMappings (defined in ImFusion::GUI::InputEventMapperBase) | ImFusion::GUI::InputEventMapperBase | protected |
| m_mouseMappings (defined in ImFusion::GUI::InputEventMapperBase) | ImFusion::GUI::InputEventMapperBase | protected |
| m_params | ImFusion::Configurable | protected |
| matchAll(const InputEvent &event) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matchAll(MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matchAll(KeyEvent::Key key, Flags< InputEvent::KeyboardModifier > modifiers) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matchAny(const InputEvent &event) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matchAny(MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matchAny(KeyEvent::Key key, Flags< InputEvent::KeyboardModifier > modifiers) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matches(const InputEvent &event, T action) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matches(MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers, T action) const | ImFusion::GUI::InputEventMapper< T > | inline |
| matches(KeyEvent::Key key, Flags< InputEvent::KeyboardModifier > modifiers, T action) const | ImFusion::GUI::InputEventMapper< T > | inline |
| ImFusion::GUI::InputEventMapperBase::matches(const InputEvent &event, int32_t action) const | ImFusion::GUI::InputEventMapperBase | |
| ImFusion::GUI::InputEventMapperBase::matches(MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers, int32_t action) const | ImFusion::GUI::InputEventMapperBase | |
| ImFusion::GUI::InputEventMapperBase::matches(KeyEvent::Key key, Flags< InputEvent::KeyboardModifier > modifiers, int32_t action) const | ImFusion::GUI::InputEventMapperBase | |
| operator=(const Configurable &) (defined in ImFusion::Configurable) | ImFusion::Configurable | |
| operator=(Configurable &&) noexcept (defined in ImFusion::Configurable) | ImFusion::Configurable | |
| registerParameter(ParameterBase *param) | ImFusion::Configurable | |
| removeMapping(T action) | ImFusion::GUI::InputEventMapper< T > | inline |
| removeMapping(T action, MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapper< T > | inline |
| removeMapping(T action, KeyEvent::Key button, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapper< T > | inline |
| ImFusion::GUI::InputEventMapperBase::removeMapping(int32_t action) | ImFusion::GUI::InputEventMapperBase | |
| ImFusion::GUI::InputEventMapperBase::removeMapping(int32_t action, MouseEvent::Button button, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapperBase | |
| ImFusion::GUI::InputEventMapperBase::removeMapping(int32_t action, KeyEvent::Key key, Flags< InputEvent::KeyboardModifier > modifiers) | ImFusion::GUI::InputEventMapperBase | |
| setAllowDuplicateMappings(bool value) | ImFusion::GUI::InputEventMapperBase | inline |
| signalParametersChanged | ImFusion::Configurable | |
| unregisterParameter(const ParameterBase *param) | ImFusion::Configurable | |
| ~Configurable() (defined in ImFusion::Configurable) | ImFusion::Configurable | virtual |
| ~InputEventMapperBase()=default (defined in ImFusion::GUI::InputEventMapperBase) | ImFusion::GUI::InputEventMapperBase | virtual |