korganizer
KOGlobals Class Reference
#include <koglobals.h>
Detailed Description
Definition at line 42 of file koglobals.h.
Public Types | |
| enum | { INCIDENCEADDED, INCIDENCEEDITED, INCIDENCEDELETED } |
| enum | { PRIORITY_MODIFIED, COMPLETION_MODIFIED, CATEGORY_MODIFIED, DATE_MODIFIED, RELATION_MODIFIED, ALARM_MODIFIED, DESCRIPTION_MODIFIED, SUMMARY_MODIFIED, COMPLETION_MODIFIED_WITH_RECURRENCE, UNKNOWN_MODIFIED } |
Public Member Functions | |
| const KCalendarSystem * | calendarSystem () const |
| const KComponentData & | componentData () const |
| KConfig * | config () const |
| int | getWorkWeekMask () |
| QStringList | holiday (const QDate &qd) const |
| LibKHolidays::KHolidays * | holidays () const |
| bool | isWorkDay (const QDate &qd) const |
| KPIM::ReminderClient * | reminderClient () const |
| void | setHolidays (LibKHolidays::KHolidays *h) |
| QPixmap | smallIcon (const QString &name) const |
| ~KOGlobals () | |
Static Public Member Functions | |
| static void | fitDialogToScreen (QWidget *widget, bool force=false) |
| static bool | reverseLayout () |
| static KOGlobals * | self () |
Protected Member Functions | |
| KOGlobals () | |
Member Enumeration Documentation
| anonymous enum |
Definition at line 47 of file koglobals.h.
| anonymous enum |
- Enumerator:
-
PRIORITY_MODIFIED COMPLETION_MODIFIED CATEGORY_MODIFIED DATE_MODIFIED RELATION_MODIFIED ALARM_MODIFIED DESCRIPTION_MODIFIED SUMMARY_MODIFIED COMPLETION_MODIFIED_WITH_RECURRENCE UNKNOWN_MODIFIED
Definition at line 53 of file koglobals.h.
Constructor & Destructor Documentation
| KOGlobals::~KOGlobals | ( | ) |
Definition at line 76 of file koglobals.cpp.
| KOGlobals::KOGlobals | ( | ) | [protected] |
Definition at line 62 of file koglobals.cpp.
Member Function Documentation
| const KCalendarSystem * KOGlobals::calendarSystem | ( | ) | const |
Definition at line 82 of file koglobals.cpp.
| const KComponentData& KOGlobals::componentData | ( | ) | const [inline] |
Definition at line 95 of file koglobals.h.
| KConfig * KOGlobals::config | ( | ) | const |
Definition at line 70 of file koglobals.cpp.
| void KOGlobals::fitDialogToScreen | ( | QWidget * | widget, | |
| bool | force = false | |||
| ) | [static] |
Definition at line 92 of file koglobals.cpp.
| int KOGlobals::getWorkWeekMask | ( | ) |
Definition at line 159 of file koglobals.cpp.
| QStringList KOGlobals::holiday | ( | const QDate & | qd | ) | const |
Definition at line 129 of file koglobals.cpp.
| KHolidays * KOGlobals::holidays | ( | ) | const |
return the KHolidays object or 0 if none has been defined
Definition at line 170 of file koglobals.cpp.
| bool KOGlobals::isWorkDay | ( | const QDate & | qd | ) | const |
Definition at line 144 of file koglobals.cpp.
| KPIM::ReminderClient * KOGlobals::reminderClient | ( | ) | const |
Definition at line 87 of file koglobals.cpp.
| bool KOGlobals::reverseLayout | ( | ) | [static] |
Definition at line 119 of file koglobals.cpp.
| KOGlobals * KOGlobals::self | ( | ) | [static] |
Definition at line 53 of file koglobals.cpp.
| void KOGlobals::setHolidays | ( | LibKHolidays::KHolidays * | h | ) |
Set which holidays the user wants to use.
- Parameters:
-
h a KHolidays object initialized with the desired locale. We capture this object, so you must not delete it.
Definition at line 124 of file koglobals.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference