MultiplanParserInternal::Zone Struct Reference

a data cell zone More...

Public Types

enum  Type {
  Zone0 =0, Link, FileName, SharedData,
  Name, CellData, CellPosition, Undef
}
 the different enum type More...
 

Public Member Functions

 Zone ()
 constructor More...
 
bool isValid () const
 returns true if the zone entry is valid More...
 

Static Public Member Functions

static std::string getName (int type)
 returns the name corresponding to a type More...
 

Public Attributes

WPSEntry m_entry
 the zone data More...
 
std::set< int > m_positionsSet
 list of position in the zone More...
 

Detailed Description

a data cell zone

Member Enumeration Documentation

◆ Type

the different enum type

Enumerator
Zone0 
Link 
FileName 
SharedData 
Name 
CellData 
CellPosition 
Undef 

Constructor & Destructor Documentation

◆ Zone()

MultiplanParserInternal::Zone::Zone ( )
inline

constructor

Member Function Documentation

◆ getName()

static std::string MultiplanParserInternal::Zone::getName ( int  type)
inlinestatic

returns the name corresponding to a type

Referenced by MultiplanParser::readZonesList(), and MultiplanParser::readZonesListV2().

◆ isValid()

bool MultiplanParserInternal::Zone::isValid ( ) const
inline

returns true if the zone entry is valid

Member Data Documentation

◆ m_entry

WPSEntry MultiplanParserInternal::Zone::m_entry

the zone data

◆ m_positionsSet

std::set<int> MultiplanParserInternal::Zone::m_positionsSet

list of position in the zone


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

Generated on Fri May 27 2022 03:07:01 for libwps by doxygen 1.8.14