#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) |
|
libcdr::CommonParser::~CommonParser |
( |
| ) |
|
|
virtual |
libcdr::CommonParser::CommonParser |
( |
| ) |
|
|
private |
void libcdr::CommonParser::outputPath |
( |
const std::vector< std::pair< double, double > > & |
points, |
|
|
const std::vector< unsigned char > & |
types |
|
) |
| |
|
protected |
void libcdr::CommonParser::processPath |
( |
const std::vector< std::pair< double, double > > & |
points, |
|
|
const std::vector< unsigned char > & |
types, |
|
|
CDRPath & |
path |
|
) |
| |
|
protected |
double libcdr::CommonParser::readAngle |
( |
librevenge::RVNGInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
void libcdr::CommonParser::readBmpPattern |
( |
unsigned & |
width, |
|
|
unsigned & |
height, |
|
|
std::vector< unsigned char > & |
pattern, |
|
|
unsigned |
length, |
|
|
librevenge::RVNGInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
double libcdr::CommonParser::readCoordinate |
( |
librevenge::RVNGInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
int libcdr::CommonParser::readInteger |
( |
librevenge::RVNGInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
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 |
unsigned libcdr::CommonParser::readUnsigned |
( |
librevenge::RVNGInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
unsigned short libcdr::CommonParser::readUnsignedShort |
( |
librevenge::RVNGInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: