MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getComboBox

Method getComboBox

src/Interface/TextList.cpp:1153–1156  ·  view source on GitHub ↗

* Gets the combobox that this list is attached to, if any. * @return the attached combobox. */

Source from the content-addressed store, hash-verified

1151 * @return the attached combobox.
1152 */
1153ComboBox *TextList::getComboBox() const
1154{
1155 return _comboBox;
1156}
1157}

Callers 1

drawTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected