LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
AnimationData Struct Reference

#include <AnimationRenderer.hxx>

Collaboration diagram for AnimationData:
[legend]

Public Member Functions

 AnimationData ()
 

Public Attributes

Point maOriginStartPt
 
Size maStartSize
 
VclPtr< OutputDevicempRenderContext
 
void * mpRendererData
 
tools::Long mnRendererId
 
bool mbIsPaused
 

Detailed Description

Definition at line 31 of file AnimationRenderer.hxx.

Constructor & Destructor Documentation

◆ AnimationData()

AnimationData::AnimationData ( )

Definition at line 704 of file Animation.cxx.

Member Data Documentation

◆ maOriginStartPt

Point AnimationData::maOriginStartPt

Definition at line 33 of file AnimationRenderer.hxx.

Referenced by AnimationRenderer::createAnimationData().

◆ maStartSize

Size AnimationData::maStartSize

Definition at line 34 of file AnimationRenderer.hxx.

Referenced by AnimationRenderer::createAnimationData().

◆ mbIsPaused

bool AnimationData::mbIsPaused

Definition at line 38 of file AnimationRenderer.hxx.

Referenced by AnimationRenderer::createAnimationData().

◆ mnRendererId

tools::Long AnimationData::mnRendererId

Definition at line 37 of file AnimationRenderer.hxx.

Referenced by AnimationRenderer::createAnimationData().

◆ mpRenderContext

VclPtr<OutputDevice> AnimationData::mpRenderContext

Definition at line 35 of file AnimationRenderer.hxx.

Referenced by AnimationRenderer::createAnimationData().

◆ mpRendererData

void* AnimationData::mpRendererData

Definition at line 36 of file AnimationRenderer.hxx.

Referenced by AnimationRenderer::createAnimationData().


The documentation for this struct was generated from the following files: