LibreOffice Module sd (master) 1
Public Member Functions | List of all members
sd::ICustomAnimationListController Class Referenceabstract

#include <CustomAnimationList.hxx>

Inheritance diagram for sd::ICustomAnimationListController:
[legend]

Public Member Functions

virtual void onSelect ()=0
 
virtual void onDoubleClick ()=0
 
virtual void onContextMenu (const OUString &rIdent)=0
 
virtual void onDragNDropComplete (std::vector< CustomAnimationEffectPtr > pEffectsDragged, CustomAnimationEffectPtr pEffectInsertBefore)=0
 
virtual ~ICustomAnimationListController ()
 

Detailed Description

Definition at line 38 of file CustomAnimationList.hxx.

Constructor & Destructor Documentation

◆ ~ICustomAnimationListController()

virtual sd::ICustomAnimationListController::~ICustomAnimationListController ( )
inlinevirtual

Definition at line 45 of file CustomAnimationList.hxx.

Member Function Documentation

◆ onContextMenu()

virtual void sd::ICustomAnimationListController::onContextMenu ( const OUString &  rIdent)
pure virtual

◆ onDoubleClick()

virtual void sd::ICustomAnimationListController::onDoubleClick ( )
pure virtual

Implemented in sd::CustomAnimationPane.

◆ onDragNDropComplete()

virtual void sd::ICustomAnimationListController::onDragNDropComplete ( std::vector< CustomAnimationEffectPtr pEffectsDragged,
CustomAnimationEffectPtr  pEffectInsertBefore 
)
pure virtual

◆ onSelect()

virtual void sd::ICustomAnimationListController::onSelect ( )
pure virtual

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