#include "CEGUIBase.h"
#include "CEGUIWindow.h"
#include "elements/CEGUIListboxProperties.h"
#include <vector>
Include dependency graph for CEGUIListbox.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::Listbox |
Base class for standard Listbox widget. More... | |
Functions | |
bool | CEGUI::lbi_less (const ListboxItem *a, const ListboxItem *b) |
Helper function used in sorting to compare two list box item text strings via the ListboxItem pointers and return if a is less than b. | |
bool | CEGUI::lbi_greater (const ListboxItem *a, const ListboxItem *b) |
Helper function used in sorting to compare two list box item text strings via the ListboxItem pointers and return if a is greater than b. |