LibreOffice Module slideshow (master) 1
Public Member Functions | List of all members
slideshow::internal::IntrinsicAnimationEventHandler Class Referenceabstract

Interface for handling intrinsic animation display modes. More...

#include <intrinsicanimationeventhandler.hxx>

Inheritance diagram for slideshow::internal::IntrinsicAnimationEventHandler:
[legend]

Public Member Functions

virtual ~IntrinsicAnimationEventHandler ()
 
virtual bool enableAnimations ()=0
 
virtual bool disableAnimations ()=0
 

Detailed Description

Interface for handling intrinsic animation display modes.

Classes implementing this interface can be added to an EventMultiplexer object, and are called from there to handle intrinsic animation events.

Definition at line 36 of file intrinsicanimationeventhandler.hxx.

Constructor & Destructor Documentation

◆ ~IntrinsicAnimationEventHandler()

virtual slideshow::internal::IntrinsicAnimationEventHandler::~IntrinsicAnimationEventHandler ( )
inlinevirtual

Definition at line 39 of file intrinsicanimationeventhandler.hxx.

Member Function Documentation

◆ disableAnimations()

virtual bool slideshow::internal::IntrinsicAnimationEventHandler::disableAnimations ( )
pure virtual

◆ enableAnimations()

virtual bool slideshow::internal::IntrinsicAnimationEventHandler::enableAnimations ( )
pure virtual

The documentation for this class was generated from the following file: