DBS_ExportSizeWrapper defines the parameters for a database Export size calculation command.
More...
#include <scriptimportexport.h>
DBS_ExportSizeWrapper defines the parameters for a database Export size calculation command.
var scenes = [];
scenes.push("scene1");
scenes.push("scene2");
var job =
new Job(
"myEnvName",
"myJobName");
var exportData =
new ExportData( job.envName, job.name, scenes,
"/home/user/testExport");
print(" elementdir is " + sizeC.element );
ExportSize::ExportSize |
( |
const String & |
envName, |
|
|
const StringList & |
sceneNames, |
|
|
QObject * |
|
|
) |
| |
ExportSize::~ExportSize |
( |
| ) |
|
float ExportSize::annotation |
( |
| ) |
const |
|
inline |
float ExportSize::audio |
( |
| ) |
const |
|
inline |
float ExportSize::database |
( |
| ) |
const |
|
inline |
float ExportSize::element |
( |
| ) |
const |
|
inline |
float ExportSize::envGroup |
( |
| ) |
const |
|
inline |
float ExportSize::envLibrary |
( |
| ) |
const |
|
inline |
float ExportSize::envPalette |
( |
| ) |
const |
|
inline |
float ExportSize::final |
( |
| ) |
const |
|
inline |
float ExportSize::jobGroup |
( |
| ) |
const |
|
inline |
float ExportSize::jobLibrary |
( |
| ) |
const |
|
inline |
String ExportSize::jobName |
( |
| ) |
const |
float ExportSize::jobPalette |
( |
| ) |
const |
|
inline |
float ExportSize::other |
( |
| ) |
const |
|
inline |
float ExportSize::sceneGroup |
( |
| ) |
const |
|
inline |
float ExportSize::sceneLibrary |
( |
| ) |
const |
|
inline |
StringList ExportSize::sceneNames |
( |
| ) |
const |
float ExportSize::scenePalette |
( |
| ) |
const |
|
inline |
float ExportSize::stage |
( |
| ) |
const |
|
inline |
float ExportSize::timing |
( |
| ) |
const |
|
inline |
float ExportSize::_annotation |
float ExportSize::_database |
float ExportSize::_element |
float ExportSize::_envGroup |
float ExportSize::_envLibrary |
float ExportSize::_envPalette |
float ExportSize::_jobGroup |
float ExportSize::_jobLibrary |
String ExportSize::_jobName |
float ExportSize::_jobPalette |
float ExportSize::_sceneGroup |
float ExportSize::_sceneLibrary |
StringList ExportSize::_sceneNames |
float ExportSize::_scenePalette |
float ExportSize::_timing |
float ExportSize::annotation |
|
readprivate |
float ExportSize::database |
|
readprivate |
float ExportSize::element |
|
readprivate |
float ExportSize::envGroup |
|
readprivate |
macros at the environment level
float ExportSize::envLibrary |
|
readprivate |
libraries at the environment level
float ExportSize::envPalette |
|
readprivate |
palettes at the environment level
float ExportSize::jobGroup |
|
readprivate |
float ExportSize::jobLibrary |
|
readprivate |
libraries at the job level
String ExportSize::jobName |
|
readprivate |
float ExportSize::jobPalette |
|
readprivate |
palettes at the job level
other ( non-standard ) folders that are at scene level
float ExportSize::sceneGroup |
|
readprivate |
macros at the scene level
float ExportSize::sceneLibrary |
|
readprivate |
libraries at the scene level
StringList ExportSize::sceneNames |
|
readprivate |
float ExportSize::scenePalette |
|
readprivate |
palettes at the scene level
The documentation for this class was generated from the following file: