LibreOffice Module vcl (master) 1
|
#include <AnimationFrame.hxx>
Public Member Functions | |
AnimationFrame () | |
AnimationFrame (const BitmapEx &rBitmapEx, const Point &rPositionPixel, const Size &rSizePixel, tools::Long nWait=0, Disposal eDisposal=Disposal::Not) | |
bool | operator== (const AnimationFrame &rAnimationFrame) const |
bool | operator!= (const AnimationFrame &rAnimationFrame) const |
BitmapChecksum | GetChecksum () const |
Public Attributes | |
BitmapEx | maBitmapEx |
Point | maPositionPixel |
Size | maSizePixel |
tools::Long | mnWait |
Disposal | meDisposal |
bool | mbUserInput |
Definition at line 31 of file AnimationFrame.hxx.
|
inline |
Definition at line 40 of file AnimationFrame.hxx.
References Not.
|
inline |
Definition at line 47 of file AnimationFrame.hxx.
BitmapChecksum AnimationFrame::GetChecksum | ( | ) | const |
Definition at line 25 of file AnimationFrame.cxx.
References BitmapEx::GetChecksum(), Size::Height(), maBitmapEx, maPositionPixel, maSizePixel, mbUserInput, meDisposal, mnWait, o3tl::to_underlying(), vcl_get_checksum(), and Size::Width().
|
inline |
Definition at line 67 of file AnimationFrame.hxx.
|
inline |
Definition at line 58 of file AnimationFrame.hxx.
References maBitmapEx, maPositionPixel, maSizePixel, mbUserInput, meDisposal, and mnWait.
BitmapEx AnimationFrame::maBitmapEx |
Definition at line 33 of file AnimationFrame.hxx.
Referenced by Animation::Draw(), AnimationRenderer::draw(), GetChecksum(), GraphicObject::GetTransformedGraphic(), Animation::Insert(), Animation::Mirror(), operator==(), and Animation::Replace().
Point AnimationFrame::maPositionPixel |
Definition at line 34 of file AnimationFrame.hxx.
Referenced by GetChecksum(), AnimationRenderer::getPosSize(), GraphicObject::GetTransformedGraphic(), Animation::Insert(), Animation::Mirror(), and operator==().
Size AnimationFrame::maSizePixel |
Definition at line 35 of file AnimationFrame.hxx.
Referenced by GetChecksum(), AnimationRenderer::getPosSize(), GraphicObject::GetTransformedGraphic(), Animation::Insert(), Animation::Mirror(), and operator==().
bool AnimationFrame::mbUserInput |
Definition at line 38 of file AnimationFrame.hxx.
Referenced by GetChecksum(), and operator==().
Disposal AnimationFrame::meDisposal |
Definition at line 37 of file AnimationFrame.hxx.
Referenced by AnimationRenderer::draw(), GetChecksum(), and operator==().
tools::Long AnimationFrame::mnWait |
Definition at line 36 of file AnimationFrame.hxx.
Referenced by Animation::Draw(), GetChecksum(), operator==(), and Animation::RenderNextFrameInAllRenderers().