Home
last modified time | relevance | path

Searched refs:ControlEnvironment (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerEmu/
H A DControllerEmu.cpp44 ciface::ExpressionParser::ControlEnvironment env(devi, GetDefaultDevice(), m_expression_vars); in UpdateReferences()
49 void EmulatedController::UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env) in UpdateReferences()
77 ciface::ExpressionParser::ControlEnvironment env(devi, GetDefaultDevice(), m_expression_vars); in UpdateSingleControlReference()
H A DControllerEmu.h222 ciface::ExpressionParser::ControlEnvironment::VariableContainer m_expression_vars;
224 void UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp280 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences()
404 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences()
421 void UpdateReferences(ControlEnvironment&) override in UpdateReferences() argument
463 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences()
532 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences()
571 void UpdateReferences(ControlEnvironment& env) override in UpdateReferences()
587 std::shared_ptr<Device> ControlEnvironment::FindDevice(ControlQualifier qualifier) const in FindDevice()
595 Device::Input* ControlEnvironment::FindInput(ControlQualifier qualifier) const in FindInput()
604 Device::Output* ControlEnvironment::FindOutput(ControlQualifier qualifier) const in FindOutput()
613 ControlState* ControlEnvironment::GetVariablePtr(const std::string& name) in GetVariablePtr()
H A DExpressionParser.h140 class ControlEnvironment
145 ControlEnvironment(const Core::DeviceContainer& container_, const Core::DeviceQualifier& default_, in ControlEnvironment() function
169 virtual void UpdateReferences(ControlEnvironment& finder) = 0;
H A DFunctionExpression.h35 void UpdateReferences(ControlEnvironment& env) override;
H A DControlReference.cpp27 void ControlReference::UpdateReference(ciface::ExpressionParser::ControlEnvironment& env) in UpdateReference()
H A DControlReference.h39 void UpdateReference(ciface::ExpressionParser::ControlEnvironment& env);
H A DFunctionExpression.cpp701 void FunctionExpression::UpdateReferences(ControlEnvironment& env) in UpdateReferences()