KDECore
KCalendarSystemFactory Class Reference
Factory class for calendar types. More...
#include <kcalendarsystemfactory.h>
Public Member Functions | |
KCalendarSystemFactory () | |
~KCalendarSystemFactory () | |
Static Public Member Functions | |
static QStringList | calendarSystems () |
static KCalendarSystem * | create (const QString &calType=QString::fromLatin1("gregorian"), const KLocale *locale=0) |
Detailed Description
Factory class for calendar types.
- Since:
- 3.2
Definition at line 36 of file kcalendarsystemfactory.h.
Constructor & Destructor Documentation
KCalendarSystemFactory::KCalendarSystemFactory | ( | ) |
Definition at line 34 of file kcalendarsystemfactory.cpp.
KCalendarSystemFactory::~KCalendarSystemFactory | ( | ) |
Definition at line 39 of file kcalendarsystemfactory.cpp.
Member Function Documentation
QStringList KCalendarSystemFactory::calendarSystems | ( | ) | [static] |
Gets list of names of supported calendar systems.
- Returns:
- A QStringList object
Definition at line 61 of file kcalendarsystemfactory.cpp.
KCalendarSystem * KCalendarSystemFactory::create | ( | const QString & | calType = QString::fromLatin1("gregorian") , |
|
const KLocale * | locale = 0 | |||
) | [static] |
Gets specific calendar type number of days in previous month for a given date.
- Parameters:
-
calType string identification of the specific calendar type to be constructed locale Locale used for translations. Use the global locale when 0 is specified.
- Returns:
- a KCalendarSystem object
Definition at line 43 of file kcalendarsystemfactory.cpp.
The documentation for this class was generated from the following files: