|
void | ZFUISizeApplyScaleT (zffloat &ret, zffloat const &v, zffloat scale) |
| return a scaled int
|
|
zffloat | ZFUISizeApplyScale (zffloat const &v, zffloat scale) |
| return a scaled int
|
|
void | ZFUISizeApplyScaleReverselyT (zffloat &ret, zffloat const &v, zffloat scale) |
| return a scaled int reversely
|
|
zffloat | ZFUISizeApplyScaleReversely (zffloat const &v, zffloat scale) |
| return a scaled int reversely
|
|
const zfstring & | ZFTypeId_ZFUIPoint (void) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIPointFromDataT (_ZFP_PropTypeW_ZFUIPoint &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIPoint | ZFUIPointFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIPointToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIPoint const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIPointToData (_ZFP_PropTypeW_ZFUIPoint const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIPointFromStringT (_ZFP_PropTypeW_ZFUIPoint &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIPoint from string
|
|
_ZFP_PropTypeW_ZFUIPoint | ZFUIPointFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIPoint from string
|
|
zfbool | ZFUIPointToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIPoint const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIPoint to string
|
|
zfstring | ZFUIPointToString (_ZFP_PropTypeW_ZFUIPoint const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIPoint to string
|
|
ZFUIPoint const & | ZFUIPointZero (void) |
| (0, 0)
|
|
ZFUIPoint | ZFUIPointCreate (zffloat const &x, zffloat const &y) |
| make a ZFUIPoint
|
|
void | ZFUIPointApplyScaleT (ZFUIPoint &ret, const ZFUIPoint &point, zffloat scale) |
| return a scaled point
|
|
ZFUIPoint | ZFUIPointApplyScale (const ZFUIPoint &point, zffloat scale) |
| return a scaled point
|
|
void | ZFUIPointApplyScaleReverselyT (ZFUIPoint &ret, const ZFUIPoint &point, zffloat scale) |
| return a scaled point reversely
|
|
ZFUIPoint | ZFUIPointApplyScaleReversely (const ZFUIPoint &point, zffloat scale) |
| return a scaled point reversely
|
|
const zfstring & | ZFTypeId_ZFUIMargin (void) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIMarginFromDataT (_ZFP_PropTypeW_ZFUIMargin &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIMargin | ZFUIMarginFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIMarginToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIMargin const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIMarginToData (_ZFP_PropTypeW_ZFUIMargin const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIMarginFromStringT (_ZFP_PropTypeW_ZFUIMargin &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIMargin from string
|
|
_ZFP_PropTypeW_ZFUIMargin | ZFUIMarginFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIMargin from string
|
|
zfbool | ZFUIMarginToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIMargin const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIMargin to string
|
|
zfstring | ZFUIMarginToString (_ZFP_PropTypeW_ZFUIMargin const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIMargin to string
|
|
ZFUIMargin const & | ZFUIMarginZero (void) |
| (0, 0, 0, 0)
|
|
ZFUIMargin | ZFUIMarginCreate (zffloat const &left, zffloat const &top, zffloat const &right, zffloat const &bottom) |
| make a margin
|
|
ZFUIMargin | ZFUIMarginCreate (zffloat const &margin) |
| make a margin with all sides set to margin
|
|
ZFUIMargin | ZFUIMarginCreate (zffloat const &x, zffloat const &y) |
| make a margin with left/right to x and top/bottom to y
|
|
void | ZFUIMarginApplyScaleT (ZFUIMargin &ret, const ZFUIMargin &margin, zffloat scale) |
| return a scaled margin
|
|
ZFUIMargin | ZFUIMarginApplyScale (const ZFUIMargin &margin, zffloat scale) |
| return a scaled margin
|
|
void | ZFUIMarginApplyScaleReverselyT (ZFUIMargin &ret, const ZFUIMargin &margin, zffloat scale) |
| return a scaled margin reversely
|
|
ZFUIMargin | ZFUIMarginApplyScaleReversely (const ZFUIMargin &margin, zffloat scale) |
| return a scaled margin reversely
|
|
zffloat | ZFUIMarginGetWidth (const ZFUIMargin &margin) |
| left + right margin
|
|
zffloat | ZFUIMarginGetHeight (const ZFUIMargin &margin) |
| top + bottom margin
|
|
void | ZFUIMarginInc (ZFUIMargin &ret, const ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 + v1
|
|
ZFUIMargin | ZFUIMarginInc (const ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 + v1
|
|
ZFUIMargin | operator+ (const ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 + v1
|
|
ZFUIMargin & | operator+= (ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 += v1
|
|
void | ZFUIMarginDec (ZFUIMargin &ret, const ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 - v1
|
|
ZFUIMargin | ZFUIMarginDec (const ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 - v1
|
|
ZFUIMargin | operator- (const ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 - v1
|
|
ZFUIMargin & | operator-= (ZFUIMargin &v0, const ZFUIMargin &v1) |
| v0 -= v1
|
|
const zfstring & | ZFTypeId_ZFUISize (void) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUISizeFromDataT (_ZFP_PropTypeW_ZFUISize &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUISize | ZFUISizeFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUISizeToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUISize const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUISizeToData (_ZFP_PropTypeW_ZFUISize const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUISizeFromStringT (_ZFP_PropTypeW_ZFUISize &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUISize from string
|
|
_ZFP_PropTypeW_ZFUISize | ZFUISizeFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUISize from string
|
|
zfbool | ZFUISizeToStringT (zfstring &s, _ZFP_PropTypeW_ZFUISize const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUISize to string
|
|
zfstring | ZFUISizeToString (_ZFP_PropTypeW_ZFUISize const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUISize to string
|
|
ZFUISize const & | ZFUISizeZero (void) |
| (0, 0)
|
|
ZFUISize const & | ZFUISizeInvalid (void) |
| (-1, -1)
|
|
ZFUISize | ZFUISizeCreate (zffloat const &width, zffloat const &height) |
| make a ZFUISize
|
|
ZFUISize | ZFUISizeCreate (zffloat const &v) |
| make a ZFUISize
|
|
void | ZFUISizeApplyRangeT (ZFUISize &ret, const ZFUISize &orgSize, const ZFUISize &minSize, const ZFUISize &maxSize) |
| check and apply size range
|
|
ZFUISize | ZFUISizeApplyRange (const ZFUISize &orgSize, const ZFUISize &minSize, const ZFUISize &maxSize) |
| check and apply size range
|
|
void | ZFUISizeApplyRangeT (zffloat &ret, const zffloat &orgSize, const zffloat &minSize, const zffloat &maxSize) |
| check and apply size range
|
|
zffloat | ZFUISizeApplyRange (const zffloat &orgSize, const zffloat &minSize, const zffloat &maxSize) |
| check and apply size range
|
|
void | ZFUISizeApplyScaleT (ZFUISize &ret, const ZFUISize &size, zffloat scale) |
| return a scaled size
|
|
ZFUISize | ZFUISizeApplyScale (const ZFUISize &size, zffloat scale) |
| return a scaled size
|
|
void | ZFUISizeApplyScaleReverselyT (ZFUISize &ret, const ZFUISize &size, zffloat scale) |
| return a scaled size reversely
|
|
ZFUISize | ZFUISizeApplyScaleReversely (const ZFUISize &size, zffloat scale) |
| return a scaled size reversely
|
|
void | ZFUISizeApplyAspectRatioT (ZFUISize &ret, const ZFUISize &size, const ZFUISize &refSize) |
| scale size to fit refSize and keep aspect ratio
|
|
ZFUISize | ZFUISizeApplyAspectRatio (const ZFUISize &size, const ZFUISize &refSize) |
| scale size to fit refSize and keep aspect ratio
|
|
void | ZFUISizeApplyMarginT (ZFUISize &ret, const ZFUISize &size, const ZFUIMargin &margin) |
| return a size excluding the margin
|
|
ZFUISize | ZFUISizeApplyMargin (const ZFUISize &size, const ZFUIMargin &margin) |
| return a size excluding the margin
|
|
void | ZFUISizeApplyMarginReverselyT (ZFUISize &ret, const ZFUISize &size, const ZFUIMargin &margin) |
| revert excluding the margin
|
|
ZFUISize | ZFUISizeApplyMarginReversely (const ZFUISize &size, const ZFUIMargin &margin) |
| revert excluding the margin
|
|
const zfstring & | ZFTypeId_ZFUIRect (void) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIRectFromDataT (_ZFP_PropTypeW_ZFUIRect &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIRect | ZFUIRectFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIRectToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIRect const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIRectToData (_ZFP_PropTypeW_ZFUIRect const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIRectFromStringT (_ZFP_PropTypeW_ZFUIRect &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIRect from string
|
|
_ZFP_PropTypeW_ZFUIRect | ZFUIRectFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIRect from string
|
|
zfbool | ZFUIRectToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIRect const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIRect to string
|
|
zfstring | ZFUIRectToString (_ZFP_PropTypeW_ZFUIRect const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIRect to string
|
|
ZFUIRect const & | ZFUIRectZero (void) |
| (0, 0, 0, 0)
|
|
ZFUIRect | ZFUIRectCreate (zffloat const &x, zffloat const &y, zffloat const &w, zffloat const &h) |
| make a ZFUIRect
|
|
ZFUIRect | ZFUIRectCreate (const ZFUIPoint &point, const ZFUISize &size) |
| make a ZFUIRect
|
|
zfbool | ZFUIRectIsEmpty (const ZFUIRect &rect) |
| is rect empty
|
|
ZFUIRect | ZFUIRectUnion (const ZFUIRect &rect1, const ZFUIRect &rect2) |
| union two rect, return a rect that contains both rect1 and rect2
|
|
ZFUIRect | ZFUIRectIntersection (const ZFUIRect &rect1, const ZFUIRect &rect2) |
| intersect two rect, return ZFUIRectZero if not intersected
|
|
zfbool | ZFUIRectIsIntersectToRect (const ZFUIRect &rect1, const ZFUIRect &rect2) |
| is two rect intersected, two tangented rect is not intersected
|
|
zfbool | ZFUIRectIsContainPoint (const ZFUIRect &rect, const ZFUIPoint &point) |
| is rect contains point
|
|
zfbool | ZFUIRectIsContainPoint (const ZFUIRect &rect, const ZFUIPoint &point, const ZFUIMargin &margin) |
| see ZFUIRectIsContainPoint
|
|
zfbool | ZFUIRectIsContainRect (const ZFUIRect &rect1, const ZFUIRect &rect2) |
| return true if rect2 is completely contained by rect1, two equal rect is regarded as contain each other
|
|
zfbool | ZFUIRectIsContainRect (const ZFUIRect &rect1, const ZFUIRect &rect2, const ZFUIMargin &margin) |
| see ZFUIRectIsContainRect
|
|
void | ZFUIRectApplyScaleT (ZFUIRect &ret, const ZFUIRect &rect, zffloat scale) |
| return a scaled rect
|
|
ZFUIRect | ZFUIRectApplyScale (const ZFUIRect &rect, zffloat scale) |
| return a scaled rect
|
|
void | ZFUIRectApplyScaleReverselyT (ZFUIRect &ret, const ZFUIRect &rect, zffloat scale) |
| return a scaled rect reversely
|
|
ZFUIRect | ZFUIRectApplyScaleReversely (const ZFUIRect &rect, zffloat scale) |
| return a scaled rect reversely
|
|
ZFUIRect | ZFUIRectGetBounds (const ZFUIRect &rect) |
| get bounds for rect, i.e. (0, 0, width, height)
|
|
ZFUISize | ZFUIRectGetSize (const ZFUIRect &rect) |
| get size of the rect
|
|
ZFUIPoint | ZFUIRectGetCenter (const ZFUIRect &rect) |
| get center point of the rect
|
|
zffloat | ZFUIRectGetCenterX (const ZFUIRect &rect) |
| get center point of the rect
|
|
zffloat | ZFUIRectGetCenterY (const ZFUIRect &rect) |
| get center point of the rect
|
|
zffloat | ZFUIRectGetLeft (const ZFUIRect &rect) |
| get left edge of the rect
|
|
zffloat | ZFUIRectGetTop (const ZFUIRect &rect) |
| get top edge of the rect
|
|
zffloat | ZFUIRectGetRight (const ZFUIRect &rect) |
| get right edge of the rect
|
|
zffloat | ZFUIRectGetBottom (const ZFUIRect &rect) |
| get bottom edge of the rect
|
|
void | ZFUIRectApplyMarginT (ZFUIRect &ret, const ZFUIRect &rect, const ZFUIMargin &margin) |
| return a rect excluding the margin
|
|
ZFUIRect | ZFUIRectApplyMargin (const ZFUIRect &rect, const ZFUIMargin &margin) |
| return a rect excluding the margin
|
|
void | ZFUIRectApplyMarginReverselyT (ZFUIRect &ret, const ZFUIRect &rect, const ZFUIMargin &margin) |
| revert excluding the margin
|
|
ZFUIRect | ZFUIRectApplyMarginReversely (const ZFUIRect &rect, const ZFUIMargin &margin) |
| revert excluding the margin
|
|
template<typename T_Size> |
void | ZFUIRectRound (T_Size &x, T_Size &y, T_Size &w, T_Size &h, const ZFUIRect &rect) |
| util method for impl to safe convert float rect to int values
|
|
zfint | ZFUIRectRoundX (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundY (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundWidth (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundHeight (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundLeft (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundTop (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundRight (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfint | ZFUIRectRoundBottom (const ZFUIRect &rect) |
| see ZFUIRectRound
|
|
zfbool | ZFUIAlignFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| see v_ZFUIAlign, return enum object if success
|
|
zfbool | ZFUIAlignToStringT (zfstring &ret, v_ZFUIAlign *const &value, zfstring *errorHint=zft_zfnull) |
| see ZFUIAlign, return empty string if error
|
|
zfstring | ZFUIAlignToString (v_ZFUIAlign *const &value, zfstring *errorHint=zft_zfnull) |
| see v_ZFUIAlign, return empty string if error
|
|
const zfstring & | ZFTypeId_ZFUIAlign (void) |
|
zfbool | ZFUIAlignFromDataT (_ZFP_PropTypeW_ZFUIAlign &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIAlign | ZFUIAlignFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIAlignToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIAlign const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIAlignToData (_ZFP_PropTypeW_ZFUIAlign const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIAlignFromStringT (_ZFP_PropTypeW_ZFUIAlign &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlign from string
|
|
_ZFP_PropTypeW_ZFUIAlign | ZFUIAlignFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlign from string
|
|
zfbool | ZFUIAlignToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIAlign const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlign to string
|
|
zfstring | ZFUIAlignToString (_ZFP_PropTypeW_ZFUIAlign const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlign to string
|
|
const zfstring & | ZFTypeId_ZFUIAlignFlags (void) |
|
zfbool | ZFUIAlignFlagsFromDataT (_ZFP_PropTypeW_ZFUIAlignFlags &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIAlignFlags | ZFUIAlignFlagsFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIAlignFlagsToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIAlignFlags const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIAlignFlagsToData (_ZFP_PropTypeW_ZFUIAlignFlags const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIAlignFlagsFromStringT (_ZFP_PropTypeW_ZFUIAlignFlags &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlignFlags from string
|
|
_ZFP_PropTypeW_ZFUIAlignFlags | ZFUIAlignFlagsFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlignFlags from string
|
|
zfbool | ZFUIAlignFlagsToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIAlignFlags const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlignFlags to string
|
|
zfstring | ZFUIAlignFlagsToString (_ZFP_PropTypeW_ZFUIAlignFlags const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIAlignFlags to string
|
|
zfbool | ZFUIAlignValid (const ZFUIAlignFlags &align) |
| true if align is valid
|
|
void | ZFUIAlignApplyT (ZFUIRect &ret, const ZFUIAlignFlags &align, const ZFUIRect &refRect, const ZFUISize &itemSize) |
| apply align and calculate result, or ZFUIRectZero if error
|
|
ZFUIRect | ZFUIAlignApply (const ZFUIAlignFlags &align, const ZFUIRect &refRect, const ZFUISize &itemSize) |
| apply align and calculate result, or ZFUIRectZero if error
|
|
ZFUIAlign | ZFUIAlignGetX (const ZFUIAlignFlags &align) |
| get horizontal align or v_ZFUIAlign::e_Center if invalid
|
|
ZFUIAlign | ZFUIAlignGetY (const ZFUIAlignFlags &align) |
| get vertical align or v_ZFUIAlign::e_Center if invalid
|
|
zfbool | ZFUIOrientationFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| see v_ZFUIOrientation, return enum object if success
|
|
zfbool | ZFUIOrientationToStringT (zfstring &ret, v_ZFUIOrientation *const &value, zfstring *errorHint=zft_zfnull) |
| see ZFUIOrientation, return empty string if error
|
|
zfstring | ZFUIOrientationToString (v_ZFUIOrientation *const &value, zfstring *errorHint=zft_zfnull) |
| see v_ZFUIOrientation, return empty string if error
|
|
const zfstring & | ZFTypeId_ZFUIOrientation (void) |
|
zfbool | ZFUIOrientationFromDataT (_ZFP_PropTypeW_ZFUIOrientation &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIOrientation | ZFUIOrientationFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIOrientationToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIOrientation const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIOrientationToData (_ZFP_PropTypeW_ZFUIOrientation const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIOrientationFromStringT (_ZFP_PropTypeW_ZFUIOrientation &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientation from string
|
|
_ZFP_PropTypeW_ZFUIOrientation | ZFUIOrientationFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientation from string
|
|
zfbool | ZFUIOrientationToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIOrientation const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientation to string
|
|
zfstring | ZFUIOrientationToString (_ZFP_PropTypeW_ZFUIOrientation const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientation to string
|
|
const zfstring & | ZFTypeId_ZFUIOrientationFlags (void) |
|
zfbool | ZFUIOrientationFlagsFromDataT (_ZFP_PropTypeW_ZFUIOrientationFlags &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIOrientationFlags | ZFUIOrientationFlagsFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIOrientationFlagsToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIOrientationFlags const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIOrientationFlagsToData (_ZFP_PropTypeW_ZFUIOrientationFlags const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIOrientationFlagsFromStringT (_ZFP_PropTypeW_ZFUIOrientationFlags &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientationFlags from string
|
|
_ZFP_PropTypeW_ZFUIOrientationFlags | ZFUIOrientationFlagsFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientationFlags from string
|
|
zfbool | ZFUIOrientationFlagsToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIOrientationFlags const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientationFlags to string
|
|
zfstring | ZFUIOrientationFlagsToString (_ZFP_PropTypeW_ZFUIOrientationFlags const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIOrientationFlags to string
|
|
ZFUIOrientationFlags const & | ZFUIOrientationFlagsAll (void) |
| (v_ZFUIOrientation::e_Left | v_ZFUIOrientation::e_Top | v_ZFUIOrientation::e_Right | v_ZFUIOrientation::e_Bottom)
|
|
ZFUIOrientationFlags const & | ZFUIOrientationFlagsHorizontal (void) |
| (v_ZFUIOrientation::e_Left | v_ZFUIOrientation::e_Right)
|
|
ZFUIOrientationFlags const & | ZFUIOrientationFlagsVertical (void) |
| (v_ZFUIOrientation::e_Top | v_ZFUIOrientation::e_Bottom)
|
|
zfbool | ZFUIOrientationIsVertical (ZFUIOrientation orientation) |
| true if vertical orientation
|
|
zfbool | ZFUIOrientationIsHorizontal (ZFUIOrientation orientation) |
| true if vertical orientation
|
|
ZFUIColor const & | ZFUIColorZero (void) |
| zero color
|
|
const zfstring & | ZFTypeId_ZFUIColor (void) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIColorFromDataT (_ZFP_PropTypeW_ZFUIColor &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIColor | ZFUIColorFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIColorToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIColor const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIColorToData (_ZFP_PropTypeW_ZFUIColor const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIColorFromStringT (_ZFP_PropTypeW_ZFUIColor &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIColor from string
|
|
_ZFP_PropTypeW_ZFUIColor | ZFUIColorFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIColor from string
|
|
zfbool | ZFUIColorToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIColor const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIColor to string
|
|
zfstring | ZFUIColorToString (_ZFP_PropTypeW_ZFUIColor const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIColor to string
|
|
ZFUIColor | ZFUIColorCreate (zffloat r, zffloat g, zffloat b, zffloat a=(1.0f)) |
| make a color
|
|
ZFUIColor | ZFUIColorMakeARGB (zfuint argb) |
| make a color for hex int
|
|
ZFUIColor | ZFUIColorMakeRGB (zfuint rgb) |
| make a color for hex int
|
|
ZFUIColor | ZFUIColorWithA (ZFUIColor const &c, zffloat a) |
| return a copy of color with changed alpha
|
|
ZFUIColor | ZFUIColorWithR (ZFUIColor const &c, zffloat r) |
| return a copy of color with changed red
|
|
ZFUIColor | ZFUIColorWithG (ZFUIColor const &c, zffloat g) |
| return a copy of color with changed green
|
|
ZFUIColor | ZFUIColorWithB (ZFUIColor const &c, zffloat b) |
| return a copy of color with changed blue
|
|
zffloat | ZFUIColorGetA (ZFUIColor const &c) |
| get alpha from a ZFUIColor as zffloat
|
|
zffloat | ZFUIColorGetR (ZFUIColor const &c) |
| get red from a ZFUIColor as zffloat
|
|
zffloat | ZFUIColorGetG (ZFUIColor const &c) |
| get green from a ZFUIColor as zffloat
|
|
zffloat | ZFUIColorGetB (ZFUIColor const &c) |
| get blue from a ZFUIColor as zffloat
|
|
ZFUIColor & | ZFUIColorSetA (ZFUIColor &c, zffloat a) |
| set alpha to a ZFUIColor
|
|
ZFUIColor & | ZFUIColorSetR (ZFUIColor &c, zffloat r) |
| set red from a ZFUIColor
|
|
ZFUIColor & | ZFUIColorSetG (ZFUIColor &c, zffloat g) |
| set green from a ZFUIColor
|
|
ZFUIColor & | ZFUIColorSetB (ZFUIColor &c, zffloat b) |
| set blue from a ZFUIColor
|
|
ZFUIColor | ZFUIColorRandom (zffloat alpha=(1.0f)) |
| create a random color with specified alpha
|
|
zfbool | ZFUITextAppearanceFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| see v_ZFUITextAppearance, return enum object if success
|
|
zfbool | ZFUITextAppearanceToStringT (zfstring &ret, v_ZFUITextAppearance *const &value, zfstring *errorHint=zft_zfnull) |
| see ZFUITextAppearance, return empty string if error
|
|
zfstring | ZFUITextAppearanceToString (v_ZFUITextAppearance *const &value, zfstring *errorHint=zft_zfnull) |
| see v_ZFUITextAppearance, return empty string if error
|
|
const zfstring & | ZFTypeId_ZFUITextAppearance (void) |
|
zfbool | ZFUITextAppearanceFromDataT (_ZFP_PropTypeW_ZFUITextAppearance &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUITextAppearance | ZFUITextAppearanceFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUITextAppearanceToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUITextAppearance const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUITextAppearanceToData (_ZFP_PropTypeW_ZFUITextAppearance const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUITextAppearanceFromStringT (_ZFP_PropTypeW_ZFUITextAppearance &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextAppearance from string
|
|
_ZFP_PropTypeW_ZFUITextAppearance | ZFUITextAppearanceFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextAppearance from string
|
|
zfbool | ZFUITextAppearanceToStringT (zfstring &s, _ZFP_PropTypeW_ZFUITextAppearance const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextAppearance to string
|
|
zfstring | ZFUITextAppearanceToString (_ZFP_PropTypeW_ZFUITextAppearance const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextAppearance to string
|
|
zfbool | ZFUITextTruncateModeFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| see v_ZFUITextTruncateMode, return enum object if success
|
|
zfbool | ZFUITextTruncateModeToStringT (zfstring &ret, v_ZFUITextTruncateMode *const &value, zfstring *errorHint=zft_zfnull) |
| see ZFUITextTruncateMode, return empty string if error
|
|
zfstring | ZFUITextTruncateModeToString (v_ZFUITextTruncateMode *const &value, zfstring *errorHint=zft_zfnull) |
| see v_ZFUITextTruncateMode, return empty string if error
|
|
const zfstring & | ZFTypeId_ZFUITextTruncateMode (void) |
|
zfbool | ZFUITextTruncateModeFromDataT (_ZFP_PropTypeW_ZFUITextTruncateMode &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUITextTruncateMode | ZFUITextTruncateModeFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUITextTruncateModeToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUITextTruncateMode const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUITextTruncateModeToData (_ZFP_PropTypeW_ZFUITextTruncateMode const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUITextTruncateModeFromStringT (_ZFP_PropTypeW_ZFUITextTruncateMode &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextTruncateMode from string
|
|
_ZFP_PropTypeW_ZFUITextTruncateMode | ZFUITextTruncateModeFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextTruncateMode from string
|
|
zfbool | ZFUITextTruncateModeToStringT (zfstring &s, _ZFP_PropTypeW_ZFUITextTruncateMode const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextTruncateMode to string
|
|
zfstring | ZFUITextTruncateModeToString (_ZFP_PropTypeW_ZFUITextTruncateMode const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUITextTruncateMode to string
|
|
zfbool | ZFUIScaleTypeFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| see v_ZFUIScaleType, return enum object if success
|
|
zfbool | ZFUIScaleTypeToStringT (zfstring &ret, v_ZFUIScaleType *const &value, zfstring *errorHint=zft_zfnull) |
| see ZFUIScaleType, return empty string if error
|
|
zfstring | ZFUIScaleTypeToString (v_ZFUIScaleType *const &value, zfstring *errorHint=zft_zfnull) |
| see v_ZFUIScaleType, return empty string if error
|
|
const zfstring & | ZFTypeId_ZFUIScaleType (void) |
|
zfbool | ZFUIScaleTypeFromDataT (_ZFP_PropTypeW_ZFUIScaleType &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFUIScaleType | ZFUIScaleTypeFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIScaleTypeToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIScaleType const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFUIScaleTypeToData (_ZFP_PropTypeW_ZFUIScaleType const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFUIScaleTypeFromStringT (_ZFP_PropTypeW_ZFUIScaleType &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIScaleType from string
|
|
_ZFP_PropTypeW_ZFUIScaleType | ZFUIScaleTypeFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIScaleType from string
|
|
zfbool | ZFUIScaleTypeToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIScaleType const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIScaleType to string
|
|
zfstring | ZFUIScaleTypeToString (_ZFP_PropTypeW_ZFUIScaleType const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFUIScaleType to string
|
|
void | ZFUIScaleTypeApplyT (ZFUIRect &ret, ZFUIScaleType scaleType, const ZFUIRect &bounds, const ZFUISize &contentSize, const ZFUIAlignFlags &alignFlags=(v_ZFUIAlign::e_Center)) |
| apply scale for ZFUIScaleType
|
|
ZFUIRect | ZFUIScaleTypeApply (ZFUIScaleType scaleType, const ZFUIRect &bounds, const ZFUISize &contentSize, const ZFUIAlignFlags &alignFlags=(v_ZFUIAlign::e_Center)) |
| apply scale for ZFUIScaleType
|
|