Searched refs:MouseWheelCommand (Results 1 – 3 of 3) sorted by relevance
64 typeMap["CrownRotate"] = &CommandLineFactory::CreateObject<MouseWheelCommand>; in InitCommandMap()
137 class MouseWheelCommand : public CommandLine {139 MouseWheelCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);140 ~MouseWheelCommand() override {} in ~MouseWheelCommand()
233 bool MouseWheelCommand::IsActionArgValid() const in IsActionArgValid()241 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in MouseWheelCommand() function in MouseWheelCommand246 void MouseWheelCommand::RunAction() in RunAction()