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

window as a ZFUIView More...

#include "ZFUISysWindow.h"

Go to the source code of this file.

Classes

class  v_ZFUIWindowLevel
 window level for ZFUIWindow, value is ensured from low to high More...
 
class  ZFUIWindow
 window as a ZFUIView More...
 

Typedefs

typedef v_ZFUIWindowLevel::ZFEnumType ZFUIWindowLevel
 see v_ZFUIWindowLevel
 

Functions

zfbool ZFUIWindowLevelFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull)
 see v_ZFUIWindowLevel, return enum object if success
 
zfbool ZFUIWindowLevelToStringT (zfstring &ret, v_ZFUIWindowLevel *const &value, zfstring *errorHint=zft_zfnull)
 see ZFUIWindowLevel, return empty string if error
 
zfstring ZFUIWindowLevelToString (v_ZFUIWindowLevel *const &value, zfstring *errorHint=zft_zfnull)
 see v_ZFUIWindowLevel, return empty string if error
 
const zfstringZFTypeId_ZFUIWindowLevel (void)
 
zfbool ZFUIWindowLevelFromDataT (_ZFP_PropTypeW_ZFUIWindowLevel &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull)
 see ZFTYPEID_DECLARE
 
_ZFP_PropTypeW_ZFUIWindowLevel ZFUIWindowLevelFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull)
 see ZFTYPEID_DECLARE
 
zfbool ZFUIWindowLevelToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFUIWindowLevel const &v, zfstring *outErrorHint=zft_zfnull)
 see ZFTYPEID_DECLARE
 
ZFSerializableData ZFUIWindowLevelToData (_ZFP_PropTypeW_ZFUIWindowLevel const &v, zfstring *outErrorHint=zft_zfnull)
 see ZFTYPEID_DECLARE
 
zfbool ZFUIWindowLevelFromStringT (_ZFP_PropTypeW_ZFUIWindowLevel &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull)
 util method to convert ZFUIWindowLevel from string
 
_ZFP_PropTypeW_ZFUIWindowLevel ZFUIWindowLevelFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull)
 util method to convert ZFUIWindowLevel from string
 
zfbool ZFUIWindowLevelToStringT (zfstring &s, _ZFP_PropTypeW_ZFUIWindowLevel const &v, zfstring *errorHint=zft_zfnull)
 util method to convert ZFUIWindowLevel to string
 
zfstring ZFUIWindowLevelToString (_ZFP_PropTypeW_ZFUIWindowLevel const &v, zfstring *errorHint=zft_zfnull)
 util method to convert ZFUIWindowLevel to string
 

Detailed Description

window as a ZFUIView

Function Documentation

◆ ZFTypeId_ZFUIWindowLevel()

const zfstring & ZFTypeId_ZFUIWindowLevel ( void )
inline