Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "core/types.hpp"
#include <cstdint>
#include <map>
#include <string>
#include <tuple>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | iv::gui::sheets::CellDefinition |
struct | iv::gui::sheets::ColumnId |
struct | iv::gui::sheets::ColumnDefinition |
struct | iv::gui::sheets::RowId |
struct | iv::gui::sheets::RowDefinition |
struct | iv::gui::sheets::RowTitleCellDefinition |
struct | iv::gui::sheets::RowCells |
Namespaces | |
namespace | iv |
namespace | iv::gui |
namespace | iv::gui::sheets |
Typedefs | |
typedef std::map< ColumnId, ColumnDefinition > | iv::gui::sheets::ColumnsDefinitions |
typedef std::map< RowId, RowDefinition > | iv::gui::sheets::RowsDefinitions |
typedef std::map< RowId, RowCells > | iv::gui::sheets::RowsCells |