AbstractRowFilter | Abstract filter for filtering table rows |
AbstractTableModel | Abstract model providing information about rows of a table |
ChildTable< ROW, DIMS > | Table with two indexes for rows with a primary key and a foreign key |
CrossTable< ROW, DIMS > | Table for rows with two foreign keys which form a unique pair |
ForeignConstIndex< ROW > | Foreign key index for constant rows |
ForeignConstIndex< void > | Typeless specialization of the foreign key constant index |
ForeignConstIterator< ROW > | Constant iterator for rows with a given foreign key value |
ForeignConstIterator< void > | Typeless specialization of the constant foreign iterator |
ForeignIndex< ROW > | Foreign key index for non-const rows |
ForeignIndex< void > | Typeless specialization of the foreign key index |
ForeignIterator< ROW > | Non-const iterator for rows with a given foreign key value |
ForeignIterator< void > | Typeless specialization of the non-const foreign iterator |
ForeignIteratorBase | Base class for foreign iterators |
IndexConstIterator< ROW > | Constant iterator for all rows in an index |
IndexConstIterator< void > | Typeless specialization of the constant index iterator |
IndexIterator< ROW > | Non-const iterator for all rows in an index |
IndexIterator< void > | Typeless specialization of the non-const index iterator |
IndexIteratorBase | Base class for index iterators |
IndexPairWrapper | Base class for pair indexes |
IndexWrapper | Base class for indexes and iterators |
SimpleTable< ROW, DIMS > | Table with one index for rows with a single primary key |
TableBase< ROW, DIMS > | Base of all table templates |
TableItemModel | Item model populated with items from RDB tables |
UniqueConstIndex< ROW > | Unique key index for constant rows |
UniqueConstIndex< void > | Typeless specialization of the unique key constant index |
UniqueIndex< ROW > | Unique key index for non-const rows |
UniqueIndex< void > | Typeless specialization of the unique key index |
UniquePairConstIndex< ROW > | Unique pair of foreign key indexes for constant rows |
UniquePairIndex< ROW > | Unique pair of foreign key indexes for non-const rows |