|
Maya 1.0
|
A set of cameras. More...
#include <maya.h>
Public Member Functions | |
| MayaCameraSet () | |
| Create set of camera. | |
| void | Push (const Camera &) |
| Add a camera to the set. | |
| void | Pop () |
| Remove the current camera from the set. | |
| Camera | Current () const |
| Get current camera. | |
| void | Next (Camera &) |
| Set active camera as the next one in the set. | |
| QVector< Camera > | All () const |
| Get the set of cameras. | |
Protected Attributes | |
| QVector< Camera > | cameras |
| Set of cameras. | |
A set of cameras.
| MayaCameraSet::MayaCameraSet | ( | ) |
Create set of camera.
Initialize the set as empty and camera as default camera.