Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

CCameraKeyPathPoint Class Reference

#include <CCameraKeyPathPoint.h>

List of all members.

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)
CCamerachangeCamera ()
CCamera getCamera () const
CCameraKeyPathAttributes getAttributes () const
QString getName () const

Protected Attributes

CCamera m_camera
CCameraKeyPathAttributes m_attributes
QString m_qName


Detailed Description

Provides a camerakeypathpoint

Author:
Alexander Buck


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

CCameraKeyPathAttributes CCameraKeyPathPoint::m_attributes [protected]
 

Current attributes.

CCamera CCameraKeyPathPoint::m_camera [protected]
 

Current camera.

QString CCameraKeyPathPoint::m_qName [protected]
 

Current name.


The documentation for this class was generated from the following files:
Generated on Mon Oct 20 17:24:14 2003 for QGLViewer by doxygen 1.3.4