a small table file (known by open office) More...
#include <MWAWPictData.hxx>
Public Member Functions | |
virtual SubType | getSubType () const |
returns the picture subtype | |
virtual bool | valid () const |
returns true if the picture is valid | |
virtual int | cmp (MWAWPict const &a) const |
a virtual function used to obtain a strict order, must be redefined in the subs class | |
Protected Member Functions | |
MWAWPictDB3 () | |
protected constructor: uses check to construct a picture | |
Static Protected Member Functions | |
static ReadResult | checkOrGet (MWAWInputStreamPtr input, int size, MWAWPictData **result=0L) |
checks if the data pointed by input and of given size is a pict | |
Friends | |
class | MWAWPictData |
a small table file (known by open office)
MWAWPictDB3::MWAWPictDB3 | ( | ) | [inline, protected] |
protected constructor: uses check to construct a picture
MWAWPictDB3::ReadResult MWAWPictDB3::checkOrGet | ( | MWAWInputStreamPtr | input, |
int | size, | ||
MWAWPictData ** | result = 0L |
||
) | [static, protected] |
checks if the data pointed by input and of given size is a pict
Referenced by MWAWPictData::checkOrGet().
virtual int MWAWPictDB3::cmp | ( | MWAWPict const & | a | ) | const [inline, virtual] |
a virtual function used to obtain a strict order, must be redefined in the subs class
Reimplemented from MWAWPictData.
virtual SubType MWAWPictDB3::getSubType | ( | ) | const [inline, virtual] |
returns the picture subtype
Implements MWAWPictData.
virtual bool MWAWPictDB3::valid | ( | ) | const [inline, virtual] |
returns true if the picture is valid
Reimplemented from MWAWPictData.
friend class MWAWPictData [friend] |