This is the complete list of members for ToyMaker::ActionContext, including all inherited members.
ActionContext(InputManager &inputManager, const ContextName &name) | ToyMaker::ActionContext | inline |
ActionContext(InputManager &&inputManager, const ContextName &name)=delete | ToyMaker::ActionContext | |
ApplyInput(const ActionDefinition &actionDefinition, const ActionData &actionData, const AxisFilter targetAxis, const UnmappedInputValue &inputValue) | ToyMaker::ActionContext | static |
enabled() | ToyMaker::ActionContext | inline |
getTriggeredActions() | ToyMaker::ActionContext | |
InputManager (defined in ToyMaker::ActionContext) | ToyMaker::ActionContext | friend |
mActions | ToyMaker::ActionContext | private |
mActionToInputBinds | ToyMaker::ActionContext | private |
mapToAction(const UnmappedInputValue &inputValue, const InputCombo &inputCombo) | ToyMaker::ActionContext | private |
mEnabled | ToyMaker::ActionContext | private |
mInputBindToAction | ToyMaker::ActionContext | private |
mInputManager (defined in ToyMaker::ActionContext) | ToyMaker::ActionContext | private |
mName | ToyMaker::ActionContext | private |
mPendingTriggeredActions | ToyMaker::ActionContext | private |
mPropagateInput | ToyMaker::ActionContext | private |
propagateAllowed() | ToyMaker::ActionContext | inline |
registerAction(const ActionName &name, InputAttributesType attributes) | ToyMaker::ActionContext | |
registerAction(const nlohmann::json &actionParameters) | ToyMaker::ActionContext | |
registerInputBind(const ActionName &forAction, AxisFilter targetAxis, const InputCombo &withInput) | ToyMaker::ActionContext | |
registerInputBind(const nlohmann::json &inputBindParameters) | ToyMaker::ActionContext | |
resetActionData(const ActionName &forAction, uint32_t timestamp) | ToyMaker::ActionContext | private |
resetActionData(uint32_t timestamp) | ToyMaker::ActionContext | private |
setEnabled(bool enable) | ToyMaker::ActionContext | inline |
setPropagateAllowed(bool allowPropagate) | ToyMaker::ActionContext | inline |
unregisterAction(const ActionName &name) | ToyMaker::ActionContext | |
unregisterInputBind(const InputCombo &inputCombo) | ToyMaker::ActionContext | |
unregisterInputBinds(const ActionName &forAction) | ToyMaker::ActionContext | |
unregisterInputBinds() | ToyMaker::ActionContext | |