Searched refs:m_ViewCommand (Results 1 – 1 of 1) sorted by relevance
33 const std::vector<unicode_t>& GetViewCommand() const { return m_ViewCommand; } in GetViewCommand()69 void SetViewCommand( const std::vector<unicode_t>& S ) { m_ViewCommand = S; } in SetViewCommand()80 std::vector<unicode_t> m_ViewCommand; variable