7#ifndef _ZFI_ZFUIOnScreenKeyboardAutoFit_h_
8#define _ZFI_ZFUIOnScreenKeyboardAutoFit_h_
15zfclassFwd _ZFP_ZFUIOnScreenKeyboardAutoFitLayoutPrivate;
79 _ZFP_ZFUIOnScreenKeyboardAutoFitLayoutPrivate *d;
80 friend zfclassFwd _ZFP_ZFUIOnScreenKeyboardAutoFitLayoutPrivate;
#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_OUT
dummy macro that shows the param used as required output
Definition ZFCoreTypeDef_ClassType.h:188
#define zfclassFwd
forward declaration of a class type
Definition ZFCoreTypeDef_ClassType.h:31
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#define zftrue
bool true type
Definition ZFCoreTypeDef_CoreType.h:107
#define ZFMETHOD_DECLARE_0(ReturnType, MethodName)
see ZFMethod
Definition ZFMethodDeclare.h:693
#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_ASSIGN(Type, Name,...)
see ZFPROPERTY_RETAIN
Definition ZFPropertyDeclare.h:128
#define ZFPROPERTY_ON_ATTACH_DECLARE(Type, Name)
see ZFPROPERTY_ON_INIT_DECLARE
Definition ZFPropertyDeclare.h:248
ZFSerializablePropertyType
serializable property type, see ZFSerializable::serializableOnCheckPropertyType
Definition ZFSerializable.h:40
#define ZFSTYLE_DEFAULT_DECLARE(YourStyle)
used to declare a default style, see ZFStyleable
Definition ZFStyleable.h:262
info for a property for ZFObject, see ZFPROPERTY_RETAIN for more info
Definition ZFProperty.h:28
virtual void objectOnInitFinish(void)
called after objectOnInit, safe to call virtual functions here
virtual ZFSerializablePropertyType serializableOnCheckPropertyType(const ZFProperty *property)
check the property type that serializable should do what while serializing
virtual void objectOnDealloc(void)
override this to destroy your object
virtual void scrollThumbVerticalOnInit(void)
called to init scroll thumb
Definition ZFUIOnScreenKeyboardAutoFit.h:75
virtual void objectOnInit(void)
override this to init your object
virtual zfbool & autoFitEnable()
whether enable auto fit, true by default
Definition ZFUIOnScreenKeyboardAutoFit.h:28
virtual zfbool & autoFitFocusedViewToVisible()
whether auto move focused view to visible position, true by default
Definition ZFUIOnScreenKeyboardAutoFit.h:33
virtual void layoutOnMeasure(ZFUISize &ret, const ZFUISize &sizeHint, const ZFUISizeParam &sizeParam)
called by layoutMeasure to decide the view's size
virtual zfanyT< ZFUIView > autoFitFocusedView()
current focused child view inside this layout, null if none
virtual void layoutOnLayoutPrepare(const ZFUIRect &bounds)
see E_ViewLayoutOnLayoutPrepare
virtual zfbool & autoFitScrollEnable()
whether allow manually scroll when auto fit enabled, true by default
Definition ZFUIOnScreenKeyboardAutoFit.h:39
virtual void scrollThumbHorizontalOnInit(void)
called to init scroll thumb
Definition ZFUIOnScreenKeyboardAutoFit.h:72
2D rectangle
Definition ZFUITypeDef.h:636
2D size
Definition ZFUITypeDef.h:397
2D size
Definition ZFUIViewType.h:41
see zfany
Definition zfany.h:106