9#ifndef KHOLIDAYS_ZODIAC_H
10#define KHOLIDAYS_ZODIAC_H
12#include "kholidays_export.h"
14#include <QSharedDataPointer>
75 explicit Zodiac(ZodiacType type);
112 QSharedDataPointer<ZodiacPrivate> d;
Represents and manages the Zodiac calendar.
Definition zodiac.h:52
static QString signName(ZodiacSigns sign)
Return the string representation of Zodiac sign.
QString signNameAtDate(const QDate &date) const
Return the Zodiac sign as a text string for the specified date.
ZodiacSigns signAtDate(const QDate &date) const
Return the Zodiac sign for the specified Gregorian date.
static QString signSymbol(ZodiacSigns sign)
Convert the Zodiac sign to a Zodiac symbol.