#include <CommonParser.h>
|  | 
| double | readCoordinate (librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| unsigned | readUnsigned (librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| unsigned short | readUnsignedShort (librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| int | readInteger (librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| double | readAngle (librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| void | readRImage (unsigned &colorModel, unsigned &width, unsigned &height, unsigned &bpp, std::vector< unsigned > &palette, std::vector< unsigned char > &bitmap, librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| void | readBmpPattern (unsigned &width, unsigned &height, std::vector< unsigned char > &pattern, unsigned length, librevenge::RVNGInputStream *input, bool bigEndian=false) | 
|  | 
| void | processPath (const std::vector< std::pair< double, double > > &points, const std::vector< unsigned char > &types, CDRPath &path) | 
|  | 
| void | outputPath (const std::vector< std::pair< double, double > > &points, const std::vector< unsigned char > &types) | 
|  | 
◆ CommonParser() [1/3]
◆ ~CommonParser()
  
  | 
        
          | libcdr::CommonParser::~CommonParser | ( |  | ) |  |  | virtual | 
 
 
◆ CommonParser() [2/3]
  
  | 
        
          | libcdr::CommonParser::CommonParser | ( |  | ) |  |  | private | 
 
 
◆ CommonParser() [3/3]
◆ operator=()
◆ outputPath()
  
  | 
        
          | void libcdr::CommonParser::outputPath | ( | const std::vector< std::pair< double, double > > & | points, |  
          |  |  | const std::vector< unsigned char > & | types |  
          |  | ) |  |  |  | protected | 
 
 
◆ processPath()
  
  | 
        
          | void libcdr::CommonParser::processPath | ( | const std::vector< std::pair< double, double > > & | points, |  
          |  |  | const std::vector< unsigned char > & | types, |  
          |  |  | CDRPath & | path |  
          |  | ) |  |  |  | protected | 
 
 
◆ readAngle()
  
  | 
        
          | double libcdr::CommonParser::readAngle | ( | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ readBmpPattern()
  
  | 
        
          | void libcdr::CommonParser::readBmpPattern | ( | unsigned & | width, |  
          |  |  | unsigned & | height, |  
          |  |  | std::vector< unsigned char > & | pattern, |  
          |  |  | unsigned | length, |  
          |  |  | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ readCoordinate()
  
  | 
        
          | double libcdr::CommonParser::readCoordinate | ( | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ readInteger()
  
  | 
        
          | int libcdr::CommonParser::readInteger | ( | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ readRImage()
  
  | 
        
          | void libcdr::CommonParser::readRImage | ( | unsigned & | colorModel, |  
          |  |  | unsigned & | width, |  
          |  |  | unsigned & | height, |  
          |  |  | unsigned & | bpp, |  
          |  |  | std::vector< unsigned > & | palette, |  
          |  |  | std::vector< unsigned char > & | bitmap, |  
          |  |  | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ readUnsigned()
  
  | 
        
          | unsigned libcdr::CommonParser::readUnsigned | ( | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ readUnsignedShort()
  
  | 
        
          | unsigned short libcdr::CommonParser::readUnsignedShort | ( | librevenge::RVNGInputStream * | input, |  
          |  |  | bool | bigEndian = false |  
          |  | ) |  |  |  | protected | 
 
 
◆ m_collector
◆ m_precision
The documentation for this class was generated from the following files: