Searched refs:SetInteractive (Results 1 – 5 of 5) sorted by relevance
152 void SetInteractive(bool b);
164 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
2559 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
168 result.ref().SetInteractive(false); in HandleCommand()
3705 result.SetInteractive(false); in HandleStop()