scene Class Reference

The scene interface has been deprecated in Storyboard Pro. Project interface should be used instead. More...

Public Member Functions

Saving functions
bool saveAs (String &pathname)
 Save the current project to the specified folder or sbpz file. More...
 

Detailed Description

The scene interface has been deprecated in Storyboard Pro. Project interface should be used instead.

Deprecated:

Member Function Documentation

◆ saveAs()

bool scene::saveAs ( String &  pathname)

Save the current project to the specified folder or sbpz file.

Save the current project to the specified folder or sbpz file. The current project is updated to use that folder or sbpz file. Any error or message is reported using the standard error logger, user will see message popup. Cannot be use in batch mode.

Parameters
pathname: New folder of the project (ie: /Users/a_user/Documents/my_save_as_project ) or new sbpz file /Users/a_user/Documents/my_save_as_project.sbpz )
Returns
true if successfully saved the project.