Internal and low level: a image of a library used in MacDraf5Parser. More...
Public Member Functions | |
Image () | |
constructor |
Public Attributes | |
long | m_id |
the first shape id ( in general a group ) | |
librevenge::RVNGString | m_name |
the image name | |
std::string | m_extra |
extra data |
Friends | |
std::ostream & | operator<< (std::ostream &o, Image const &im) |
operator<< |
Internal and low level: a image of a library used in MacDraf5Parser.
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
std::string MacDraft5ParserInternal::Image::m_extra |
extra data
Referenced by Image(), and operator<<.
long MacDraft5ParserInternal::Image::m_id |
the first shape id ( in general a group )
Referenced by Image(), operator<<, and MacDraft5Parser::send().
librevenge::RVNGString MacDraft5ParserInternal::Image::m_name |
the image name
Referenced by Image(), and operator<<.