ScriptWriterParserInternal::HFData Struct Reference

Internal: the data of a header footer of a ScriptWriterParser. More...

Public Member Functions

 HFData ()
 constructor More...
 
bool empty () const
 returns true if the zone is empty More...
 
bool hasDate () const
 returns true if the zone has a date More...
 
bool hasPageNumber () const
 returns true if the zone has a page number More...
 

Public Attributes

int m_numFrames
 the number of frames: text zone More...
 
std::vector< Framem_frames
 the list of frames More...
 
MWAWVec2i m_pageNumberOrigin
 the page number origin, only valid if 0<dim[0]<1000 More...
 
MWAWVec2i m_dateOrigin
 the date field origin, only valid if 0<dim[0]<1000 More...
 
bool m_hasPicture
 a flag to know if there is a picture More...
 
MWAWBox2i m_picturePosition
 the picture position More...
 
MWAWEntry m_picture
 the picture entry More...
 

Detailed Description

Internal: the data of a header footer of a ScriptWriterParser.

Constructor & Destructor Documentation

◆ HFData()

ScriptWriterParserInternal::HFData::HFData ( )
inline

constructor

Member Function Documentation

◆ empty()

bool ScriptWriterParserInternal::HFData::empty ( ) const
inline

returns true if the zone is empty

◆ hasDate()

bool ScriptWriterParserInternal::HFData::hasDate ( ) const
inline

returns true if the zone has a date

Referenced by empty(), and ScriptWriterParser::send().

◆ hasPageNumber()

bool ScriptWriterParserInternal::HFData::hasPageNumber ( ) const
inline

returns true if the zone has a page number

Referenced by empty().

Member Data Documentation

◆ m_dateOrigin

MWAWVec2i ScriptWriterParserInternal::HFData::m_dateOrigin

the date field origin, only valid if 0<dim[0]<1000

Referenced by hasDate(), ScriptWriterParser::readDocument(), and ScriptWriterParser::send().

◆ m_frames

std::vector<Frame> ScriptWriterParserInternal::HFData::m_frames

the list of frames

Referenced by empty().

◆ m_hasPicture

bool ScriptWriterParserInternal::HFData::m_hasPicture

a flag to know if there is a picture

Referenced by empty(), and ScriptWriterParser::readDocument().

◆ m_numFrames

int ScriptWriterParserInternal::HFData::m_numFrames

the number of frames: text zone

Referenced by ScriptWriterParser::readDocument().

◆ m_pageNumberOrigin

MWAWVec2i ScriptWriterParserInternal::HFData::m_pageNumberOrigin

the page number origin, only valid if 0<dim[0]<1000

Referenced by hasPageNumber(), and ScriptWriterParser::readDocument().

◆ m_picture

MWAWEntry ScriptWriterParserInternal::HFData::m_picture

the picture entry

◆ m_picturePosition

MWAWBox2i ScriptWriterParserInternal::HFData::m_picturePosition

the picture position

Referenced by ScriptWriterParser::readDocument().


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

Generated for libmwaw by doxygen 1.8.14