libyui  3.2.3
 All Classes Files Functions Variables Typedefs Enumerations Friends Pages
YTableItem.h File Reference
#include "YItem.h"
Include dependency graph for YTableItem.h:
This graph shows which files directly or indirectly include this file:

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.