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

#include "ScenarioService.h"

Inheritance diagram for ScenarioService:
Collaboration diagram for ScenarioService:

Public Member Functions

 ScenarioService (PyServiceMgr *mgr)
 
virtual ~ScenarioService ()
 
- 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 (ResetD)
 
 PyCallable_DECL_CALL (PlayDungeon)
 
 PyCallable_DECL_CALL (EditRoom)
 
 PyCallable_DECL_CALL (GotoRoom)
 
 PyCallable_DECL_CALL (GetDunObjects)
 
 PyCallable_DECL_CALL (GetSelObjects)
 
 PyCallable_DECL_CALL (IsSelectedByObjID)
 
 PyCallable_DECL_CALL (DuplicateSelection)
 
 PyCallable_DECL_CALL (SetSelectionByID)
 
 PyCallable_DECL_CALL (SetSelectedRadius)
 
 PyCallable_DECL_CALL (SetRotate)
 
 PyCallable_DECL_CALL (RotateSelected)
 
 PyCallable_DECL_CALL (JitterSelection)
 
 PyCallable_DECL_CALL (ArrangeSelection)
 
 PyCallable_DECL_CALL (DeleteSelected)
 
 PyCallable_DECL_CALL (RefreshSelection)
 
- 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
 
SystemDB m_db
 
- 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 ScenarioService.h.

Constructor & Destructor Documentation

ScenarioService::ScenarioService ( PyServiceMgr mgr)
ScenarioService::~ScenarioService ( )
virtual

Definition at line 58 of file ScenarioService.cpp.

References m_dispatch.

58  {
59  delete m_dispatch;
60 }
Dispatcher *const m_dispatch

Member Function Documentation

ScenarioService::PyCallable_DECL_CALL ( ResetD  )
protected
ScenarioService::PyCallable_DECL_CALL ( PlayDungeon  )
protected
ScenarioService::PyCallable_DECL_CALL ( EditRoom  )
protected
ScenarioService::PyCallable_DECL_CALL ( GotoRoom  )
protected
ScenarioService::PyCallable_DECL_CALL ( GetDunObjects  )
protected
ScenarioService::PyCallable_DECL_CALL ( GetSelObjects  )
protected
ScenarioService::PyCallable_DECL_CALL ( IsSelectedByObjID  )
protected
ScenarioService::PyCallable_DECL_CALL ( DuplicateSelection  )
protected
ScenarioService::PyCallable_DECL_CALL ( SetSelectionByID  )
protected
ScenarioService::PyCallable_DECL_CALL ( SetSelectedRadius  )
protected
ScenarioService::PyCallable_DECL_CALL ( SetRotate  )
protected
ScenarioService::PyCallable_DECL_CALL ( RotateSelected  )
protected
ScenarioService::PyCallable_DECL_CALL ( JitterSelection  )
protected
ScenarioService::PyCallable_DECL_CALL ( ArrangeSelection  )
protected
ScenarioService::PyCallable_DECL_CALL ( DeleteSelected  )
protected
ScenarioService::PyCallable_DECL_CALL ( RefreshSelection  )
protected

Member Data Documentation

SystemDB ScenarioService::m_db
protected

Definition at line 43 of file ScenarioService.h.

Dispatcher* const ScenarioService::m_dispatch
protected

Definition at line 40 of file ScenarioService.h.

Referenced by ~ScenarioService().


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