#include <CCameraKeyPathPoint.h>
Public Member Functions | |
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 |
CCameraKeyPathPoint::CCameraKeyPathPoint | ( | ) | [inline] |
default constructor. Creates a default camera, default attributes, and sets the name to "new camera".
CCameraKeyPathPoint::CCameraKeyPathPoint | ( | CCamera | camera, | |
CCameraKeyPathAttributes | atts, | |||
QString | qName | |||
) | [inline] |
Constructor using given camera, attributes and name.
CCameraKeyPathPoint::~CCameraKeyPathPoint | ( | ) | [inline] |
default destructor.
CCamera* CCameraKeyPathPoint::changeCamera | ( | ) | [inline] |
Returns a pointer to a camera. To change camera and attribute members.
CCameraKeyPathAttributes CCameraKeyPathPoint::getAttributes | ( | ) | const [inline] |
Returns attributes.
CCamera CCameraKeyPathPoint::getCamera | ( | ) | const [inline] |
Returns camera.
QString CCameraKeyPathPoint::getName | ( | ) | const [inline] |
Returns name.
void CCameraKeyPathPoint::setAttributes | ( | int | nFrames, | |
float | rfTension, | |||
float | rfCon, | |||
float | rfBias | |||
) |
Set attributes to given attributes.
void CCameraKeyPathPoint::setAttributes | ( | CCameraKeyPathAttributes | ) |
Set attributes to given attributes.
void CCameraKeyPathPoint::setCamera | ( | CCamera | ) |
Set camera to given camera.
void CCameraKeyPathPoint::setName | ( | QString | ) |
Set name to given name.
Current attributes.
CCamera CCameraKeyPathPoint::m_camera [protected] |
Current camera.
QString CCameraKeyPathPoint::m_qName [protected] |
Current name.