AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzPlatformCam Class Reference

#include <CzPlatformCam.h>

Inheritance diagram for CzPlatformCam:
IzPlatformCam IzPlatformCam

List of all members.

Public Member Functions

bool isAvailable ()
bool isStarted () const
void setUpdated (bool updated)
bool isUpdated () const
void setImageValid (bool valid)
bool isImageValid () const
void setImageCreated (bool valid)
bool isImageCreated () const
eCzCameraCaptureSize getSizeHint () const
eCzCameraCaptureQuality getQuality () const
void setImageBrush (CzImage *brush)
CzImagegetImageBrush ()
eCzCameraStatus getStatus ()
bool setFrontFacing ()
bool setRearFacing ()
int getLastFrameOrientation () const
void setLastFrameOrientation (int angle)
eCzCameraType getCameraType () const
 CzPlatformCam ()
int Init ()
void Release ()
bool Start (eCzCameraCaptureSize size_hint, eCzCameraCaptureQuality quality=CCQ_Medium)
void Stop ()
bool isAvailable ()
bool isStarted () const
void setUpdated (bool updated)
bool isUpdated () const
void setImageValid (bool valid)
bool isImageValid () const
void setImageCreated (bool valid)
bool isImageCreated () const
eCzCameraCaptureSize getSizeHint () const
eCzCameraCaptureQuality getQuality () const
void setImageBrush (CzImage *brush)
CzImagegetImageBrush ()
eCzCameraStatus getStatus ()
bool setFrontFacing ()
bool setRearFacing ()
int getLastFrameOrientation () const
void setLastFrameOrientation (int angle)
eCzCameraType getCameraType () const
 CzPlatformCam ()
int Init ()
void Release ()
bool Start (eCzCameraCaptureSize size_hint, eCzCameraCaptureQuality quality=CCQ_Medium)
void Stop ()

Protected Member Functions

s3eCameraQualityHint toMarmalade (eCzCameraCaptureQuality hint)
s3eCameraStreamingSizeHint toMarmalade (eCzCameraCaptureSize hint)
s3eCameraType toMarmalade (eCzCameraType type)
s3eCameraStatus toMarmalade (eCzCameraStatus status)
eCzCameraCaptureSize fromMarmalade (s3eCameraStreamingSizeHint hint)
eCzCameraCaptureQuality fromMarmalade (s3eCameraQualityHint hint)
eCzCameraType fromMarmalade (s3eCameraType type)
eCzCameraStatus fromMarmalade (s3eCameraStatus status)

Constructor & Destructor Documentation


Member Function Documentation

eCzCameraCaptureSize CzPlatformCam::fromMarmalade ( s3eCameraStreamingSizeHint  hint) [protected]
eCzCameraCaptureQuality CzPlatformCam::fromMarmalade ( s3eCameraQualityHint  hint) [protected]
eCzCameraType CzPlatformCam::fromMarmalade ( s3eCameraType  type) [protected]
eCzCameraStatus CzPlatformCam::fromMarmalade ( s3eCameraStatus  status) [protected]

Implements IzPlatformCam.

Implements IzPlatformCam.

Implements IzPlatformCam.

int CzPlatformCam::getLastFrameOrientation ( ) const [virtual]

Implements IzPlatformCam.

int CzPlatformCam::getLastFrameOrientation ( ) const [virtual]

Implements IzPlatformCam.

Implements IzPlatformCam.

Implements IzPlatformCam.

eCzCameraCaptureSize CzPlatformCam::getSizeHint ( ) const [inline, virtual]

Implements IzPlatformCam.

eCzCameraCaptureSize CzPlatformCam::getSizeHint ( ) const [inline, virtual]

Implements IzPlatformCam.

int CzPlatformCam::Init ( ) [virtual]

Implements IzPlatformCam.

int CzPlatformCam::Init ( ) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isAvailable ( ) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isAvailable ( ) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isImageCreated ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isImageCreated ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isImageValid ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isImageValid ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isStarted ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isStarted ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isUpdated ( ) const [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::isUpdated ( ) const [inline, virtual]

Implements IzPlatformCam.

void CzPlatformCam::Release ( ) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::Release ( ) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::setFrontFacing ( ) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::setFrontFacing ( ) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::setImageBrush ( CzImage brush) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::setImageBrush ( CzImage brush) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::setImageCreated ( bool  valid) [inline, virtual]

Implements IzPlatformCam.

void CzPlatformCam::setImageCreated ( bool  valid) [inline, virtual]

Implements IzPlatformCam.

void CzPlatformCam::setImageValid ( bool  valid) [inline, virtual]

Implements IzPlatformCam.

void CzPlatformCam::setImageValid ( bool  valid) [inline, virtual]

Implements IzPlatformCam.

void CzPlatformCam::setLastFrameOrientation ( int  angle) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::setLastFrameOrientation ( int  angle) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::setRearFacing ( ) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::setRearFacing ( ) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::setUpdated ( bool  updated) [inline, virtual]

Implements IzPlatformCam.

void CzPlatformCam::setUpdated ( bool  updated) [inline, virtual]

Implements IzPlatformCam.

bool CzPlatformCam::Start ( eCzCameraCaptureSize  size_hint,
eCzCameraCaptureQuality  quality = CCQ_Medium 
) [virtual]

Implements IzPlatformCam.

bool CzPlatformCam::Start ( eCzCameraCaptureSize  size_hint,
eCzCameraCaptureQuality  quality = CCQ_Medium 
) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::Stop ( ) [virtual]

Implements IzPlatformCam.

void CzPlatformCam::Stop ( ) [virtual]

Implements IzPlatformCam.

s3eCameraQualityHint CzPlatformCam::toMarmalade ( eCzCameraCaptureQuality  hint) [protected]
s3eCameraStreamingSizeHint CzPlatformCam::toMarmalade ( eCzCameraCaptureSize  hint) [protected]
s3eCameraType CzPlatformCam::toMarmalade ( eCzCameraType  type) [protected]
s3eCameraStatus CzPlatformCam::toMarmalade ( eCzCameraStatus  status) [protected]

The documentation for this class was generated from the following files: