Functions | |
| void * | beginForView (ZFUIDrawableView *view) |
| begin a draw context | |
| void | endForView (void *context) |
| see ZFUIDraw::beginForView | |
| void * | beginForImage (const ZFUISize &imageSize) |
| see ZFUIDraw::beginForView | |
| zfautoT< ZFUIImage > | endForImage (void *context) |
| see ZFUIDraw::beginForView | |
| zfbool | drawClear (void *context, const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
| zfbool | drawColor (void *context, const ZFUIColor &color, const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
| zfbool | drawImage (void *context, ZFUIImage *image, const ZFUIRect &imageFrame=(ZFUIRectZero()), const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
| zfbool | drawText (void *context, const zfstring &text, ZFUITextConfig *config=(zft_zfnull), const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |