Class to store a graphic. More...
#include <StarGraphicStruct.hxx>
Public Member Functions | |
StarGraphic () | |
constructor | |
bool | read (StarZone &zone, long lastPos=-1) |
try to read a graphic, give lastPos if you are sure of the end graphic position | |
Public Attributes | |
STOFFEmbeddedObject | m_object |
the embedded object | |
shared_ptr< StarBitmap > | m_bitmap |
the bitmap |
Class to store a graphic.
StarGraphicStruct::StarGraphic::StarGraphic | ( | ) | [inline] |
constructor
bool StarGraphicStruct::StarGraphic::read | ( | StarZone & | zone, |
long | lastPos = -1 |
||
) |
try to read a graphic, give lastPos if you are sure of the end graphic position
shared_ptr<StarBitmap> StarGraphicStruct::StarGraphic::m_bitmap |
the bitmap
the embedded object