|
GG
|
#include <GG/AlignmentFlags.h>#include <GG/ClrConstants.h>#include <GG/Control.h>#include <GG/Timer.h>#include <set>Go to the source code of this file.
Classes | |
| class | GG::ListBox |
| A flexible control that can contain rows and columns of other controls, even other ListBoxes. More... | |
| struct | GG::ListBox::RowPtrIteratorLess< Cont > |
| Sorts iterators to ListBox::Row*s from a container of ListBox::Row*s. More... | |
| struct | GG::ListBox::Row |
| A single item in a listbox. More... | |
| struct | GG::ListBox::DefaultRowCmp< RowType > |
| Sorts two Rows of a ListBox using operator<() on the Row::SortKeyType provided by the rows' SortKey() methods. More... | |
Namespaces | |
| namespace | GG |
Functions | |
| GG::GG_FLAG_TYPE (ListBoxStyle) | |
Variables | |
| GG_API const ListBoxStyle | GG::LIST_NONE |
| GG_API const ListBoxStyle | GG::LIST_VCENTER |
| GG_API const ListBoxStyle | GG::LIST_TOP |
| GG_API const ListBoxStyle | GG::LIST_BOTTOM |
| GG_API const ListBoxStyle | GG::LIST_CENTER |
| GG_API const ListBoxStyle | GG::LIST_LEFT |
| GG_API const ListBoxStyle | GG::LIST_RIGHT |
| GG_API const ListBoxStyle | GG::LIST_NOSORT |
| GG_API const ListBoxStyle | GG::LIST_SORTDESCENDING |
| GG_API const ListBoxStyle | GG::LIST_NOSEL |
| GG_API const ListBoxStyle | GG::LIST_SINGLESEL |
| GG_API const ListBoxStyle | GG::LIST_QUICKSEL |
| GG_API const ListBoxStyle | GG::LIST_USERDELETE |
| GG_API const ListBoxStyle | GG::LIST_BROWSEUPDATES |
Contains the ListBox class, a control that contains rows of other controls, commonly TextControls.
Definition in file ListBox.h.
1.8.1