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

JazzSSParserInternal::State::State ( )
inline

constructor

Member Data Documentation

MWAWVec2i JazzSSParserInternal::State::m_dimensions

the sheet dimensions

MWAWFont JazzSSParserInternal::State::m_font

the cell default font

bool JazzSSParserInternal::State::m_isDatabase

true if the file is a database file

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

map of cells sorted by columns

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

the columns width


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

Generated on Thu May 30 2024 13:09:16 for libmwaw by doxygen 1.8.10