Inherits MLABSimpleWidgetControl.
Public Slots | |
Scripting access | |
| void | clear () |
| void | reload () |
| void | setApplication (const QString &application) |
| void | setDirectory (const QString &dir) |
Control for an application screenshot gallery. The screenshots can either stay in the global screenshot gallery, or a directory can be set via setDirectory() to store the screenshots local to a current dataset. The application can be given via the application tag or via setApplication() and enables a filter that only collects screenshots for that application.
MDL reference: ScreenshotGallery
| void MLABScreenshotGalleryControl::clear | ( | ) | [slot] |
clear current screenshots and open new session
| void MLABScreenshotGalleryControl::reload | ( | ) | [slot] |
load all screenshots from given directory (using filter and given directory)
| void MLABScreenshotGalleryControl::setApplication | ( | const QString & | application | ) | [slot] |
set application name as filter to use (clears implicitly)
| void MLABScreenshotGalleryControl::setDirectory | ( | const QString & | dir | ) | [slot] |
set the directory to use for screenshots (clears implicitly)
1.5.8