LibreOffice Module vcl (master)
1
|
#include <AnimationBitmap.hxx>
Public Member Functions | |
AnimationBitmap () | |
AnimationBitmap (const BitmapEx &rBitmapEx, const Point &rPositionPixel, const Size &rSizePixel, tools::Long nWait=0, Disposal eDisposal=Disposal::Not) | |
bool | operator== (const AnimationBitmap &rAnimationBitmap) const |
bool | operator!= (const AnimationBitmap &rAnimationBitmap) const |
BitmapChecksum | GetChecksum () const |
Public Attributes | |
BitmapEx | maBitmapEx |
Point | maPositionPixel |
Size | maSizePixel |
tools::Long | mnWait |
Disposal | meDisposal |
bool | mbUserInput |
Definition at line 32 of file AnimationBitmap.hxx.
|
inline |
Definition at line 41 of file AnimationBitmap.hxx.
References Not.
|
inline |
Definition at line 48 of file AnimationBitmap.hxx.
BitmapChecksum AnimationBitmap::GetChecksum | ( | ) | const |
Definition at line 24 of file AnimationBitmap.cxx.
References BitmapEx::GetChecksum(), Size::Height(), maBitmapEx, maPositionPixel, maSizePixel, mbUserInput, meDisposal, mnWait, o3tl::underlyingEnumValue(), vcl_get_checksum(), and Size::Width().
|
inline |
Definition at line 68 of file AnimationBitmap.hxx.
|
inline |
Definition at line 59 of file AnimationBitmap.hxx.
References maBitmapEx, maPositionPixel, maSizePixel, mbUserInput, meDisposal, and mnWait.
BitmapEx AnimationBitmap::maBitmapEx |
Definition at line 34 of file AnimationBitmap.hxx.
Referenced by Animation::Draw(), ImplAnimView::draw(), GetChecksum(), Animation::Insert(), Animation::Mirror(), operator==(), ReadAnimation(), Animation::Replace(), and WriteAnimation().
Point AnimationBitmap::maPositionPixel |
Definition at line 35 of file AnimationBitmap.hxx.
Referenced by GetChecksum(), ImplAnimView::getPosSize(), GraphicObject::GetTransformedGraphic(), Animation::Insert(), Animation::Mirror(), operator==(), ReadAnimation(), and WriteAnimation().
Size AnimationBitmap::maSizePixel |
Definition at line 36 of file AnimationBitmap.hxx.
Referenced by GetChecksum(), ImplAnimView::getPosSize(), Animation::Insert(), Animation::Mirror(), operator==(), ReadAnimation(), and WriteAnimation().
bool AnimationBitmap::mbUserInput |
Definition at line 39 of file AnimationBitmap.hxx.
Referenced by GetChecksum(), operator==(), ReadAnimation(), and WriteAnimation().
Disposal AnimationBitmap::meDisposal |
Definition at line 38 of file AnimationBitmap.hxx.
Referenced by ImplAnimView::draw(), GetChecksum(), operator==(), ReadAnimation(), and WriteAnimation().
tools::Long AnimationBitmap::mnWait |
Definition at line 37 of file AnimationBitmap.hxx.
Referenced by Animation::Draw(), GetChecksum(), IMPL_LINK_NOARG(), operator==(), ReadAnimation(), and WriteAnimation().