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

Deals with character image stuff. More...

#include "PaperDollService.h"

Inheritance diagram for PaperDollService:
Collaboration diagram for PaperDollService:

Public Member Functions

 PaperDollService (PyServiceMgr *mgr)
 
virtual ~PaperDollService ()
 
- 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 ()
 

Private Member Functions

 PyCallable_DECL_CALL (GetPaperDollData)
 
 PyCallable_DECL_CALL (ConvertAndSavePaperDoll)
 
 PyCallable_DECL_CALL (UpdateExistingCharacterFull)
 
 PyCallable_DECL_CALL (UpdateExistingCharacterLimited)
 
 PyCallable_DECL_CALL (GetPaperDollPortraitDataFor)
 
 PyCallable_DECL_CALL (GetMyPaperDollData)
 

Private Attributes

Dispatcher *const m_dispatch
 
PaperDollDB m_db
 

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

Detailed Description

Deals with character image stuff.

Introduced with the sculpting and nextgen character creation. Seems to be only used for recustomization of existing characters, so not a priority right now.

Author
caytchen
Date
April 2011

Definition at line 41 of file PaperDollService.h.

Constructor & Destructor Documentation

PaperDollService::PaperDollService ( PyServiceMgr mgr)
PaperDollService::~PaperDollService ( )
virtual

Definition at line 47 of file PaperDollService.cpp.

References m_dispatch.

47  {
48  delete m_dispatch;
49 }
Dispatcher *const m_dispatch

Member Function Documentation

PaperDollService::PyCallable_DECL_CALL ( GetPaperDollData  )
private
PaperDollService::PyCallable_DECL_CALL ( ConvertAndSavePaperDoll  )
private
PaperDollService::PyCallable_DECL_CALL ( UpdateExistingCharacterFull  )
private
PaperDollService::PyCallable_DECL_CALL ( UpdateExistingCharacterLimited  )
private
PaperDollService::PyCallable_DECL_CALL ( GetPaperDollPortraitDataFor  )
private
PaperDollService::PyCallable_DECL_CALL ( GetMyPaperDollData  )
private

Member Data Documentation

PaperDollDB PaperDollService::m_db
private

Definition at line 50 of file PaperDollService.h.

Dispatcher* const PaperDollService::m_dispatch
private

Definition at line 47 of file PaperDollService.h.

Referenced by ~PaperDollService().


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