#include <GG/AlignmentFlags.h>
#include <GG/Control.h>
#include <GG/Timer.h>
#include <set>
#include <boost/serialization/version.hpp>
Go to the source code of this file.
Namespaces | |
namespace | GG |
Classes | |
class | GG::ListBox |
a flexible control that can contain rows and columns of other controls, even other ListBoxes. More... | |
struct | GG::ListBox::Row |
This is 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... | |
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 |
Definition in file ListBox.h.