Searched refs:m_interactive (Results 1 – 2 of 2) sorted by relevance
151 m_interactive = true; in Clear()162 bool CommandReturnObject::GetInteractive() const { return m_interactive; } in GetInteractive()164 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive()
170 bool m_interactive = true; variable