global style for ui elements More...
Go to the source code of this file.
Classes | |
| class | ZFUIDrawableView |
| abstract view that can draw user content More... | |
Namespaces | |
| namespace | ZFUIDraw |
Functions | |
| void * | ZFUIDraw::beginForView (ZFUIDrawableView *view) |
| begin a draw context | |
| void | ZFUIDraw::endForView (void *context) |
| see ZFUIDraw::beginForView | |
| void * | ZFUIDraw::beginForImage (const ZFUISize &imageSize) |
| see ZFUIDraw::beginForView | |
| zfautoT< ZFUIImage > | ZFUIDraw::endForImage (void *context) |
| see ZFUIDraw::beginForView | |
| zfbool | ZFUIDraw::drawClear (void *context, const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
| zfbool | ZFUIDraw::drawColor (void *context, const ZFUIColor &color, const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
| zfbool | ZFUIDraw::drawImage (void *context, ZFUIImage *image, const ZFUIRect &imageFrame=(ZFUIRectZero()), const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
| zfbool | ZFUIDraw::drawText (void *context, const zfstring &text, ZFUITextConfig *config=(zft_zfnull), const ZFUIRect &targetFrame=(ZFUIRectZero())) |
| see ZFUIDraw::beginForView | |
global style for ui elements