|
LibreOffice Module drawinglayer (master) 1
|
Public Member Functions | |
| ImpSdrLightingAttribute (const basegfx::BColor &rAmbientLight, std::vector< Sdr3DLightAttribute > &&rLightVector) | |
| ImpSdrLightingAttribute () | |
| const basegfx::BColor & | getAmbientLight () const |
| const std::vector< Sdr3DLightAttribute > & | getLightVector () const |
| bool | operator== (const ImpSdrLightingAttribute &rCandidate) const |
Public Attributes | |
| basegfx::BColor | maAmbientLight |
| std::vector< Sdr3DLightAttribute > | maLightVector |
Definition at line 28 of file sdrlightingattribute3d.cxx.
|
inline |
Definition at line 35 of file sdrlightingattribute3d.cxx.
|
inline |
Definition at line 43 of file sdrlightingattribute3d.cxx.
|
inline |
Definition at line 48 of file sdrlightingattribute3d.cxx.
References maAmbientLight.
Referenced by operator==().
|
inline |
Definition at line 49 of file sdrlightingattribute3d.cxx.
References maLightVector.
Referenced by operator==().
|
inline |
Definition at line 51 of file sdrlightingattribute3d.cxx.
References getAmbientLight(), and getLightVector().
| basegfx::BColor drawinglayer::attribute::ImpSdrLightingAttribute::maAmbientLight |
Definition at line 32 of file sdrlightingattribute3d.cxx.
Referenced by getAmbientLight().
| std::vector< Sdr3DLightAttribute > drawinglayer::attribute::ImpSdrLightingAttribute::maLightVector |
Definition at line 33 of file sdrlightingattribute3d.cxx.
Referenced by getLightVector().