Home
last modified time | relevance | path

Searched refs:getScreenshotFormat (Results 1 – 5 of 5) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.hpp57 …Q_PROPERTY(QString screenShotFormat READ getScreenshotFormat WRITE setScreenshotF…
133 QString getScreenshotFormat() const {return screenShotFormat;} in getScreenshotFormat() function in StelMainView
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/ui/
H A Dscreenshotdialog.cpp18 ui->formatComboBox->setCurrentText(mpv->getScreenshotFormat()); in ScreenshotDialog()
H A Dpreferencesdialog.cpp45 ui->formatComboBox->setCurrentText(baka->mpv->getScreenshotFormat()); in PreferencesDialog()
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/
H A Dmpvhandler.h30 QString getScreenshotFormat() { return screenshotFormat; } in getScreenshotFormat() function
/dports/astro/stellarium/stellarium-0.21.3/src/scripting/
H A DStelMainScriptAPI.cpp303 QString oldFormat=StelMainView::getInstance().getScreenshotFormat(); in screenshot()