Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
cinder::cocoa::SafeUiImage Class Reference

A class which encapsulate a UIImage and an associated CGImageRef in order to work around memory ownership ambiguities in Cocoa Touch. More...

#include <CinderCocoaTouch.h>

Public Member Functions

 SafeUiImage ()
 
 SafeUiImage (UIImage *uiImage, CGImageRef imageRef)
 
 operator UIImage * () const
 

Detailed Description

A class which encapsulate a UIImage and an associated CGImageRef in order to work around memory ownership ambiguities in Cocoa Touch.

Constructor & Destructor Documentation

cinder::cocoa::SafeUiImage::SafeUiImage ( )
cinder::cocoa::SafeUiImage::SafeUiImage ( UIImage *  uiImage,
CGImageRef  imageRef 
)

Member Function Documentation

cinder::cocoa::SafeUiImage::operator UIImage * ( ) const

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