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 () 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
 

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,
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: