Home
last modified time | relevance | path

Searched refs:MouseWheelCommand (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h137 class MouseWheelCommand : public CommandLine { class
139 MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
140 ~MouseWheelCommand() override {}
H A DCommandLineFactory.cpp64 typeMap["CrownRotate"] = &CommandLineFactory::CreateObject<MouseWheelCommand>; in InitCommandMap()
H A DCommandLine.cpp230 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 DCommandLineTest.cpp1334 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