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