param for ZFPropertyDynamicRegister More...
#include <ZFPropertyDynamicRegister.h>
Public Member Functions | |
| ZFPropertyDynamicRegisterParam & | dynamicRegisterUserData (ZFObject *dynamicRegisterUserData) |
| see ZFPropertyDynamicRegister | |
| zfany | dynamicRegisterUserData (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | ownerClass (const ZFClass *ownerClass) |
| see ZFPropertyDynamicRegister | |
| const ZFClass * | ownerClass (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyTypeId (const zfstring &propertyTypeId) |
| see ZFPropertyDynamicRegister | |
| const zfstring & | propertyTypeId (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyTypeName (const zfstring &propertyTypeName) |
| see ZFPropertyDynamicRegister | |
| const zfstring & | propertyTypeName (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyName (const zfstring &propertyName) |
| see ZFPropertyDynamicRegister | |
| const zfstring & | propertyName (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyClassOfRetainProperty (const ZFClass *propertyClassOfRetainProperty) |
| see ZFPropertyDynamicRegister | |
| const ZFClass * | propertyClassOfRetainProperty (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyInitValueCallback (ZFPropertyCallbackDynamicRegisterInitValueGetter propertyInitValueCallback) |
| see ZFPropertyDynamicRegister | |
| ZFPropertyCallbackDynamicRegisterInitValueGetter | propertyInitValueCallback (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertySetterType (ZFMethodAccessType propertySetterType) |
| see ZFPropertyDynamicRegister | |
| ZFMethodAccessType | propertySetterType (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyGetterType (ZFMethodAccessType propertyGetterType) |
| see ZFPropertyDynamicRegister | |
| ZFMethodAccessType | propertyGetterType (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | propertyCustomImpl (const ZFMethod *propertySetterMethod, const ZFMethod *propertyGetterMethod, ZFPropertyCallbackIsValueAccessed callbackIsValueAccessed, ZFPropertyCallbackIsInitValue callbackIsInitValue, ZFPropertyCallbackValueReset callbackValueReset) |
| see ZFPropertyDynamicRegister | |
| const ZFMethod * | propertyCustomImplSetterMethod (void) const |
| see ZFPropertyDynamicRegister | |
| const ZFMethod * | propertyCustomImplGetterMethod (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyCallbackIsValueAccessed | propertyCustomImplCallbackIsValueAccessed (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyCallbackIsInitValue | propertyCustomImplCallbackIsInitValue (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyCallbackValueReset | propertyCustomImplCallbackValueReset (void) const |
| see ZFPropertyDynamicRegister | |
| ZFPropertyDynamicRegisterParam & | zfunsafe_disableChecker (zfbool disableChecker) |
| see ZFPropertyDynamicRegister | |
| zfbool | zfunsafe_disableChecker (void) const |
| see ZFPropertyDynamicRegister | |
| void | objectInfoT (zfstring &ret) const |
| see objectInfo | |
| zfstring | objectInfo (void) const |
| return object info | |
param for ZFPropertyDynamicRegister