Internal: the state of a ClarisDrawGraph.  
 More...
Internal: the state of a ClarisDrawGraph. 
◆ State()
  
  | 
        
          | ClarisDrawGraphInternal::State::State | ( |  | ) |  |  | inline | 
 
 
◆ isEmptyGroup()
  
  | 
        
          | bool ClarisDrawGraphInternal::State::isEmptyGroup | ( | int | gId | ) | const |  | inline | 
 
returns true if a group does not exist or is empty 
 
 
◆ m_bitmapMap
      
        
          | std::map<int, std::shared_ptr<Bitmap> > ClarisDrawGraphInternal::State::m_bitmapMap | 
      
 
 
◆ m_frameId
      
        
          | int ClarisDrawGraphInternal::State::m_frameId | 
      
 
 
◆ m_groupMap
      
        
          | std::map<int, std::shared_ptr<Group> > ClarisDrawGraphInternal::State::m_groupMap | 
      
 
 
◆ m_groupSet
      
        
          | std::set<int> ClarisDrawGraphInternal::State::m_groupSet | 
      
 
stack of send group(used avoid infinite loop- 
 
 
◆ m_masterId
      
        
          | int ClarisDrawGraphInternal::State::m_masterId | 
      
 
the master group id ( in a draw file ) 
 
 
◆ m_numPages
      
        
          | int ClarisDrawGraphInternal::State::m_numPages | 
      
 
 
◆ m_pageDimensions
      
        
          | MWAWVec2f ClarisDrawGraphInternal::State::m_pageDimensions | 
      
 
the page dimension if known (in point) 
 
 
◆ m_positionsComputed
      
        
          | bool ClarisDrawGraphInternal::State::m_positionsComputed | 
      
 
true if the ClarisDrawGraph::computePositions was called 
 
 
◆ m_transformations
      
        
          | std::vector<Transformation> ClarisDrawGraphInternal::State::m_transformations | 
      
 
the list of transformation 
 
 
The documentation for this struct was generated from the following file: