marble
Marble::SunLocator Class Reference
#include <SunLocator.h>
Inheritance diagram for Marble::SunLocator:
Public Slots | |
void | update () |
Signals | |
void | positionChanged (qreal lon, qreal lat) |
Public Member Functions | |
SunLocator (const MarbleClock *clock, const Planet *planet) | |
virtual | ~SunLocator () |
qreal | getLat () const |
qreal | getLon () const |
void | setPlanet (const Planet *planet) |
void | shadePixel (QRgb &pixcol, qreal shade) const |
void | shadePixelComposite (QRgb &pixcol, const QRgb &dpixcol, qreal shade) const |
qreal | shading (qreal lon, qreal a, qreal c) const |
Detailed Description
Definition at line 33 of file SunLocator.h.
Constructor & Destructor Documentation
Marble::SunLocator::SunLocator | ( | const MarbleClock * | clock, |
const Planet * | planet | ||
) |
Definition at line 70 of file SunLocator.cpp.
|
virtual |
Definition at line 76 of file SunLocator.cpp.
Member Function Documentation
qreal Marble::SunLocator::getLat | ( | ) | const |
Definition at line 264 of file SunLocator.cpp.
qreal Marble::SunLocator::getLon | ( | ) | const |
Definition at line 259 of file SunLocator.cpp.
|
signal |
void Marble::SunLocator::setPlanet | ( | const Planet * | planet | ) |
Definition at line 235 of file SunLocator.cpp.
void Marble::SunLocator::shadePixel | ( | QRgb & | pixcol, |
qreal | shade | ||
) | const |
Definition at line 178 of file SunLocator.cpp.
void Marble::SunLocator::shadePixelComposite | ( | QRgb & | pixcol, |
const QRgb & | dpixcol, | ||
qreal | shade | ||
) | const |
Definition at line 200 of file SunLocator.cpp.
qreal Marble::SunLocator::shading | ( | qreal | lon, |
qreal | a, | ||
qreal | c | ||
) | const |
Definition at line 146 of file SunLocator.cpp.
|
slot |
Definition at line 228 of file SunLocator.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.