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
-
Makes a camera identical with another one in copying all its parameters.
- Parameters:
-
- iCamera
- camera to copy.
o GetName
-
Returns the name of a camera.
o GetType
-
Returns the type of a camera.
- See also:
- CATCameraType
o SetName
-
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