Home
last modified time | relevance | path

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

/dports/polish/kadu/kadu-4.3/plugins/screenshot/
H A Dscreen-shot-saver.cpp34 m_screenShotConfiguration{screenShotConfiguration},
45 QString dirPath = m_screenShotConfiguration->imagePath(); in createScreenshotPath()
56 .arg(m_screenShotConfiguration->fileNamePrefix()) in createScreenshotPath()
58 .arg(m_screenShotConfiguration->screenshotFileNameExtension().toLower())); in createScreenshotPath()
67 int quality = m_screenShotConfiguration->quality(); in saveScreenShot()
70 if (!pixmap.save(path, qPrintable(m_screenShotConfiguration->fileFormat()), quality)) in saveScreenShot()
H A Dscreenshot.cpp48 m_screenShotConfiguration{screenShotConfiguration}, in ScreenShot()
136 auto saver = new ScreenShotSaver(m_iconsManager, m_screenShotConfiguration, this); in screenshotReady()
139 if (m_screenShotConfiguration->pasteImageClauseIntoChatWidget()) in screenshotReady()
169 if (!m_screenShotConfiguration->warnAboutDirectorySize()) in checkShotsSize()
174 long limit = m_screenShotConfiguration->directorySizeLimit(); in checkShotsSize()
175 QDir dir(m_screenShotConfiguration->imagePath()); in checkShotsSize()
177 QString prefix = m_screenShotConfiguration->fileNamePrefix(); in checkShotsSize()
H A Dscreen-shot-saver.h36 QPointer<ScreenShotConfiguration> m_screenShotConfiguration; variable
H A Dscreenshot-plugin-object.cpp67 m_screenShotConfiguration = screenShotConfiguration; in setScreenShotConfiguration()
H A Dscreenshot-plugin-object.h49 QPointer<ScreenShotConfiguration> m_screenShotConfiguration; variable
H A Dscreenshot.h57 QPointer<ScreenShotConfiguration> m_screenShotConfiguration; variable
/dports/polish/kadu/kadu-4.3/plugins/screenshot/gui/actions/
H A Dscreenshot-action.cpp40 m_screenShotConfiguration{screenShotConfiguration} in ScreenshotAction()
120 …(m_pluginInjectedFactory->makeInjected<ScreenShot>(m_screenShotConfiguration, chatWidget))->takeSt… in takeStandardShotSlot()
127 …(m_pluginInjectedFactory->makeInjected<ScreenShot>(m_screenShotConfiguration, chatWidget))->takeSh… in takeShotWithChatWindowHiddenSlot()
134 …(m_pluginInjectedFactory->makeInjected<ScreenShot>(m_screenShotConfiguration, chatWidget))->takeWi… in takeWindowShotSlot()
H A Dscreenshot-actions.cpp49 m_screenShotConfiguration = screenShotConfiguration; in setScreenShotConfiguration()
54 …escription = m_pluginInjectedFactory->makeOwned<ScreenshotAction>(m_screenShotConfiguration, this); in init()
H A Dscreenshot-actions.h44 QPointer<ScreenShotConfiguration> m_screenShotConfiguration; variable
H A Dscreenshot-action.h37 QPointer<ScreenShotConfiguration> m_screenShotConfiguration; variable