Lines Matching refs:CommandParser

23 #include "CommandParser.h"
136 CommandParser::GetInstance().orignalResolutionWidth = width;
137 CommandParser::GetInstance().orignalResolutionHeight = height;
138 CommandParser::GetInstance().compressionResolutionWidth = width;
139 CommandParser::GetInstance().compressionResolutionHeight = height;
263 CommandParser::GetInstance().screenMode = CommandParser::ScreenMode::DYNAMIC;
266 CommandParser::GetInstance().screenMode = CommandParser::ScreenMode::STATIC;
277 CommandParser::GetInstance().staticCard = false;
280 CommandParser::GetInstance().staticCard = true;
361 CommandParser::GetInstance().staticCard = false;
363 CommandParser::GetInstance().screenMode = CommandParser::ScreenMode::DYNAMIC;
407 CommandParser& parser = CommandParser::GetInstance();
408 CommandParser::GetInstance().argsMap.clear();
409 CommandParser::GetInstance().argsMap["-foldable"] = { foldable };
410 CommandParser::GetInstance().argsMap["-foldStatus"] = { foldStatus };
411 CommandParser::GetInstance().argsMap["-fr"] = { std::to_string(width), std::to_string(height) };
412 CommandParser::GetInstance().foldable = (foldable == "true");
413 CommandParser::GetInstance().foldStatus = foldStatus;
414 CommandParser::GetInstance().foldResolutionWidth = width;
415 CommandParser::GetInstance().foldResolutionHeight = height;
443 bool temp = CommandParser::GetInstance().isRegionRefresh;
444 CommandParser::GetInstance().isRegionRefresh = true;
446 CommandParser::GetInstance().isRegionRefresh = temp;
481 CommandParser::ScreenMode tempMode = CommandParser::GetInstance().screenMode;
482 CommandParser::GetInstance().screenMode = CommandParser::ScreenMode::STATIC;
488 CommandParser::GetInstance().screenMode = tempMode;
512 CommandParser::GetInstance().orignalResolutionWidth = width;
513 CommandParser::GetInstance().orignalResolutionHeight = height;
514 CommandParser::GetInstance().compressionResolutionWidth = width;
515 CommandParser::GetInstance().compressionResolutionHeight = height;