libyui
3.3.1
|
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | YItem |
Simple item class for SelectionBox, ComboBox, MultiSelectionBox etc. More... | |
Typedefs | |
typedef std::vector< YItem * > | YItemCollection |
Collection of pointers to YItem. | |
typedef YItemCollection::iterator | YItemIterator |
Mutable iterator over YItemCollection. | |
typedef YItemCollection::const_iterator | YItemConstIterator |
Const iterator over YItemCollection. | |