Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.h357 …virtual C4StyledItemDelegateWithButton::ButtonType GetOptionComboBoxButtonType() const { return C4… in GetOptionComboBoxButtonType() function
434 …C4StyledItemDelegateWithButton::ButtonType GetOptionComboBoxButtonType() const override { return C… in GetOptionComboBoxButtonType() function
H A DC4ConsoleQtPropListViewer.cpp1511 editor->option_box = new C4DeepQComboBox(editor, GetOptionComboBoxButtonType(), allow_editing); in CreateEditor()