6#ifndef _ZFI_ZFUIGridLayout_h_
7#define _ZFI_ZFUIGridLayout_h_
#define zfextend
dummy macro shows class inherit from another
Definition ZFCoreTypeDef_ClassType.h:53
#define zfoverride
dummy macro shows that method override parent's method
Definition ZFCoreTypeDef_ClassType.h:58
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:184
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
_ZFT_t_zfindex zfindex
similar to size_t, used for index and size only
Definition ZFCoreTypeDef_CoreType.h:154
#define zfindexMax()
(zfindex)-1, indicate a max index value, see zfindex
Definition ZFCoreTypeDef_CoreType.h:159
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
#define zfclass
same as class, shows that this class is a ZFObject type
Definition ZFObjectClassTypeFwd.h:38
#define ZFOBJECT_DECLARE(ChildClass, SuperClass,...)
necessary for every class inherit from ZFObject
Definition ZFObjectDeclare.h:126
#define ZFPROPERTY_ON_INIT_DECLARE_NO_AUTO_INIT(Type, Name)
see ZFPROPERTY_ON_INIT_DECLARE
Definition ZFPropertyDeclare.h:213
#define ZFSTYLE_DEFAULT_DECLARE(YourStyle)
used to declare a default style, see ZFStyleable
Definition ZFStyleable.h:262
v_ZFUIScaleType::ZFEnumType ZFUIScaleType
see v_ZFUIScaleType
Definition ZFUITypeDef.h:1487
ZFObject's class info.
Definition ZFClass.h:67
virtual ZFUIScaleType & childScaleType()
valid only when gridMode, indicates how to scale children
Definition ZFUIFlowLayout.h:100
virtual zfbool & gridMode()
whether in grid mode, which makes all children have same size
Definition ZFUIFlowLayout.h:94
virtual const ZFClass * layoutParamClass(void)
see layoutParamCreate
Definition ZFUIGridLayout.h:67
layout param for ZFUIGridLayout
Definition ZFUIGridLayout.h:22
static const ZFClass * ClassData(void)
get class info
Definition ZFUIGridLayout.h:23
zfanyT< ZFUILayoutParam > child(const zfany &view, zfindex atIndex=((zfindex) -1))
util method to add sibling child to owner parent, for convenient for chained call
zfanyT< ZFUILayoutParam > child(const zfany &view, zfindex atIndex=((zfindex) -1))
add child and return child's layoutParam, see childWithParam
util method to cast ZFObject types freely
Definition zfany.h:35
see zfany
Definition zfany.h:106