Responsible for creating and storing scenes. More...
#include <Producer.hpp>
Public Member Functions | |
Producer (Scene *s, Canvas *c) | |
void | copy (int command) |
void | cut (int command) |
void | duplicate (int command) |
void | list (int command) |
void | open (int command, const string &arg) |
void | paste (int command) |
void | quit (int command) |
void | save (int command) |
Responsible for creating and storing scenes.
void list | ( | int | command | ) |
Prints the scene.
void open | ( | int | command, | |
const string & | filename | |||
) |
Opens a scene from an XML file.
Exception | if scene is NULL. |