Lines Matching defs:value
82 void JsApp::SetJsAppPath(const std::string& value)
84 jsAppPath = value;
87 void JsApp::SetScreenDensity(const std::string value)
89 screenDensity = value;
92 void JsApp::SetConfigChanges(const std::string value)
94 configChanges = value;
97 void JsApp::SetUrlPath(const std::string& value)
99 urlPath = value;
119 void JsApp::SetIsDebug(bool value)
121 isDebug = value;
124 void JsApp::SetDebugServerPort(uint16_t value)
126 debugServerPort = value;
144 void JsApp::SetArgsColorMode(const std::string& value)
146 colorMode = value;
149 void JsApp::SetArgsAceVersion(const std::string& value)
151 aceVersion = value;