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... | |
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 )
Scene::Scene | ( | const String & | jobName, |
const String & | name | ||
) |
Defines a scene object.
jobName | name of job |
name | name of Scene |
|
slot |
Print out scene parameters.
verbose | if false, print out only name, fileSystem,priority,length and current version |
|
slot |
Print out scene parameters.
print out all data related to the scene
|
read |
|
read |
user who is assigned to this scene
|
read |
assistant technical director ( user name )
|
read |
the date the scene was checked-out
|
read |
is the scene checked-out
|
read |
user who has scene checked-out
|
read |
scene version that is marked current
|
readwrite |
filesystem where it resides
|
read |
length of scene on last version save
|
read |
name of job that contains scene
|
read |
name of scene
|
read |
|
read |
real path to scene
|
read |
|
read |
between 1 and 10
|
read |
|
read |
technical director ( user name )