Searched refs:m_interactive (Results 1 – 2 of 2) sorted by relevance
210 m_interactive = true; in Clear()221 bool CommandReturnObject::GetInteractive() const { return m_interactive; } in GetInteractive()223 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive()
212 bool m_interactive = true; variable