Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
structs.hpp File Reference
#include "core/types.hpp"
#include <cstdint>
#include <map>
#include <string>
#include <tuple>
#include <unordered_map>
Include dependency graph for structs.hpp:
This graph shows which files directly or indirectly include this file:

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, ColumnDefinitioniv::gui::sheets::ColumnsDefinitions
 
typedef std::map< RowId, RowDefinitioniv::gui::sheets::RowsDefinitions
 
typedef std::map< RowId, RowCellsiv::gui::sheets::RowsCells