|
EvEmu
0.8.4
11 September 2021
|
Deals with character image stuff. More...
#include "PaperDollService.h"


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 |
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.
Definition at line 41 of file PaperDollService.h.
| PaperDollService::PaperDollService | ( | PyServiceMgr * | mgr | ) |
|
virtual |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 50 of file PaperDollService.h.
|
private |
Definition at line 47 of file PaperDollService.h.
Referenced by ~PaperDollService().