HomeSort by relevance Sort by last modified time
    Searched refs:pPrefs (Results 1 - 7 of 7) sorted by null

  /development/simulator/app/
PrefsDialog.cpp 83 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
84 assert(pPrefs != NULL);
91 pPrefs->GetDouble("gamma", &mGammaCorrection);
92 pPrefs->GetString("debugger", /*ref*/ mDebugger);
93 pPrefs->GetString("valgrinder", /*ref*/ mValgrinder);
94 pPrefs->GetBool("auto-power-on", &mAutoPowerOn);
95 pPrefs->GetBool("enable-sound", &mEnableSound);
96 pPrefs->GetBool("enable-fake-camera", &mEnableFakeCamera);
182 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
183 assert(pPrefs != NULL)
    [all...]
MainFrame.cpp 103 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
107 pPrefs->GetInt("window-device-x", &val);
110 pPrefs->GetInt("window-device-y", &val);
149 pPrefs->GetBool("window-log-show", &showLogWindow);
164 pPrefs->GetBool("auto-power-on", &autoPowerOn);
186 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
223 pPrefs->GetString("default-device", /*ref*/ defaultDevice);
295 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
367 if (pPrefs->GetString("java-app-name", /*ref*/ tmpStr))
401 pPrefs->GetInt("onion-skin-alpha-value", &initialAlphaVal)
    [all...]
LogWindow.cpp 110 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
113 pPrefs->GetInt("log-pool-size-kbytes", &poolSize);
118 pPrefs->GetInt("log-display-msg-count", &mMaxDisplayMsgs);
126 pPrefs->GetInt("log-header-format", &tmpInt);
128 pPrefs->GetBool("log-single-line", &mSingleLine);
129 pPrefs->GetInt("log-extra-spacing", &mExtraSpacing);
130 pPrefs->GetInt("log-point-size", &mPointSize);
131 pPrefs->GetBool("log-use-color", &mUseColor);
132 pPrefs->SetBool("log-font-monospace", &mFontMonospace);
136 pPrefs->GetBool("log-write-file", &mWriteFile)
    [all...]
Preferences.cpp 49 TiXmlNode* pPrefs;
50 pPrefs = mpDoc->FirstChild("prefs");
51 if (pPrefs == NULL) {
152 TiXmlNode* pPrefs;
156 pPrefs = mpDoc->FirstChild("prefs");
168 pPrefs->InsertEndChild(elem);
280 TiXmlNode* pPrefs;
282 pPrefs = mpDoc->FirstChild("prefs");
283 assert(pPrefs != NULL);
288 pPrefs->InsertEndChild(elem)
    [all...]
DeviceManager.cpp 602 Preferences* pPrefs;
629 pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
630 if (pPrefs == NULL) {
645 pPrefs->GetBool("check-jni", &doCheckJni);
649 pPrefs->GetString("ld-assume-kernel", /*ref*/ tmpStr);
657 pPrefs->GetBool("enable-sound", &doEnableSound);
662 pPrefs->GetBool("enable-fake-camera", &doEnableFakeCamera);
700 pPrefs->GetString("launch-command", /*ref*/ termCmd);
727 pPrefs->GetString("launch-wrapper-args", /*ref*/ launchWrapperArgs);
738 pPrefs->GetBool("debug", &doDebug)
    [all...]
DeviceWindow.cpp 163 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
164 assert(pPrefs != NULL);
169 bool overlayOnionSkinExists = pPrefs->GetBool("overlay-onion-skin", &overlayOnionSkin);
171 bool fileNameExists = pPrefs->GetString("onion-skin-file-name", &onionSkinFileName);
181 pPrefs->GetInt("onion-skin-alpha-value", &alphaVal);
PropertyServer.cpp 165 Preferences* pPrefs = ((MyApp*)wxTheApp)->GetPrefs();
168 pPrefs->GetBool("check-jni", &doCheckJni);

Completed in 695 milliseconds