#include "MarketProxyService.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
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 32 of file MarketProxyService.h.
MarketProxyService::MarketProxyService |
( |
PyServiceMgr * |
mgr | ) |
|
MarketProxyService::~MarketProxyService |
( |
| ) |
|
|
virtual |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetStationAsks |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetSystemAsks |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetRegionBest |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetMarketGroups |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetOrders |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetOldPriceHistory |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetNewPriceHistory |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
PlaceCharOrder |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetCharOrders |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
ModifyCharOrder |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
CancelCharOrder |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
CharGetNewTransactions |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
CorpGetNewTransactions |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
StartupCheck |
| ) |
|
|
protected |
MarketProxyService::PyCallable_DECL_CALL |
( |
GetCorporationOrders |
| ) |
|
|
protected |
Dispatcher* const MarketProxyService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: