ListBox.h File Reference

Contains the ListBox class, a control that contains rows of other controls, commonly TextControls. More...

#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


Detailed Description

Contains the ListBox class, a control that contains rows of other controls, commonly TextControls.

Definition in file ListBox.h.


Generated on Wed Mar 26 14:35:42 2008 for GG by  doxygen 1.5.2