#include "FactoryService.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
} |
|
PyObject * | _BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check) |
|
virtual PyBoundObject * | CreateBoundObject (Client *pClient, const PyRep *bind_args) |
|
virtual PyResult | Handle_MachoResolveObject (PyCallArgs &call) |
|
virtual PyResult | Handle_MachoBindObject (PyCallArgs &call) |
|
void | _SetCallDispatcher (CallDispatcher *d) |
|
PyServiceMgr *const | m_manager |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 32 of file FactoryService.h.
FactoryService::~FactoryService |
( |
| ) |
|
|
virtual |
FactoryService::PyCallable_DECL_CALL |
( |
GetBlueprintAttributes |
| ) |
|
|
private |
FactoryService::PyCallable_DECL_CALL |
( |
GetMaterialsForTypeWithActivity |
| ) |
|
|
private |
FactoryService::PyCallable_DECL_CALL |
( |
GetMaterialCompositionOfItemType |
| ) |
|
|
private |
FactoryService::PyCallable_DECL_CALL |
( |
GetBlueprintInformationAtLocation |
| ) |
|
|
private |
FactoryService::PyCallable_DECL_CALL |
( |
GetBlueprintInformationAtLocationWithFlag |
| ) |
|
|
private |
Dispatcher* const FactoryService::m_dispatch |
|
private |
The documentation for this class was generated from the following files: