kalarm
functions.h File Reference
Detailed Description
- miscellaneous functions
Definition in file functions.h.
#include <qsize.h>
#include <qptrlist.h>
#include <qstring.h>
#include "alarmevent.h"
Go to the source code of this file.
Namespaces | |
namespace | KCal |
namespace | KAlarm |
Enumerations | |
enum | FileType { Unknown, TextPlain, TextFormatted, TextApplication, Image } |
enum | UpdateStatus { UPDATE_OK, UPDATE_ERROR, UPDATE_KORG_ERR } |
enum | UpdateError { KORG_ERR_ADD, KORG_ERR_MODIFY, KORG_ERR_DELETE } |
Functions | |
int | Version (int major, int minor, int rev) |
int | weekDay_to_localeDayInWeek (int weekDay) |
int | localeDayInWeek_to_weekDay (int index) |
Enumeration Type Documentation
|
Return codes from fileType().
Definition at line 48 of file functions.h. |
|
Error codes supplied as parameter to displayUpdateError().
Definition at line 56 of file functions.h. |
|
Return codes from calendar update functions.
Definition at line 50 of file functions.h. |