|
GATE
C/C++ Framework
|
Listview and Itemview controls. More...
#include "gate/ui/gate_ui_api.hpp"#include "gate/ui/listviews.h"#include "gate/ui/gateui.hpp"#include "gate/ui/graphics.hpp"#include "gate/atomics.hpp"#include "gate/results.hpp"#include "gate/exceptions.hpp"#include "gate/comparers.hpp"#include "gate/maps.hpp"Data Structures | |
| class | Listbox |
| Simple listbox control, single list entries. More... | |
| class | KeyListbox< KEY, COMPARER > |
| KEY-based single listbox control. More... | |
| class | Listview |
| Detail-view listview control. More... | |
| class | KeyListview< KEY, COMPARER > |
| Key-based detail listview control. More... | |
| class | Itemview |
| Linear item-list control with additional info attached. More... | |
| class | KeyItemview< KEY, COMPARER > |
| Key based itemview control. More... | |
Listview and Itemview controls.