The library class provides an interface to select templates, and generate thumbnails and movies for them.
More...
#include <library.h>
|
int | numberOfTemplatesSelected () const |
| returns the number of files that are selected
|
|
QString | getSelectedTemplate (int i) const |
| returns the path to the ith file that is selected
|
|
bool | getThumbnailForSelectedTpl (int idx, int res, const QString &dstPath) const |
| generates the thumbnails for selected templates
|
|
bool | getQuicktimeMovieForSelectedTpl (int idx, int start, int end, int xRes, int yRes, const QString &userName, const QString &displayModule, const QString &dstPath, bool withSound) const |
| generates the movies for selected templates
|
|
The library class provides an interface to select templates, and generate thumbnails and movies for them.
bool library::getQuicktimeMovieForSelectedTpl |
( |
int |
idx, |
|
|
int |
start, |
|
|
int |
end, |
|
|
int |
xRes, |
|
|
int |
yRes, |
|
|
const QString & |
userName, |
|
|
const QString & |
displayModule, |
|
|
const QString & |
dstPath, |
|
|
bool |
withSound |
|
) |
| const |
|
slot |
generates the movies for selected templates
QString library::getSelectedTemplate |
( |
int |
i | ) |
const |
|
slot |
returns the path to the ith file that is selected
bool library::getThumbnailForSelectedTpl |
( |
int |
idx, |
|
|
int |
res, |
|
|
const QString & |
dstPath |
|
) |
| const |
|
slot |
generates the thumbnails for selected templates
int library::numberOfTemplatesSelected |
( |
| ) |
const |
|
slot |
returns the number of files that are selected
The documentation for this class was generated from the following file: