libyui
3.4.2
|
#include "YItem.h"
Go to the source code of this file.
Classes | |
class | YTableItem |
Item class for YTable items. More... | |
class | YTableCell |
One cell (one column in one row) of a YTableItem. More... | |
Typedefs | |
typedef std::vector< YTableCell * > | YTableCellCollection |
Collection of pointers to YTableCell. | |
typedef YTableCellCollection::iterator | YTableCellIterator |
Mutable iterator over YTableCellCollection. | |
typedef YTableCellCollection::const_iterator | YTableCellConstIterator |
Const iterator over YTableCellCollection. | |