lunarphase.h
Phase phase(const TQDate &date) const
Return the lunar phase for the specified Gregorian date.
Definition: lunarphase.cpp:106
TQString hemisphereStr() const
Return hemisphere as a clear text string.
Definition: lunarphase.cpp:61
static TQString phaseName(Phase phase)
Return the string representation of phase.
Definition: lunarphase.cpp:84
static TQString hemisphereName(Hemisphere hemisphere)
Return the string representation of hemisphere.
Definition: lunarphase.cpp:66
TQString phaseStr(const TQDate &date) const
Return the lunar phase as a text string for the specified date.
Definition: lunarphase.cpp:79