LibreOffice Module vcl (master) 1
Functions
Animation.cxx File Reference
#include <algorithm>
#include <sal/config.h>
#include <tools/stream.hxx>
#include <tools/GenericTypeSerializer.hxx>
#include <sal/log.hxx>
#include <vcl/animate/Animation.hxx>
#include <vcl/outdev.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/BitmapColorQuantizationFilter.hxx>
#include <animate/AnimationRenderer.hxx>
Include dependency graph for Animation.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (Animation, ImplTimeoutHdl, Timer *, void)
 
SvStreamWriteAnimation (SvStream &rOStm, const Animation &rAnimation)
 
SvStreamReadAnimation (SvStream &rIStm, Animation &rAnimation)
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( Animation  ,
ImplTimeoutHdl  ,
Timer ,
void   
)

Definition at line 382 of file Animation.cxx.

References Stop().

◆ ReadAnimation()

SvStream & ReadAnimation ( SvStream rIStm,
Animation rAnimation 
)

Definition at line 634 of file Animation.cxx.

Referenced by TypeSerializer::readGraphic(), and ImpGraphic::swapInGraphic().

◆ WriteAnimation()

SvStream & WriteAnimation ( SvStream rOStm,
const Animation rAnimation 
)

Definition at line 588 of file Animation.cxx.

Referenced by ImpGraphic::swapOutGraphic(), and TypeSerializer::writeGraphic().