Canvas5Parser::Item Struct Reference

a structure used to store the item data of a Canvas5Parser More...

#include <Canvas5Parser.hxx>

Public Member Functions

 Item ()
 constructor More...
 

Public Attributes

int m_id
 the identifier More...
 
unsigned m_type
 the type (if known) More...
 
long m_length
 the data length (from current position) More...
 
long m_pos
 the data beginning position (may be before the current position: v9) More...
 
int m_decal
 the decal position More...
 

Detailed Description

a structure used to store the item data of a Canvas5Parser

Constructor & Destructor Documentation

◆ Item()

Canvas5Parser::Item::Item ( )
inline

constructor

Member Data Documentation

◆ m_decal

int Canvas5Parser::Item::m_decal

the decal position

Referenced by Canvas5Parser::readArray9().

◆ m_id

◆ m_length

◆ m_pos

◆ m_type

unsigned Canvas5Parser::Item::m_type

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

Generated for libmwaw by doxygen 1.8.14