Screenshot.hh
Go to the documentation of this file.
58 )
66 )
Q_INVOKABLE QString SavedScreenshotPath() const
Get the filepath of the saved screenshot as a string, for example '/home/Pictures/[timestamp].png'.
STL namespace.
void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
Definition: Application.hh:35
Q_INVOKABLE void SetDirectory(const QString &_dirUrl)
Set the directory path from a string, for example '/home/Pictures'.
Q_INVOKABLE QString Directory() const
Get the directory path as a string, for example '/home/Pictures'.
QString directory
Directory to save screenshots.
Definition: Screenshot.hh:58
QString savedScreenshotPath
Saved screenshot filepath.
Definition: Screenshot.hh:66
Q_INVOKABLE void SetSavedScreenshotPath(const QString &_filename)
Set the filepath of the saved screenshot from a string, for example '/home/Pictures/[timestamp].png'.