MRWGraphInternal::State Struct Reference

Internal: the state of a MRWGraph. More...

List of all members.

Public Member Functions

 State ()
 constructor
void setDefaultPatternList (int version)
 set the default pattern map
ZonegetZone (int id)
 return a reference to a textzone ( if zone not exists, created it )

Public Attributes

std::map< int, Zonem_zoneMap
 a map id -> textZone
std::vector< Patternm_patternList
 a list patternId -> percent
int m_numPages

Detailed Description

Internal: the state of a MRWGraph.


Constructor & Destructor Documentation

constructor


Member Function Documentation

Zone& MRWGraphInternal::State::getZone ( int  id) [inline]

return a reference to a textzone ( if zone not exists, created it )

set the default pattern map


Member Data Documentation

a list patternId -> percent

Referenced by setDefaultPatternList().

a map id -> textZone

Referenced by getZone().


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