small class use to define a embedded object
More...
#include <libwps_internal.h>
|
| WPSEmbeddedObject () |
| empty constructor
|
|
| WPSEmbeddedObject (librevenge::RVNGBinaryData const &binaryData, std::string type="image/pict") |
| constructor
|
|
virtual | ~WPSEmbeddedObject () |
| destructor
|
|
bool | isEmpty () const |
| return true if the picture contains no data
|
|
void | add (librevenge::RVNGBinaryData const &binaryData, std::string type="image/pict") |
| add a picture
|
|
bool | addTo (librevenge::RVNGPropertyList &propList) const |
| add the link property to proplist
|
|
|
std::vector< librevenge::RVNGBinaryData > | m_dataList |
| the picture content: one data by representation
|
|
std::vector< std::string > | m_typeList |
| the picture type: one type by representation
|
|
small class use to define a embedded object
- Note
- mainly used to store picture
◆ WPSEmbeddedObject() [1/2]
WPSEmbeddedObject::WPSEmbeddedObject |
( |
| ) |
|
|
inline |
◆ WPSEmbeddedObject() [2/2]
WPSEmbeddedObject::WPSEmbeddedObject |
( |
librevenge::RVNGBinaryData const & |
binaryData, |
|
|
std::string |
type = "image/pict" |
|
) |
| |
|
inline |
◆ ~WPSEmbeddedObject()
virtual WPSEmbeddedObject::~WPSEmbeddedObject |
( |
| ) |
|
|
inlinevirtual |
◆ add()
void WPSEmbeddedObject::add |
( |
librevenge::RVNGBinaryData const & |
binaryData, |
|
|
std::string |
type = "image/pict" |
|
) |
| |
|
inline |
◆ addTo()
bool WPSEmbeddedObject::addTo |
( |
librevenge::RVNGPropertyList & |
propList | ) |
const |
◆ isEmpty()
bool WPSEmbeddedObject::isEmpty |
( |
| ) |
const |
|
inline |
return true if the picture contains no data
◆ operator<<
◆ m_dataList
std::vector<librevenge::RVNGBinaryData> WPSEmbeddedObject::m_dataList |
◆ m_typeList
std::vector<std::string> WPSEmbeddedObject::m_typeList |
the picture type: one type by representation
Referenced by add(), and addTo().
The documentation for this struct was generated from the following files: