LibreOffice Module sd (master) 1
Classes | Namespaces
SlsInsertAnimator.cxx File Reference
#include <view/SlsInsertAnimator.hxx>
#include <controller/SlideSorterController.hxx>
#include <controller/SlsAnimationFunction.hxx>
#include <view/SlideSorterView.hxx>
#include <view/SlsLayouter.hxx>
#include <model/SlideSorterModel.hxx>
#include <SlideSorter.hxx>
#include <Window.hxx>
#include <osl/diagnose.h>
#include <memory>
#include <set>
Include dependency graph for SlsInsertAnimator.cxx:

Go to the source code of this file.

Classes

class  sd::slidesorter::view::InsertAnimator::Implementation
 

Namespaces

namespace  sd
 
namespace  sd::slidesorter
 
namespace  sd::slidesorter::view
 

Variable Documentation

◆ maAccelerationFunction

::std::function<double (double)> maAccelerationFunction
private

Definition at line 100 of file SlsInsertAnimator.cxx.

◆ maEndOffset

::std::vector<Point> maEndOffset

Target offset of each item in the run at the end of the current animation.

Definition at line 84 of file SlsInsertAnimator.cxx.

◆ maStartOffset

::std::vector<Point> maStartOffset

Offset of each item in the run at the start of the current animation.

Definition at line 82 of file SlsInsertAnimator.cxx.

◆ mnAnimationId

controller::Animator::AnimationId mnAnimationId
private

Definition at line 98 of file SlsInsertAnimator.cxx.

◆ mnEndIndex

sal_Int32 mnEndIndex

Index of the last page in the run.

Definition at line 80 of file SlsInsertAnimator.cxx.

◆ mnLocalInsertIndex

sal_Int32 mnLocalInsertIndex

The index at which to make place for the insertion indicator (-1 for no indicator).

Definition at line 76 of file SlsInsertAnimator.cxx.

◆ mnRunIndex

sal_Int32 mnRunIndex

Index of the row or column that this run represents.

Definition at line 73 of file SlsInsertAnimator.cxx.

◆ mnStartIndex

sal_Int32 mnStartIndex

Index of the first page in the run.

Definition at line 78 of file SlsInsertAnimator.cxx.

◆ mnStartTime

double mnStartTime

Time at which the current animation started.

Definition at line 86 of file SlsInsertAnimator.cxx.

◆ mrAnimatorAccess

AnimatorAccess& mrAnimatorAccess
private

Definition at line 99 of file SlsInsertAnimator.cxx.