Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h240 class FontSelectCommand : public CommandLine { class
242 FontSelectCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
243 ~FontSelectCommand() override {}
H A DCommandLineFactory.cpp41 typeMap["FontSelect"] = &CommandLineFactory::CreateObject<FontSelectCommand>; in InitCommandMap()
H A DCommandLine.cpp555 FontSelectCommand::FontSelectCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in FontSelectCommand() function in FontSelectCommand
560 bool FontSelectCommand::IsSetArgValid() const in IsSetArgValid()
569 void FontSelectCommand::RunSet() in RunSet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp323 FontSelectCommand command1(type, args1, *socket); in TEST_F()
331 FontSelectCommand command3(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds