![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <IzPlatformCam.h>
Public Member Functions | |
bool | isInitialised () const |
virtual bool | isAvailable ()=0 |
virtual bool | isStarted () const =0 |
virtual void | setUpdated (bool updated)=0 |
virtual bool | isUpdated () const =0 |
virtual void | setImageValid (bool valid)=0 |
virtual bool | isImageValid () const =0 |
virtual void | setImageCreated (bool valid)=0 |
virtual bool | isImageCreated () const =0 |
virtual eCzCameraCaptureSize | getSizeHint () const =0 |
virtual eCzCameraCaptureQuality | getQuality () const =0 |
virtual void | setImageBrush (CzImage *brush)=0 |
virtual CzImage * | getImageBrush ()=0 |
virtual eCzCameraStatus | getStatus ()=0 |
virtual bool | setFrontFacing ()=0 |
virtual bool | setRearFacing ()=0 |
virtual int | getLastFrameOrientation () const =0 |
virtual void | setLastFrameOrientation (int angle)=0 |
virtual eCzCameraType | getCameraType () const =0 |
virtual int | Init ()=0 |
virtual void | Release ()=0 |
virtual bool | Start (eCzCameraCaptureSize size_hint, eCzCameraCaptureQuality quality=CCQ_Medium)=0 |
virtual void | Stop ()=0 |
Protected Attributes | |
bool | Initialised |
virtual eCzCameraType IzPlatformCam::getCameraType | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual CzImage* IzPlatformCam::getImageBrush | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual int IzPlatformCam::getLastFrameOrientation | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual eCzCameraCaptureQuality IzPlatformCam::getQuality | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual eCzCameraCaptureSize IzPlatformCam::getSizeHint | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual eCzCameraStatus IzPlatformCam::getStatus | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual int IzPlatformCam::Init | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::isAvailable | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::isImageCreated | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::isImageValid | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
bool IzPlatformCam::isInitialised | ( | ) | const [inline] |
virtual bool IzPlatformCam::isStarted | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::isUpdated | ( | ) | const [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::Release | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::setFrontFacing | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::setImageBrush | ( | CzImage * | brush | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::setImageCreated | ( | bool | valid | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::setImageValid | ( | bool | valid | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::setLastFrameOrientation | ( | int | angle | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::setRearFacing | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::setUpdated | ( | bool | updated | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual bool IzPlatformCam::Start | ( | eCzCameraCaptureSize | size_hint, |
eCzCameraCaptureQuality | quality = CCQ_Medium |
||
) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
virtual void IzPlatformCam::Stop | ( | ) | [pure virtual] |
Implemented in CzPlatformCam, and CzPlatformCam.
bool IzPlatformCam::Initialised [protected] |