LibreOffice Module vcl (master) 1
|
#include <AnimationRenderer.hxx>
Public Member Functions | |
AnimationData () | |
Public Attributes | |
Point | maOriginStartPt |
Size | maStartSize |
VclPtr< OutputDevice > | mpRenderContext |
void * | mpRendererData |
tools::Long | mnRendererId |
bool | mbIsPaused |
Definition at line 31 of file AnimationRenderer.hxx.
AnimationData::AnimationData | ( | ) |
Definition at line 704 of file Animation.cxx.
Point AnimationData::maOriginStartPt |
Definition at line 33 of file AnimationRenderer.hxx.
Referenced by AnimationRenderer::createAnimationData().
Size AnimationData::maStartSize |
Definition at line 34 of file AnimationRenderer.hxx.
Referenced by AnimationRenderer::createAnimationData().
bool AnimationData::mbIsPaused |
Definition at line 38 of file AnimationRenderer.hxx.
Referenced by AnimationRenderer::createAnimationData().
tools::Long AnimationData::mnRendererId |
Definition at line 37 of file AnimationRenderer.hxx.
Referenced by AnimationRenderer::createAnimationData().
VclPtr<OutputDevice> AnimationData::mpRenderContext |
Definition at line 35 of file AnimationRenderer.hxx.
Referenced by AnimationRenderer::createAnimationData().
void* AnimationData::mpRendererData |
Definition at line 36 of file AnimationRenderer.hxx.
Referenced by AnimationRenderer::createAnimationData().