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