Home
last modified time | relevance | path

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

/dports/polish/kadu/kadu-4.3/plugins/screenshot/gui/actions/
H A Dscreenshot-actions.cpp47 void ScreenshotActions::setScreenShotConfiguration(ScreenShotConfiguration *screenShotConfiguration) in setScreenShotConfiguration() argument
49 m_screenShotConfiguration = screenShotConfiguration; in setScreenShotConfiguration()
H A Dscreenshot-action.cpp38 ScreenshotAction::ScreenshotAction(ScreenShotConfiguration *screenShotConfiguration, QObject *paren… in ScreenshotAction() argument
40 m_screenShotConfiguration{screenShotConfiguration} in ScreenshotAction()
H A Dscreenshot-actions.h51 INJEQT_SET void setScreenShotConfiguration(ScreenShotConfiguration *screenShotConfiguration);
H A Dscreenshot-action.h54 explicit ScreenshotAction(ScreenShotConfiguration *screenShotConfiguration, QObject *parent);
/dports/polish/kadu/kadu-4.3/plugins/screenshot/
H A Dscreenshot-plugin-object.cpp65 …creenshotPluginObject::setScreenShotConfiguration(ScreenShotConfiguration *screenShotConfiguration) in setScreenShotConfiguration() argument
67 m_screenShotConfiguration = screenShotConfiguration; in setScreenShotConfiguration()
H A Dscreen-shot-saver.cpp31 …enShotSaver(IconsManager *iconsManager, ScreenShotConfiguration *screenShotConfiguration, QObject … in ScreenShotSaver() argument
34 m_screenShotConfiguration{screenShotConfiguration},
H A Dscreenshot.cpp47 ScreenShot::ScreenShot(ScreenShotConfiguration *screenShotConfiguration, ChatWidget *chatWidget) : in ScreenShot() argument
48 m_screenShotConfiguration{screenShotConfiguration}, in ScreenShot()
H A Dscreen-shot-saver.h43 …enShotSaver(IconsManager *iconsManager, ScreenShotConfiguration *screenShotConfiguration, QObject …
H A Dscreenshot-plugin-object.h57 INJEQT_SET void setScreenShotConfiguration(ScreenShotConfiguration *screenShotConfiguration);
H A Dscreenshot.h84 explicit ScreenShot(ScreenShotConfiguration *screenShotConfiguration, ChatWidget *chatWidget);