GEOS
|
#include "common/DataTypes.hpp"
#include "TableTypes.hpp"
#include <variant>
#include "common/logger/Logger.hpp"
Go to the source code of this file.
Classes | |
class | geos::TableLayout |
Class for setup the table layout. More... | |
struct | geos::TableLayout::ColumnAlignement |
Structure to set up values m_alignment for each colum. More... | |
class | geos::TableLayout::CellLayout |
View on cell data with information to display it in a table (content, type, alignment, ...). More... | |
class | geos::TableLayout::Cell |
Represents a cell in a table with ownership of its text data. More... | |
class | geos::TableLayout::Column |
Class representing a column in a table layout. More... | |
class | geos::TableLayout::DeepFirstIterator |
Iterator to loop over all columns, starting by the deepest sub columns, then to their parents, then to their siblings. More... | |
class | geos::PreparedTableLayout |
Variation of the TableLayout to store precomputed layout information, ready to be formatted. More... | |
Namespaces | |
geos | |