token for impl More...
#include <ZFProtocolZFUIDraw.h>
Public Types | |
| enum | Type { TypeView , TypeImage } |
| type More... | |
Public Member Functions | |
| ZFUIDrawToken (ZFUIDrawToken::Type type, ZFObject *target, ZFUISize targetSizePixel) | |
| main constructor | |
Public Attributes | |
| Type | type |
| type | |
| zfauto | target |
| target | |
| ZFUISize | targetSizePixel |
| target size in pixel | |
| void * | impl |
| impl | |
token for impl
| enum ZFUIDrawToken::Type |
type
| Enumerator | |
|---|---|
| TypeView | target is ZFUIDrawableView |
| TypeImage | target is ZFUIImage |