Scene Class Reference

The Scene defines the scene parameters. More...

Public Slots

String toString (bool verbose) const
 Print out scene parameters. More...
 
String toString () const
 Print out scene parameters. More...
 

Public Member Functions

 Scene (const String &jobName, const String &name)
 Defines a scene object. More...
 

Properties

String name
 name of scene More...
 
String jobName
 name of job that contains scene More...
 
String fileSystem
 filesystem where it resides More...
 
String approvalStage
 
int priority
 between 1 and 10 More...
 
int frames
 length of scene on last version save More...
 
int pencilTest
 
int paperSize
 
double scanSize
 
String tdName
 technical director ( user name ) More...
 
String atdName
 assistant technical director ( user name ) More...
 
int currentVer
 scene version that is marked current More...
 
String path
 real path to scene More...
 
bool checkoutLock
 is the scene checked-out More...
 
String checkoutUser
 user who has scene checked-out More...
 
int checkoutDate
 the date the scene was checked-out More...
 
String assignedTo
 user who is assigned to this scene More...
 

Detailed Description

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";

Constructor & Destructor Documentation

◆ Scene()

Scene::Scene ( const String &  jobName,
const String &  name 
)

Defines a scene object.

Parameters
jobNamename of job
namename of Scene

Member Function Documentation

◆ toString [1/2]

String Scene::toString ( bool  verbose) const
slot

Print out scene parameters.

Parameters
verboseif false, print out only name, fileSystem,priority,length and current version

◆ toString [2/2]

String Scene::toString ( ) const
slot

Print out scene parameters.

print out all data related to the scene

Property Documentation

◆ approvalStage

String Scene::approvalStage
read

◆ assignedTo

String Scene::assignedTo
read

user who is assigned to this scene

◆ atdName

String Scene::atdName
read

assistant technical director ( user name )

◆ checkoutDate

int Scene::checkoutDate
read

the date the scene was checked-out

◆ checkoutLock

bool Scene::checkoutLock
read

is the scene checked-out

◆ checkoutUser

String Scene::checkoutUser
read

user who has scene checked-out

◆ currentVer

int Scene::currentVer
read

scene version that is marked current

◆ fileSystem

String Scene::fileSystem
readwrite

filesystem where it resides

◆ frames

int Scene::frames
read

length of scene on last version save

◆ jobName

String Scene::jobName
read

name of job that contains scene

◆ name

String Scene::name
read

name of scene

◆ paperSize

int Scene::paperSize
read

◆ path

String Scene::path
read

real path to scene

◆ pencilTest

int Scene::pencilTest
read

◆ priority

int Scene::priority
read

between 1 and 10

◆ scanSize

double Scene::scanSize
read

◆ tdName

String Scene::tdName
read

technical director ( user name )