FullWrtStruct::ZoneHeader Struct Reference

a structure used to store the data of a zone header in a FullWrite file More...

#include <FullWrtStruct.hxx>

Inheritance diagram for FullWrtStruct::ZoneHeader:
FullWrtGraphInternal::SideBar FullWrtParserInternal::SideBar

Public Member Functions

 ZoneHeader ()
 constructor
 
 ZoneHeader (ZoneHeader const &)=default
 
virtual ~ZoneHeader ()
 destructor
 
bool read (std::shared_ptr< FullWrtStruct::Entry > zone)
 try to read the data header of a classical zone
 

Public Attributes

int m_type
 the zone type
 
int m_docId
 the doc id
 
int m_fileId
 the file id
 
int m_wrapping
 the wrapping type
 
std::string m_extra
 some extra data
 

Friends

std::ostream & operator<< (std::ostream &o, ZoneHeader const &dt)
 the operator<<
 

Detailed Description

a structure used to store the data of a zone header in a FullWrite file

Constructor & Destructor Documentation

◆ ZoneHeader() [1/2]

FullWrtStruct::ZoneHeader::ZoneHeader ( )
inline

constructor

◆ ZoneHeader() [2/2]

FullWrtStruct::ZoneHeader::ZoneHeader ( ZoneHeader const &  )
default

◆ ~ZoneHeader()

FullWrtStruct::ZoneHeader::~ZoneHeader ( )
virtual

destructor

Member Function Documentation

◆ read()

bool FullWrtStruct::ZoneHeader::read ( std::shared_ptr< FullWrtStruct::Entry zone)

try to read the data header of a classical zone

Referenced by FullWrtParser::readDocZoneData(), FullWrtParser::readGenericDocData(), and FullWrtGraph::readGraphicData().

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  o,
ZoneHeader const &  dt 
)
friend

the operator<<

Member Data Documentation

◆ m_docId

int FullWrtStruct::ZoneHeader::m_docId

◆ m_extra

std::string FullWrtStruct::ZoneHeader::m_extra

some extra data

Referenced by read().

◆ m_fileId

int FullWrtStruct::ZoneHeader::m_fileId

◆ m_type

◆ m_wrapping

int FullWrtStruct::ZoneHeader::m_wrapping

the wrapping type

Referenced by read(), and FullWrtGraph::sendSideBar().


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

Generated on Wed May 3 2023 07:18:29 for libmwaw by doxygen 1.9.6