EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CalendarMgrService Class Reference

#include "CalendarMgrService.h"

Inheritance diagram for CalendarMgrService:
Collaboration diagram for CalendarMgrService:

Public Member Functions

 CalendarMgrService (PyServiceMgr *mgr)
 
 ~CalendarMgrService ()
 
- Public Member Functions inherited from PyService
 PyService (PyServiceMgr *mgr, const char *serviceName)
 
virtual ~PyService ()
 
virtual PyResult Call (const std::string &method, PyCallArgs &args)
 
const char * GetName () const
 
- Public Member Functions inherited from PyCallable
 PyCallable ()
 
virtual ~PyCallable ()
 

Protected Member Functions

 PyCallable_DECL_CALL (GetResponsesForCharacter)
 
 PyCallable_DECL_CALL (CreatePersonalEvent)
 
 PyCallable_DECL_CALL (CreateCorporationEvent)
 
 PyCallable_DECL_CALL (CreateAllianceEvent)
 
 PyCallable_DECL_CALL (UpdateEventParticipants)
 
 PyCallable_DECL_CALL (EditPersonalEvent)
 
 PyCallable_DECL_CALL (EditCorporationEvent)
 
 PyCallable_DECL_CALL (EditAllianceEvent)
 
 PyCallable_DECL_CALL (SendEventResponse)
 
 PyCallable_DECL_CALL (DeleteEvent)
 
 PyCallable_DECL_CALL (GetResponsesToEvent)
 
- Protected Member Functions inherited from PyService
PyObject_BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check)
 
virtual PyBoundObjectCreateBoundObject (Client *pClient, const PyRep *bind_args)
 
virtual PyResult Handle_MachoResolveObject (PyCallArgs &call)
 
virtual PyResult Handle_MachoBindObject (PyCallArgs &call)
 
- Protected Member Functions inherited from PyCallable
void _SetCallDispatcher (CallDispatcher *d)
 

Protected Attributes

Dispatcher *const m_dispatch
 
- Protected Attributes inherited from PyService
PyServiceMgr *const m_manager
 

Additional Inherited Members

- Protected Types inherited from PyService
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 Protected Attributes inherited from PyService
static const char *const s_checkTimeStrings [_checkCount]
 

Detailed Description

Definition at line 32 of file CalendarMgrService.h.

Constructor & Destructor Documentation

CalendarMgrService::CalendarMgrService ( PyServiceMgr mgr)
CalendarMgrService::~CalendarMgrService ( )

Definition at line 54 of file CalendarMgrService.cpp.

References m_dispatch.

55 {
56  delete m_dispatch;
57 }
Dispatcher *const m_dispatch

Member Function Documentation

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

Member Data Documentation

Dispatcher* const CalendarMgrService::m_dispatch
protected

Definition at line 40 of file CalendarMgrService.h.

Referenced by ~CalendarMgrService().


The documentation for this class was generated from the following files: