ZFFramework
 
Loading...
Searching...
No Matches
ZFUIDraw.h File Reference

global style for ui elements More...

#include "ZFUIView.h"
#include "ZFUIImage.h"
#include "ZFUIText.h"

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< ZFUIImageZFUIDraw::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
 

Detailed Description

global style for ui elements