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