LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | Private Attributes | List of all members
sd::slidesorter::model::VisualState Class Reference

This class gives access to values related to the visualization of page objects. More...

#include <SlsVisualState.hxx>

Collaboration diagram for sd::slidesorter::model::VisualState:
[legend]

Public Member Functions

 VisualState (const sal_Int32 nPageId)
 
const PointGetLocationOffset () const
 
void SetLocationOffset (const Point &rPoint)
 

Public Attributes

sal_Int32 mnPageId
 

Private Attributes

Point maLocationOffset
 

Detailed Description

This class gives access to values related to the visualization of page objects.

This includes animation state when blending from one state to another.

Definition at line 31 of file SlsVisualState.hxx.

Constructor & Destructor Documentation

◆ VisualState()

sd::slidesorter::model::VisualState::VisualState ( const sal_Int32  nPageId)

Definition at line 24 of file SlsVisualState.cxx.

References nPageId.

Member Function Documentation

◆ GetLocationOffset()

const Point & sd::slidesorter::model::VisualState::GetLocationOffset ( ) const
inline

Definition at line 36 of file SlsVisualState.hxx.

References maLocationOffset.

◆ SetLocationOffset()

void sd::slidesorter::model::VisualState::SetLocationOffset ( const Point rPoint)

Definition at line 30 of file SlsVisualState.cxx.

References maLocationOffset.

Member Data Documentation

◆ maLocationOffset

Point sd::slidesorter::model::VisualState::maLocationOffset
private

Definition at line 42 of file SlsVisualState.hxx.

Referenced by GetLocationOffset(), and SetLocationOffset().

◆ mnPageId

sal_Int32 sd::slidesorter::model::VisualState::mnPageId

Definition at line 39 of file SlsVisualState.hxx.


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