Worldstone
|
An imgui ListBox associated to a search filter. More...
#include <SearchableListWidget.h>
Public Member Functions | |
void | replaceElements (Vector< std::string > newElements) |
Replace all the elements of the list by a new one. | |
bool | display () |
Display the filter and the ListBox. More... | |
const char * | getSelectedElement () |
An imgui ListBox associated to a search filter.
Definition at line 8 of file SearchableListWidget.h.
bool SearchableListWidget::display | ( | ) |
Display the filter and the ListBox.
Definition at line 22 of file SearchableListWidget.cpp.
const char * SearchableListWidget::getSelectedElement | ( | ) |
Definition at line 36 of file SearchableListWidget.cpp.