KHolidays 5.109.0
|
Represents and manages the Zodiac calendar. More...
#include <zodiac.h>
Public Types | |
enum | ZodiacSigns { Aries , Taurus , Gemini , Cancer , Leo , Virgo , Libra , Scorpio , Sagittarius , Capricorn , Aquarius , Pisces , None } |
enum | ZodiacType { Tropical , Sidereal } |
Public Member Functions | |
Zodiac (const Zodiac &other) | |
Zodiac (ZodiacType type) | |
Zodiac & | operator= (const Zodiac &other) |
ZodiacSigns | signAtDate (const QDate &date) const |
Return the Zodiac sign for the specified Gregorian date. | |
QString | signNameAtDate (const QDate &date) const |
Return the Zodiac sign as a text string for the specified date. | |
Static Public Member Functions | |
static QString | signName (ZodiacSigns sign) |
Return the string representation of Zodiac sign. | |
static QString | signSymbol (ZodiacSigns sign) |
Convert the Zodiac sign to a Zodiac symbol. | |
Represents and manages the Zodiac calendar.
The Tropical and Sidereal Zodiacs are supported.
A very good description of the Zodiac calendars can be read at the Wikipedia, https://en.wikipedia.org/wiki/Zodiac
Disclaimer: I am by no means a Zodiac expert. I put together this software based on some quick scanning of documents I found on the WWW. Feel free to contact me about this code if you have improvements.
Sign Symbol Birthdates Tropical Sidereal Aries ram Mar 21 - Apr 19 Apr 14 - May 14 Taurus bull Apr 20 - May 20 May 15 - Jun 14 Gemini twins May 21 - Jun 20 Jun 15 - Jul 16 Cancer crab Jun 21 - Jul 22 Jul 17 - Aug 16 Leo lion Jul 23 - Aug 22 Aug 17 - Sep 16 Virgo virgin Aug 23 - Sep 22 Sep 17 - Oct 17 Libra scale Sep 23 - Oct 22 Oct 18 - Nov 16 Scorpio scorpion Oct 23 - Nov 21 Nov 17 - Dec 15 Sagittarius archer Nov 22 - Dec 21 Dec 16 - Jan 14 Capricorn goat Dec 22 - Jan 19 Jan 15 - Feb 12 Aquarius water Jan 20 - Feb 18 Feb 13 - Mar 14 Pisces fish Feb 19 - Mar 20 Mar 15 - Apr 13
ZodiacSigns KHolidays::Zodiac::signAtDate | ( | const QDate & | date | ) | const |
|
static |
QString KHolidays::Zodiac::signNameAtDate | ( | const QDate & | date | ) | const |