#include <ImageSourceFileUiImage.h>
Public Member Functions | |
~ImageSourceFileUiImage () | |
Static Public Member Functions | |
static ImageSourceRef | createRef (DataSourceRef dataSourceRef, ImageSource::Options options=ImageSource::Options()) |
static ImageSourceFileUiImageRef | createFileUiImageRef (DataSourceRef dataSourceRef, ImageSource::Options options=ImageSource::Options()) |
static void | registerSelf () |
Protected Member Functions | |
ImageSourceFileUiImage (void *uiImage, CGImageRef imageRef, ImageSource::Options options) | |
Protected Attributes | |
void * | mUiImage |
cinder::ImageSourceFileUiImage::~ImageSourceFileUiImage | ( | ) |
cinder::ImageSourceFileUiImage::ImageSourceFileUiImage | ( | void * | uiImage, |
CGImageRef | imageRef, | ||
ImageSource::Options | options | ||
) | [protected] |
static ImageSourceRef cinder::ImageSourceFileUiImage::createRef | ( | DataSourceRef | dataSourceRef, |
ImageSource::Options | options = ImageSource::Options() |
||
) | [static] |
ImageSourceFileUiImageRef cinder::ImageSourceFileUiImage::createFileUiImageRef | ( | DataSourceRef | dataSourceRef, |
ImageSource::Options | options = ImageSource::Options() |
||
) | [static] |
void cinder::ImageSourceFileUiImage::registerSelf | ( | ) | [static] |
void* cinder::ImageSourceFileUiImage::mUiImage [protected] |