LibreOffice Module drawinglayer (master) 1
Public Member Functions | Public Attributes | List of all members
drawinglayer::attribute::ImpSdrSceneAttribute Class Reference

Public Member Functions

 ImpSdrSceneAttribute (double fDistance, double fShadowSlant, css::drawing::ProjectionMode aProjectionMode, css::drawing::ShadeMode aShadeMode, bool bTwoSidedLighting)
 
 ImpSdrSceneAttribute ()
 
double getShadowSlant () const
 
css::drawing::ProjectionMode getProjectionMode () const
 
css::drawing::ShadeMode getShadeMode () const
 
bool getTwoSidedLighting () const
 
bool operator== (const ImpSdrSceneAttribute &rCandidate) const
 

Public Attributes

double mfDistance
 
double mfShadowSlant
 
css::drawing::ProjectionMode maProjectionMode
 
css::drawing::ShadeMode maShadeMode
 
bool mbTwoSidedLighting: 1
 

Detailed Description

Definition at line 25 of file sdrsceneattribute3d.cxx.

Constructor & Destructor Documentation

◆ ImpSdrSceneAttribute() [1/2]

drawinglayer::attribute::ImpSdrSceneAttribute::ImpSdrSceneAttribute ( double  fDistance,
double  fShadowSlant,
css::drawing::ProjectionMode  aProjectionMode,
css::drawing::ShadeMode  aShadeMode,
bool  bTwoSidedLighting 
)
inline

Definition at line 37 of file sdrsceneattribute3d.cxx.

◆ ImpSdrSceneAttribute() [2/2]

drawinglayer::attribute::ImpSdrSceneAttribute::ImpSdrSceneAttribute ( )
inline

Definition at line 51 of file sdrsceneattribute3d.cxx.

Member Function Documentation

◆ getProjectionMode()

css::drawing::ProjectionMode drawinglayer::attribute::ImpSdrSceneAttribute::getProjectionMode ( ) const
inline

Definition at line 62 of file sdrsceneattribute3d.cxx.

References maProjectionMode.

Referenced by operator==().

◆ getShadeMode()

css::drawing::ShadeMode drawinglayer::attribute::ImpSdrSceneAttribute::getShadeMode ( ) const
inline

Definition at line 63 of file sdrsceneattribute3d.cxx.

References maShadeMode.

Referenced by operator==().

◆ getShadowSlant()

double drawinglayer::attribute::ImpSdrSceneAttribute::getShadowSlant ( ) const
inline

Definition at line 61 of file sdrsceneattribute3d.cxx.

References mfShadowSlant.

Referenced by operator==().

◆ getTwoSidedLighting()

bool drawinglayer::attribute::ImpSdrSceneAttribute::getTwoSidedLighting ( ) const
inline

Definition at line 64 of file sdrsceneattribute3d.cxx.

References mbTwoSidedLighting.

Referenced by operator==().

◆ operator==()

bool drawinglayer::attribute::ImpSdrSceneAttribute::operator== ( const ImpSdrSceneAttribute rCandidate) const
inline

Member Data Documentation

◆ maProjectionMode

css::drawing::ProjectionMode drawinglayer::attribute::ImpSdrSceneAttribute::maProjectionMode

Definition at line 31 of file sdrsceneattribute3d.cxx.

Referenced by getProjectionMode().

◆ maShadeMode

css::drawing::ShadeMode drawinglayer::attribute::ImpSdrSceneAttribute::maShadeMode

Definition at line 32 of file sdrsceneattribute3d.cxx.

Referenced by getShadeMode().

◆ mbTwoSidedLighting

bool drawinglayer::attribute::ImpSdrSceneAttribute::mbTwoSidedLighting

Definition at line 34 of file sdrsceneattribute3d.cxx.

Referenced by getTwoSidedLighting().

◆ mfDistance

double drawinglayer::attribute::ImpSdrSceneAttribute::mfDistance

Definition at line 29 of file sdrsceneattribute3d.cxx.

Referenced by operator==().

◆ mfShadowSlant

double drawinglayer::attribute::ImpSdrSceneAttribute::mfShadowSlant

Definition at line 30 of file sdrsceneattribute3d.cxx.

Referenced by getShadowSlant().


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