small class use to define a embedded object More...
#include <libmwaw_internal.hxx>
Public Member Functions | |
MWAWEmbeddedObject () | |
empty constructor More... | |
MWAWEmbeddedObject (librevenge::RVNGBinaryData const &binaryData, std::string const &type="image/pict") | |
constructor More... | |
MWAWEmbeddedObject (MWAWEmbeddedObject const &)=default | |
MWAWEmbeddedObject & | operator= (MWAWEmbeddedObject const &)=default |
MWAWEmbeddedObject & | operator= (MWAWEmbeddedObject &&)=default |
~MWAWEmbeddedObject () | |
destructor More... | |
bool | isEmpty () const |
return true if the picture contains no data More... | |
void | add (librevenge::RVNGBinaryData const &binaryData, std::string const &type="image/pict") |
add a picture More... | |
bool | addTo (librevenge::RVNGPropertyList &propList) const |
add the link property to proplist More... | |
int | cmp (MWAWEmbeddedObject const &pict) const |
a comparison function More... | |
Public Attributes | |
std::vector< librevenge::RVNGBinaryData > | m_dataList |
the picture content: one data by representation More... | |
std::vector< std::string > | m_typeList |
the picture type: one type by representation More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, MWAWEmbeddedObject const &pict) |
operator<< More... | |
small class use to define a embedded object
|
inline |
empty constructor
|
inline |
constructor
|
default |
MWAWEmbeddedObject::~MWAWEmbeddedObject | ( | ) |
destructor
|
inline |
add a picture
Referenced by MWAWEmbeddedObject(), PowerPoint1Parser::readPicture(), and PowerPoint3Parser::readPictureContent().
bool MWAWEmbeddedObject::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add the link property to proplist
Referenced by MWAWTextListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertPicture(), MWAWSpreadsheetListener::insertPicture(), and MWAWTextListener::insertShape().
int MWAWEmbeddedObject::cmp | ( | MWAWEmbeddedObject const & | pict | ) | const |
a comparison function
Referenced by MWAWGraphicStyle::Pattern::cmp().
|
inline |
return true if the picture contains no data
Referenced by operator<<(), PowerPoint3Parser::readPictureDefinition(), CorelPainterParser::readResource(), ApplePictParser::readZone(), PowerPoint1Parser::sendPicture(), JazzWriterParser::sendPLC(), and Canvas5StyleManager::updateSurfaceColor().
|
default |
|
default |
|
friend |
operator<<
std::vector<librevenge::RVNGBinaryData> MWAWEmbeddedObject::m_dataList |
the picture content: one data by representation
Referenced by add(), addTo(), MWAWGraphicStyle::addTo(), cmp(), ApplePictParser::drawBitmap(), ApplePictParser::drawPixmap(), MWAWGraphicStyle::Pattern::empty(), MacDraft5StyleManager::getBitmap(), MacDraft5StyleManager::getPixmap(), isEmpty(), CanvasGraph::readFileBitmap(), MacWrtParser::readGraphic(), Canvas5Structure::readPreview(), CorelPainterParser::readResource(), Canvas5Image::readVKFL(), libmwaw_applepict1::Bitmap::saveBitmap(), CorelPainterParser::sendBitmap(), MacDrawParser::sendBitmap(), MacDraftParser::sendBitmap(), and MacDrawProParser::sendBitmap().
std::vector<std::string> MWAWEmbeddedObject::m_typeList |
the picture type: one type by representation
Referenced by add(), addTo(), MWAWGraphicStyle::addTo(), cmp(), and operator<<().