Home
last modified time | relevance | path

Searched refs:screenShotFormat (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogPaths.cpp140 : screenShotFormat(SCREENSHOT_PNG) {} in Settings()
277 settings.screenShotFormat = static_cast<ScreenShotFormat>(Lut::screenShots[i].type); in Paths()
345 screenshots[ "format" ].Str() = Lut::screenShots[settings.screenShotFormat].cfg; in Save()
351 switch (settings.screenShotFormat) in GetScreenShotExtension()
411 ScreenShotFormat screenShotFormat = SCREENSHOT_PNG; in Update() local
414 screenShotFormat = settings.screenShotFormat; in Update()
417 …ialog.RadioButton( Lut::screenShots[i].dlg ).Check( Lut::screenShots[i].type == screenShotFormat ); in Update()
479 settings.screenShotFormat = static_cast<ScreenShotFormat>(Lut::screenShots[i].type); in OnCmdOk()
H A DNstDialogPaths.hpp101 ScreenShotFormat screenShotFormat; member
133 return settings.screenShotFormat; in GetScreenShotFormat()
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.hpp57 …Q_PROPERTY(QString screenShotFormat READ getScreenshotFormat WRITE setScreenshotF… property in StelMainView
133 QString getScreenshotFormat() const {return screenShotFormat;} in getScreenshotFormat()
292 QString screenShotFormat; //! file type like "png" or "jpg". member in StelMainView
H A DStelMainView.cpp553 screenShotFormat("png"), in StelMainView()
868 screenShotFormat = configuration->value("main/screenshot_format", "png").toString(); in init()
1493 screenShotFormat=candidate; in setScreenshotFormat()
1692 shotPath = QFileInfo(shotDir.filePath() + "/" + screenShotPrefix + "." + screenShotFormat); in doScreenshot()
1698 …+ "/" + screenShotPrefix + QString("%1").arg(j, 3, 10, QLatin1Char('0')) + "." + screenShotFormat); in doScreenshot()
1705 if (screenShotFormat=="tif") in doScreenshot()
1707 if (screenShotFormat=="jpg") in doScreenshot()
1711 if (screenShotFormat=="jpeg") in doScreenshot()