Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp66 typeMap["MousePress"] = &CommandLineFactory::CreateObject<TouchPressCommand>; in InitCommandMap()
DCommandLine.h108 class TouchPressCommand : public CommandLine, public TouchAndMouseCommand {
110 TouchPressCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
111 ~TouchPressCommand() override {} in ~TouchPressCommand()
DCommandLine.cpp193 bool TouchPressCommand::IsActionArgValid() const in IsActionArgValid()
212 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in TouchPressCommand() function in TouchPressCommand
217 void TouchPressCommand::RunAction() in RunAction()