JazzSSParserInternal::State Struct Reference

Internal: the state of a JazzSSParser. More...

Public Member Functions

 State ()
 constructor More...
 

Public Attributes

bool m_isDatabase
 true if the file is a database file More...
 
MWAWVec2i m_dimensions
 the sheet dimensions More...
 
MWAWFont m_font
 the cell default font More...
 
std::vector< float > m_widths
 the columns width More...
 
std::map< MWAWVec2i, Cellm_posToCells
 map of cells sorted by columns More...
 

Detailed Description

Internal: the state of a JazzSSParser.

Constructor & Destructor Documentation

◆ State()

JazzSSParserInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_dimensions

MWAWVec2i JazzSSParserInternal::State::m_dimensions

the sheet dimensions

◆ m_font

MWAWFont JazzSSParserInternal::State::m_font

the cell default font

◆ m_isDatabase

bool JazzSSParserInternal::State::m_isDatabase

true if the file is a database file

◆ m_posToCells

std::map<MWAWVec2i, Cell> JazzSSParserInternal::State::m_posToCells

map of cells sorted by columns

◆ m_widths

std::vector<float> JazzSSParserInternal::State::m_widths

the columns width


The documentation for this struct was generated from the following file:

Generated for libmwaw by doxygen 1.8.14