#include "CalendarMgrService.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 32 of file CalendarMgrService.h.
CalendarMgrService::CalendarMgrService |
( |
PyServiceMgr * |
mgr | ) |
|
CalendarMgrService::~CalendarMgrService |
( |
| ) |
|
CalendarMgrService::PyCallable_DECL_CALL |
( |
GetResponsesForCharacter |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
CreatePersonalEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
CreateCorporationEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
CreateAllianceEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
UpdateEventParticipants |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
EditPersonalEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
EditCorporationEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
EditAllianceEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
SendEventResponse |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
DeleteEvent |
| ) |
|
|
protected |
CalendarMgrService::PyCallable_DECL_CALL |
( |
GetResponsesToEvent |
| ) |
|
|
protected |
Dispatcher* const CalendarMgrService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: