Lines Matching refs:StateActions
23 StateActions g_nullAction;
26 int StateActions::Handle(const StateMsg &msg, State &nextState)
53 StateActions& ModuleStates::ForState(const State &s)
57 StateActions* action = new (std::nothrow) StateActions();
69 StateActions& ModuleStates::ForState(int simpleState)
77 StateActions& action = ForState(i);
84 void ModuleStates::ToState(std::map<State, StateActions*>::iterator &nextIt)
87 StateActions* action = currState_->second;
152 StateActions *action = currState_->second;