|
LibreOffice Module drawinglayer (master) 1
|
Public Member Functions | |
| ImpSdr3DLightAttribute (const basegfx::BColor &rColor, const basegfx::B3DVector &rDirection, bool bSpecular) | |
| const basegfx::BColor & | getColor () const |
| const basegfx::B3DVector & | getDirection () const |
| bool | getSpecular () const |
| bool | operator== (const ImpSdr3DLightAttribute &rCandidate) const |
Public Attributes | |
| basegfx::BColor | maColor |
| basegfx::B3DVector | maDirection |
| bool | mbSpecular: 1 |
Definition at line 27 of file sdrlightattribute3d.cxx.
|
inline |
Definition at line 36 of file sdrlightattribute3d.cxx.
|
inline |
Definition at line 47 of file sdrlightattribute3d.cxx.
References maColor.
Referenced by operator==().
|
inline |
Definition at line 48 of file sdrlightattribute3d.cxx.
References maDirection.
Referenced by operator==().
|
inline |
Definition at line 49 of file sdrlightattribute3d.cxx.
References mbSpecular.
Referenced by operator==().
|
inline |
Definition at line 51 of file sdrlightattribute3d.cxx.
References getColor(), getDirection(), and getSpecular().
| basegfx::BColor drawinglayer::attribute::ImpSdr3DLightAttribute::maColor |
Definition at line 31 of file sdrlightattribute3d.cxx.
Referenced by getColor().
| basegfx::B3DVector drawinglayer::attribute::ImpSdr3DLightAttribute::maDirection |
Definition at line 32 of file sdrlightattribute3d.cxx.
Referenced by getDirection().
| bool drawinglayer::attribute::ImpSdr3DLightAttribute::mbSpecular |
Definition at line 34 of file sdrlightattribute3d.cxx.
Referenced by getSpecular().