Searched refs:typeMap (Results 1 – 2 of 2) sorted by relevance
24 CommandLineFactory::CommandTypeMap CommandLineFactory::typeMap = CommandLineFactory::CommandTypeMap… member in CommandLineFactory35 typeMap["BackClicked"] = &CommandLineFactory::CreateObject<BackClickedCommand>; in InitCommandMap()36 typeMap["inspector"] = &CommandLineFactory::CreateObject<InspectorJSONTree>; in InitCommandMap()37 typeMap["inspectorDefault"] = &CommandLineFactory::CreateObject<InspectorDefault>; in InitCommandMap()38 typeMap["ColorMode"] = &CommandLineFactory::CreateObject<ColorModeCommand>; in InitCommandMap()39 typeMap["Orientation"] = &CommandLineFactory::CreateObject<OrientationCommand>; in InitCommandMap()40 typeMap["ResolutionSwitch"] = &CommandLineFactory::CreateObject<ResolutionSwitchCommand>; in InitCommandMap()41 typeMap["CurrentRouter"] = &CommandLineFactory::CreateObject<CurrentRouterCommand>; in InitCommandMap()42 typeMap["ReloadRuntimePage"] = &CommandLineFactory::CreateObject<ReloadRuntimePageCommand>; in InitCommandMap()43 typeMap["FontSelect"] = &CommandLineFactory::CreateObject<FontSelectCommand>; in InitCommandMap()[all …]
40 static CommandTypeMap typeMap; variable