The Scene defines the scene parameters. The Scene object can be instantiated in the scripting environment. A list of scenes can be retrieved by calling ControlCentre.scenes( job ). A new scene may be added by the following ( Note only ControlCentre modifies the database )
More...
#include <scriptojbects.h>
The Scene defines the scene parameters. The Scene object can be instantiated in the scripting environment. A list of scenes can be retrieved by calling ControlCentre.scenes( job ). A new scene may be added by the following ( Note only ControlCentre modifies the database )
var scene =
new Scene(job.name,
"TestScene");
scene.fileSystem = "/USADATA";
Scene::Scene |
( |
const String & |
jobName, |
|
|
const String & |
name, |
|
|
QObject * |
|
|
) |
| |
String Scene::approvalStage |
( |
| ) |
const |
String Scene::atdName |
( |
| ) |
const |
int Scene::checkoutDate |
( |
| ) |
const |
bool Scene::checkoutLock |
( |
| ) |
const |
String Scene::checkoutUser |
( |
| ) |
const |
int Scene::currentVer |
( |
| ) |
const |
String Scene::fileSystem |
( |
| ) |
const |
int Scene::frames |
( |
| ) |
const |
String Scene::jobName |
( |
| ) |
const |
String Scene::name |
( |
| ) |
const |
int Scene::paperSize |
( |
| ) |
const |
String Scene::path |
( |
| ) |
const |
int Scene::pencilTest |
( |
| ) |
const |
int Scene::priority |
( |
| ) |
const |
double Scene::scanSize |
( |
| ) |
const |
void Scene::setApprovalStage |
( |
const String & |
approvalStage | ) |
|
void Scene::setAtdname |
( |
const String & |
name | ) |
|
void Scene::setCheckoutDate |
( |
int |
d | ) |
|
void Scene::setCheckoutLock |
( |
bool |
l | ) |
|
void Scene::setCheckoutUser |
( |
String & |
u | ) |
|
void Scene::setCurrentVer |
( |
int |
p | ) |
|
|
private |
void Scene::setFileSystem |
( |
const String & |
fileSystem | ) |
|
void Scene::setFrames |
( |
int |
frames | ) |
|
void Scene::setName |
( |
const String & |
n | ) |
|
|
private |
void Scene::setPaperSize |
( |
int |
p | ) |
|
|
private |
void Scene::setPath |
( |
const String & |
name | ) |
|
void Scene::setPencilTest |
( |
int |
p | ) |
|
|
private |
void Scene::setPriority |
( |
int |
priority | ) |
|
void Scene::setScanSize |
( |
double |
p | ) |
|
|
private |
void Scene::setTdname |
( |
const String & |
name | ) |
|
String Scene::tdName |
( |
| ) |
const |
String Scene::toString |
( |
bool |
verbose | ) |
const |
|
slot |
Print out scene paramaters.
- Parameters
-
verbose | if false, print out only name, fileSystem,priority,length and current version |
String Scene::_approvalStage |
|
private |
bool Scene::_checkoutLock |
|
private |
String Scene::_checkoutUser |
|
private |
String Scene::_fileSystem |
|
private |
String Scene::approvalStage |
|
readprivate |
assistant technical director ( user name )
the date the scene was checked-out
String Scene::checkoutUser |
|
readprivate |
user who has scene checked-out
scene version that is marked current
filesystem where it resides
length of scene on last version save
name of job that contains scene
technical director ( user name )
The documentation for this class was generated from the following file: