#include <CCameraKeyPathPoint.h>
Public Methods | |
CCameraKeyPathPoint () | |
CCameraKeyPathPoint (CCamera camera, CCameraKeyPathAttributes atts, QString qName) | |
~CCameraKeyPathPoint () | |
void | setCamera (CCamera) |
void | setAttributes (CCameraKeyPathAttributes) |
void | setAttributes (int nFrames, float rfTension, float rfCon, float rfBias) |
void | setName (QString) |
CCamera * | changeCamera () |
CCamera | getCamera () const |
CCameraKeyPathAttributes | getAttributes () const |
QString | getName () const |
Protected Attributes | |
CCamera | m_camera |
CCameraKeyPathAttributes | m_attributes |
QString | m_qName |
|
default constructor. Creates a default camera, default attributes, and sets the name to "new camera". |
|
Constructor using given camera, attributes and name. |
|
default destructor. |
|
Returns a pointer to a camera. To change camera and attribute members. |
|
Returns attributes. |
|
Returns camera. |
|
Returns name. |
|
Set attributes to given attributes. |
|
Set attributes to given attributes. |
|
Set camera to given camera. |
|
Set name to given name. |
|
Current attributes. |
|
Current camera. |
|
Current name. |