Searched refs:SetInteractive (Results 1 – 5 of 5) sorted by relevance
149 void SetInteractive(bool b);
158 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
2310 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
176 result.ref().SetInteractive(false); in HandleCommand()
3402 result.SetInteractive(false); in HandleStop()