Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CCameraKeyPathPoint Class Reference

#include <CCameraKeyPathPoint.h>

List of all members.

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)
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   atts
 

Set attributes to given attributes.

void CCameraKeyPathPoint::setCamera CCamera   camera
 

Set camera to given camera.

void CCameraKeyPathPoint::setName QString   qName
 

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 at Thu Oct 4 17:17:28 2001 for QGLViewer by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001