All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ApplicationFrame Class CATFrmCamera

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATFrmCamera
 

Usage: you must use this class as is. You should never derive it.


public class CATFrmCamera


Deprecated:
V5R16
Instead, use the factory CATCreateDefaultCamera in CATCameraToolkit to create a camera and the APIs of the interface CATICamera
Implementation class of the CATICamera interface.
Role:This implementation class (can not be instanciated) provides the basic methods to manage the name and the type of a camera.
See also:
CATICamera


Constructor and Destructor Index


o ~CATFrmCamera()

Method Index


o CopyFrom(CATICamera*)
Makes a camera identical with another one in copying all its parameters.
o GetName()
Returns the name of a camera.
o GetType()
Returns the type of a camera.
o SetName(CATUnicodeString&)
Changes the name of a camera.

Constructor and Destructor


o ~CATFrmCamera
public virtual ~CATFrmCamera()

Methods


o CopyFrom
public virtual void CopyFrom(CATICamera* iCamera)=0
Makes a camera identical with another one in copying all its parameters.
Parameters:
iCamera
camera to copy.
o GetName
public virtual CATUnicodeString & GetName()
Returns the name of a camera.
o GetType
public virtual CATCameraType GetType()
Returns the type of a camera.
See also:
CATCameraType
o SetName
public virtual void SetName( const CATUnicodeString& iName)
Changes the name of a camera.
Parameters:
iName
New name of the camera.

This object is included in the file: CATFrmCamera.h
If needed, your Imakefile.mk should include the module: CATApplicationFrame

Copyright © 2003, Dassault Systèmes. All rights reserved.