Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/player/
H A DC4ScenarioParameters.h65 const Option *GetOptionByValue(int32_t val) const;
H A DC4ScenarioParameters.cpp32 const C4ScenarioParameterDef::Option *C4ScenarioParameterDef::GetOptionByValue(int32_t val) const in GetOptionByValue() function in C4ScenarioParameterDef
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Deditorcolourset.h103 OptionColour* GetOptionByValue(HighlightLanguage lang, int value);
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameOptions.cpp144 const C4ScenarioParameterDef::Option *option = ParameterDef->GetOptionByValue(val); in Update()
H A DC4StartupScenSelDlg.cpp714 const C4ScenarioParameterDef::Option *opt = def->GetOptionByValue(val); in LoadCustomPre()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp1252 int32_t C4PropertyDelegateEnum::GetOptionByValue(const C4Value &val) const in GetOptionByValue() function in C4PropertyDelegateEnum
1396 int32_t index = GetOptionByValue(val); in SetEditorData()
1525 this->UpdateOptionIndex(editor, GetOptionByValue(C4VString(new_text.toUtf8())), &new_text); in CreateEditor()
1574 int32_t idx = GetOptionByValue(v); in GetDisplayString()
1614 int32_t option_idx = GetOptionByValue(val); in GetShapeDelegate()
1632 int32_t option_idx = GetOptionByValue(val); in Paint()
1659 int32_t option_idx = GetOptionByValue(val); in IsPasteValid()
H A DC4ConsoleQtPropListViewer.h389 int32_t GetOptionByValue(const C4Value &val) const;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Deditorcolourset.cpp300 if (checkIfExists && GetOptionByValue(lang, option->value)) in AddOption()
357 OptionColour* EditorColourSet::GetOptionByValue(HighlightLanguage lang, int value) in GetOptionByValue() function in EditorColourSet