Home
last modified time | relevance | path

Searched refs:m_ViewCommand (Results 1 – 1 of 1) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dfileassociations.h33 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