Home
last modified time | relevance | path

Searched refs:screenshotDir (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Ddirs.cpp313 if (settings.options.screenshotDir.empty()) in initRootDir()
546 if (!settings.options.screenshotDir.empty()) in initScreenshotDir()
548 settings.screenshotDir = settings.options.screenshotDir; in initScreenshotDir()
549 if (mkdir_r(settings.screenshotDir.c_str()) != 0) in initScreenshotDir()
557 else if (settings.screenshotDir.empty()) in initScreenshotDir()
562 settings.screenshotDir = decodeBase64String( in initScreenshotDir()
564 if (settings.screenshotDir.empty()) in initScreenshotDir()
567 settings.screenshotDir = getSdStoragePath() in initScreenshotDir()
570 if (mkdir_r(settings.screenshotDir.c_str())) in initScreenshotDir()
578 settings.screenshotDir = getPicturesDir(); in initScreenshotDir()
[all …]
H A Doptions.h55 screenshotDir(), in Options()
87 std::string screenshotDir; member
H A Dsettings.h49 screenshotDir(), in Settings()
115 std::string screenshotDir; variable
H A Dcommandline.cpp241 options.screenshotDir = optarg; in parseOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/
H A DScreenshotOnFailureStatement.java61 File screenshotDir = screenshotFile.getParentFile(); in takeScreenshot() local
62 if (screenshotDir == null) { in takeScreenshot()
70 if (!screenshotDir.exists()) { in takeScreenshot()
71 if (!screenshotDir.mkdirs()) { in takeScreenshot()
74 "Failed to create %s. Can't save screenshot.", screenshotDir)); in takeScreenshot()
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Utils/
H A DFolders.cpp43 std::string screenshotDir = getUserDataPath() + "/Screenshots"; in getScreenshotDir() local
44 makeDirectory(screenshotDir); in getScreenshotDir()
45 return screenshotDir; in getScreenshotDir()
/dports/x11/screengrab/screengrab-2.3.0/src/core/ui/
H A Dconfigwidget.cpp188 QDir screenshotDir(_ui->editDir->text()); in saveSettings() local
189 if (!screenshotDir.exists()) in saveSettings()
192 …s not exist. Do you want to create it?").arg(QDir::toNativeSeparators(screenshotDir.path()) + QDir… in saveSettings()
203 screenshotDir.mkpath(screenshotDir.path()); in saveSettings()
205 if (!screenshotDir.path().endsWith(QDir::separator())) in saveSettings()
207 QString updatedPath = screenshotDir.path() + QDir::separator(); in saveSettings()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/
H A DPreliminaryActions.cpp113 QDir dir(QDir().absoluteFilePath(screenshotDir)); in PRELIMINARY_ACTION_DEFINITION()
114 if (!dir.exists(dir.absoluteFilePath(screenshotDir))) { in PRELIMINARY_ACTION_DEFINITION()
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/ui/
H A Dpreferencesdialog.cpp16 screenshotDir("") in PreferencesDialog()
46 screenshotDir = QDir::toNativeSeparators(baka->mpv->getScreenshotDir()); in PreferencesDialog()
63 …ng dir = QFileDialog::getExistingDirectory(this, tr("Choose screenshot directory"), screenshotDir); in PreferencesDialog()
65 screenshotDir = dir; in PreferencesDialog()
160 baka->mpv->ScreenshotDirectory(screenshotDir); in ~PreferencesDialog()
H A Dpreferencesdialog.h38 QString screenshotDir; variable
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/
H A Dmpvhandler.h32 QString getScreenshotDir() { return screenshotDir; } in getScreenshotDir()
133 void setScreenshotDir(QString s) { emit screenshotDirChanged(screenshotDir = s); } in setScreenshotDir()
186 screenshotDir, variable
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DCLIProcessor.cpp170 QString projectionType, screenshotDir, multiresImage, startupScript; in parseCLIArgsPostConfig() local
188 screenshotDir = argsGetOptionWithArg(argList, "", "--screenshot-dir", "").toString(); in parseCLIArgsPostConfig()
267 if (!screenshotDir.isEmpty()) in parseCLIArgsPostConfig()
H A DStelMainView.cpp1656 QString screenshotDir; in doScreenshot() local
1658screenshotDir = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation)[0].append(scre… in doScreenshot()
1660 screenshotDir = StelFileMgr::getUserDir().append(screenshotDirSuffix); in doScreenshot()
1664 StelFileMgr::setScreenshotDir(screenshotDir); in doScreenshot()
1665 StelApp::getInstance().getSettings()->setValue("main/screenshot_dir", screenshotDir); in doScreenshot()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/core/
H A DGUITest.cpp30 const QString GUITest::screenshotDir = getScreenshotDir(); member in HI::GUITest
H A DGUITest.h27 static const QString screenshotDir; variable
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelFileMgr.cpp47 QString StelFileMgr::screenshotDir; member in StelFileMgr
451 return screenshotDir; in getScreenshotDir()
458 screenshotDir = userDirFI.filePath(); in setScreenshotDir()
H A DStelFileMgr.hpp214 static QString screenshotDir; member in StelFileMgr
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_debug.cpp93 FString screenshotDir = FileSys::GetDirectoryPath(FileSys::DIR_Screenshots); in PictureGrabber() local
100 if(!File(screenshotDir + PATH_SEPARATOR + fname).exists()) in PictureGrabber()
109 FILE *file = File(screenshotDir + PATH_SEPARATOR + fname).open("wb"); in PictureGrabber()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/harness/
H A DUGUITest.h111 static const QString screenshotDir; variable
H A DUGUITest.cpp164 const QString UGUITest::screenshotDir = getScreenshotDir(); member in U2::UGUITest
H A DGUITestThread.cpp165 originalPixmap.save(HI::GUITest::screenshotDir + test->getFullName() + ".jpg"); in saveScreenshot()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dprefgeneral.h68 QString screenshotDir();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosconfigurations.h116 static Utils::FilePath screenshotDir();
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A Dgui_funcs.cxx442 SGPath nextScreenshotPath(const SGPath& screenshotDir) in nextScreenshotPath() argument
458 SGPath p = screenshotDir / filename; in nextScreenshotPath()
/dports/audio/audacity/audacity-Audacity-3.1.3/scripts/piped-work/
H A Dpipe_test.pl17 our $screenshotDir = $home.'/pipetest/';

12