Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp64 typeMap["CrownRotate"] = &CommandLineFactory::CreateObject<MouseWheelCommand>; in InitCommandMap()
DCommandLine.h137 class MouseWheelCommand : public CommandLine {
139 MouseWheelCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
140 ~MouseWheelCommand() override {} in ~MouseWheelCommand()
DCommandLine.cpp233 bool MouseWheelCommand::IsActionArgValid() const in IsActionArgValid()
241 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in MouseWheelCommand() function in MouseWheelCommand
246 void MouseWheelCommand::RunAction() in RunAction()