![]() |
This interface is used to access the properties of the storyboard project. More...
Public Slots | |
Property Getters and Setters | |
int | getDuration () |
returns the duration of the project in frames More... | |
bool | setTitle (String &title) |
sets the project title More... | |
String | getTitle () |
gets the project title More... | |
bool | setSubTitle (String &title) |
sets the project sub title More... | |
String | getSubTitle () |
gets the project sub title More... | |
bool | setEpisodeTitle (String &title) |
sets the edisode title More... | |
String | getEpisodeTitle () |
gets the episode title More... | |
bool | setCopyright (String &text) |
sets the project copyright text More... | |
String | getCopyright () |
gets the copyright string More... | |
bool | setStartTime (unsigned int nbFrames) |
sets the project start time More... | |
unsigned int | getStartTime () |
returns the project start time More... | |
bool | setFilmWidth (double width) |
sets the project film width More... | |
double | getFilmWidth () |
returns the project film width More... | |
This interface is used to access the properties of the storyboard project.
The following examples are provided:
|
slot |
gets the copyright string
|
slot |
returns the duration of the project in frames
|
slot |
gets the episode title
|
slot |
returns the project film width
|
slot |
returns the project start time
|
slot |
gets the project sub title
|
slot |
gets the project title
|
slot |
sets the project copyright text
text | text of copyright |
|
slot |
sets the edisode title
title | new episode title |
|
slot |
sets the project film width
width | width in inches |
|
slot |
sets the project start time
nbFrames | new start time |
|
slot |
sets the project sub title
title | new title |
|
slot |
sets the project title
title | new title |