#include "ScenarioService.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 ScenarioService.h.
ScenarioService::~ScenarioService |
( |
| ) |
|
|
virtual |
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 |
Dispatcher* const ScenarioService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: