Storyboard
List of all members
PropertiesManager Class Reference

This interface is used to access the properties of the storyboard project. More...

#include <propertiesManager.h>

Inheritance diagram for PropertiesManager:
Inheritance graph
[legend]
Collaboration diagram for PropertiesManager:
Collaboration graph
[legend]

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...
 

Detailed Description

This interface is used to access the properties of the storyboard project.

The following examples are provided:

var props = new PropertiesManager;
props.setTitle("An Amazing Architectural Journey");
props.setSubTitle("Memoires of R. J. MacDonald");
props.setEpisodeTitle("The First Cruise Ship Arrives");

Member Function Documentation

String PropertiesManager::getCopyright ( )
slot

gets the copyright string

int PropertiesManager::getDuration ( )
slot

returns the duration of the project in frames

String PropertiesManager::getEpisodeTitle ( )
slot

gets the episode title

double PropertiesManager::getFilmWidth ( )
slot

returns the project film width

unsigned int PropertiesManager::getStartTime ( )
slot

returns the project start time

String PropertiesManager::getSubTitle ( )
slot

gets the project sub title

String PropertiesManager::getTitle ( )
slot

gets the project title

bool PropertiesManager::setCopyright ( String &  text)
slot

sets the project copyright text

Parameters
texttext of copyright
bool PropertiesManager::setEpisodeTitle ( String &  title)
slot

sets the edisode title

Parameters
titlenew episode title
bool PropertiesManager::setFilmWidth ( double  width)
slot

sets the project film width

Parameters
widthwidth in inches
bool PropertiesManager::setStartTime ( unsigned int  nbFrames)
slot

sets the project start time

Parameters
nbFramesnew start time
bool PropertiesManager::setSubTitle ( String &  title)
slot

sets the project sub title

Parameters
titlenew title
bool PropertiesManager::setTitle ( String &  title)
slot

sets the project title

Parameters
titlenew title

The documentation for this class was generated from the following file: