MarinerWrtParserInternal::Zone Struct Reference

Internal: the struct used to store the zone of a MarinerWrtParser. More...

Public Types

enum  Type {
  Z_Main, Z_Footnote, Z_Header, Z_Footer,
  Z_Unknown
}
 a enum to define the diffent zone type More...
 

Public Member Functions

 Zone ()
 constructor More...
 

Public Attributes

int m_id
 the zone id More...
 
uint32_t m_fileId
 the file zone id More...
 
Type m_type
 the zone type More...
 
bool m_endNote
 a flag to know if this an endnote More...
 
long m_height
 height of the zone More...
 
MWAWVec2l m_RBpos
 right/bottom position More...
 
MWAWBox2l m_dim
 the zone total position More...
 
MWAWBox2i m_pageDim
 the page dimension (?) More...
 
MWAWBox2i m_pageTextDim
 the zone of text dimension ( ie page less margins) More...
 
MWAWSection m_section
 the section More...
 
MWAWColor m_backgroundColor
 the background color More...
 
std::string m_extra
 extra data More...
 

Friends

std::ostream & operator<< (std::ostream &o, Zone const &zone)
 operator<< More...
 

Detailed Description

Internal: the struct used to store the zone of a MarinerWrtParser.

Member Enumeration Documentation

a enum to define the diffent zone type

Enumerator
Z_Main 
Z_Footnote 
Z_Header 
Z_Footer 
Z_Unknown 

Constructor & Destructor Documentation

MarinerWrtParserInternal::Zone::Zone ( )
inline

constructor

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Zone const &  zone 
)
friend

operator<<

Member Data Documentation

MWAWColor MarinerWrtParserInternal::Zone::m_backgroundColor
MWAWBox2l MarinerWrtParserInternal::Zone::m_dim
bool MarinerWrtParserInternal::Zone::m_endNote

a flag to know if this an endnote

Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().

std::string MarinerWrtParserInternal::Zone::m_extra
uint32_t MarinerWrtParserInternal::Zone::m_fileId
long MarinerWrtParserInternal::Zone::m_height
int MarinerWrtParserInternal::Zone::m_id

the zone id

MWAWBox2i MarinerWrtParserInternal::Zone::m_pageDim

the page dimension (?)

MWAWBox2i MarinerWrtParserInternal::Zone::m_pageTextDim

the zone of text dimension ( ie page less margins)

MWAWVec2l MarinerWrtParserInternal::Zone::m_RBpos
MWAWSection MarinerWrtParserInternal::Zone::m_section

the section

Type MarinerWrtParserInternal::Zone::m_type

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

Generated on Thu Jul 9 2015 20:26:41 for libmwaw by doxygen 1.8.8