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

An extensible set of properties used throughout the slide sorter. More...

#include <SlsProperties.hxx>

Collaboration diagram for sd::slidesorter::controller::Properties:
[legend]

Public Member Functions

 Properties ()
 
void HandleDataChangeEvent ()
 Call this method after receiving a VclEventId::ApplicationDataChanged event. More...
 
const ColorGetBackgroundColor () const
 Return the background color. More...
 
void SetBackgroundColor (const Color &rColor)
 
const ColorGetSelectionColor () const
 Return the color in which selections are to be painted. More...
 
void SetSelectionColor (const Color &rColor)
 

Private Attributes

Color maBackgroundColor
 
Color maSelectionColor
 

Detailed Description

An extensible set of properties used throughout the slide sorter.

Definition at line 28 of file SlsProperties.hxx.

Constructor & Destructor Documentation

◆ Properties()

sd::slidesorter::controller::Properties::Properties ( )

Definition at line 26 of file SlsProperties.cxx.

Member Function Documentation

◆ GetBackgroundColor()

const Color & sd::slidesorter::controller::Properties::GetBackgroundColor ( ) const
inline

Return the background color.

Definition at line 40 of file SlsProperties.hxx.

References maBackgroundColor.

◆ GetSelectionColor()

const Color & sd::slidesorter::controller::Properties::GetSelectionColor ( ) const
inline

Return the color in which selections are to be painted.

Definition at line 45 of file SlsProperties.hxx.

References maSelectionColor.

◆ HandleDataChangeEvent()

void sd::slidesorter::controller::Properties::HandleDataChangeEvent ( )

◆ SetBackgroundColor()

void sd::slidesorter::controller::Properties::SetBackgroundColor ( const Color rColor)

Definition at line 38 of file SlsProperties.cxx.

References maBackgroundColor.

◆ SetSelectionColor()

void sd::slidesorter::controller::Properties::SetSelectionColor ( const Color rColor)

Definition at line 43 of file SlsProperties.cxx.

References maSelectionColor.

Member Data Documentation

◆ maBackgroundColor

Color sd::slidesorter::controller::Properties::maBackgroundColor
private

Definition at line 49 of file SlsProperties.hxx.

Referenced by GetBackgroundColor(), HandleDataChangeEvent(), and SetBackgroundColor().

◆ maSelectionColor

Color sd::slidesorter::controller::Properties::maSelectionColor
private

Definition at line 50 of file SlsProperties.hxx.

Referenced by GetSelectionColor(), HandleDataChangeEvent(), and SetSelectionColor().


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