Home
last modified time | relevance | path

Searched refs:setScreenshotFormat (Results 1 – 10 of 10) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.hpp57 …g screenShotFormat READ getScreenshotFormat WRITE setScreenshotFormat N…
132 void setScreenshotFormat(const QString filetype);
H A DStelMainView.cpp1481 void StelMainView::setScreenshotFormat(const QString filetype) in setScreenshotFormat() function in StelMainView
/dports/multimedia/mpc-qt/mpc-qt-20.10/
H A Dthumbnailerwindow.h29 void setScreenshotFormat(QString format);
H A Dthumbnailerwindow.cpp56 void ThumbnailerWindow::setScreenshotFormat(QString format) in setScreenshotFormat() function in ThumbnailerWindow
H A Dmain.cpp585 thumbnailerWindow, &ThumbnailerWindow::setScreenshotFormat); in setupSettingsConnections()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dprefgeneral.h71 void setScreenshotFormat(const QString format);
H A Dprefgeneral.cpp236 setScreenshotFormat(pref->screenshot_format); in setData()
607 void PrefGeneral::setScreenshotFormat(const QString format) { in setScreenshotFormat() function in PrefGeneral
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/
H A Dmpvhandler.h131 void setScreenshotFormat(QString s) { emit screenshotFormatChanged(screenshotFormat = s); } in setScreenshotFormat() function
H A Dmpvhandler.cpp562 setScreenshotFormat(s); in ScreenshotFormat()
/dports/astro/stellarium/stellarium-0.21.3/src/scripting/
H A DStelMainScriptAPI.cpp306 StelMainView::getInstance().setScreenshotFormat(format); in screenshot()
310 StelMainView::getInstance().setScreenshotFormat(oldFormat); in screenshot()