Home
last modified time | relevance | path

Searched refs:UpdateOptionIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.h393 void UpdateOptionIndex(Editor *editor, int idx, const QString *custom_text) const;
H A DC4ConsoleQtPropListViewer.cpp1518 if (!editor->updating) this->UpdateOptionIndex(editor, newval, nullptr); }); in CreateEditor()
1525 this->UpdateOptionIndex(editor, GetOptionByValue(C4VString(new_text.toUtf8())), &new_text); in CreateEditor()
1536 void C4PropertyDelegateEnum::UpdateOptionIndex(C4PropertyDelegateEnum::Editor *editor, int newval, … in UpdateOptionIndex() function in C4PropertyDelegateEnum