Maya 1.0
|
A set of cameras. More...
#include <maya.h>
Public Member Functions | |
MayaCameraSet () | |
Create set of camera. More... | |
void | Push (const Camera &) |
Add a camera to the set. More... | |
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.
void MayaCameraSet::Push | ( | const Camera & | c | ) |
Add a camera to the set.
c | Camera. |
References cameras.
Referenced by MayaWidget::AddCamera().