Searched refs:MouseWheelCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 137 class MouseWheelCommand : public CommandLine { class 139 MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 140 ~MouseWheelCommand() override {}
|
| H A D | CommandLineFactory.cpp | 64 typeMap["CrownRotate"] = &CommandLineFactory::CreateObject<MouseWheelCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 230 bool MouseWheelCommand::IsActionArgValid() const in IsActionArgValid() 238 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in MouseWheelCommand() function in MouseWheelCommand 243 void MouseWheelCommand::RunAction() in RunAction()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 1334 MouseWheelCommand command1(type, args1, *socket); in TEST_F() 1340 MouseWheelCommand command2(type, args2, *socket); in TEST_F() 1347 MouseWheelCommand command3(type, args3, *socket); in TEST_F()
|
Completed in 8 milliseconds