Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp40 typeMap["ResolutionSwitch"] = &CommandLineFactory::CreateObject<ResolutionSwitchCommand>; in InitCommandMap()
DCommandLine.h198 class ResolutionSwitchCommand : public CommandLine {
200ResolutionSwitchCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket…
201 ~ResolutionSwitchCommand() override {} in ~ResolutionSwitchCommand()
DCommandLine.cpp419 ResolutionSwitchCommand::ResolutionSwitchCommand(CommandType commandType, in ResolutionSwitchCommand() function in ResolutionSwitchCommand
426 bool ResolutionSwitchCommand::IsSetArgValid() const in IsSetArgValid()
444 bool ResolutionSwitchCommand::IsIntValValid(const Json::Value& args) const in IsIntValValid()
460 void ResolutionSwitchCommand::RunSet() in RunSet()