structure use to store an object content More...
#include <STOFFOLEParser.hxx>
| Public Member Functions | |
| OleContent (std::string const &dir, std::string const &base) | |
| constructor | |
| std::string | getBaseName () | 
| returns the base name | |
| std::string | getOleName () const | 
| returns the ole name | |
| bool | isParsed () const | 
| returns true if the object if parsed | |
| void | setParsed (bool flag=true) | 
| sets the parsed flag | |
| STOFFPosition const & | getPosition () const | 
| return the image position | |
| void | setPosition (STOFFPosition const &pos) | 
| set the image position | |
| bool | getImageData (librevenge::RVNGBinaryData &data, std::string &type) const | 
| returns the image data | |
| void | setImageData (librevenge::RVNGBinaryData const &data, std::string const &type) | 
| sets the image data | |
| Protected Attributes | |
| std::string | m_dir | 
| the directory | |
| std::string | m_base | 
| the base name | |
| bool | m_isParsed | 
| true if the data has been parsed | |
| STOFFPosition | m_position | 
| the image position (if known) | |
| librevenge::RVNGBinaryData | m_imageData | 
| the image content ( if known ) | |
| std::string | m_imageType | 
| the image type ( if known) | |
structure use to store an object content
| 
 | inline | 
constructor
| 
 | inline | 
returns the base name
Referenced by STOFFOLEParser::readCONTENTS(), and STOFFOLEParser::readContents().
| 
 | inline | 
returns the image data
| 
 | inline | 
returns the ole name
Referenced by STOFFOLEParser::readCONTENTS(), STOFFOLEParser::readContents(), STOFFOLEParser::readOle10Native(), and STOFFOLEParser::readOlePres().
| 
 | inline | 
return the image position
| 
 | inline | 
returns true if the object if parsed
| 
 | inline | 
sets the image data
Referenced by STOFFOLEParser::readCONTENTS(), STOFFOLEParser::readContents(), STOFFOLEParser::readOle10Native(), and STOFFOLEParser::readOlePres().
| 
 | inline | 
sets the parsed flag
Referenced by STOFFOLEParser::readCONTENTS(), STOFFOLEParser::readContents(), STOFFOLEParser::readOle10Native(), and STOFFOLEParser::readOlePres().
| 
 | inline | 
set the image position
Referenced by STOFFOLEParser::readCONTENTS(), STOFFOLEParser::readContents(), and STOFFOLEParser::readOlePres().
| 
 | protected | 
the base name
Referenced by getBaseName(), getOleName(), and OleContent().
| 
 | protected | 
the directory
Referenced by getOleName(), and OleContent().
| 
 | protected | 
the image content ( if known )
Referenced by getImageData(), OleContent(), and setImageData().
| 
 | protected | 
the image type ( if known)
Referenced by getImageData(), OleContent(), and setImageData().
| 
 | protected | 
true if the data has been parsed
Referenced by isParsed(), OleContent(), and setParsed().
| 
 | protected | 
the image position (if known)
Referenced by getPosition(), OleContent(), and setPosition().