Script
Public Slots | List of all members
library Class Reference

The library class provides an interface to select templates, and generate thumbnails and movies for them. More...

#include <library.h>

Inheritance diagram for library:
Inheritance graph
[legend]
Collaboration diagram for library:
Collaboration graph
[legend]

Public Slots

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...
 

Detailed Description

The library class provides an interface to select templates, and generate thumbnails and movies for them.

Member Function Documentation

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: