param for ZFMethodDynamicRegister More...
#include <ZFMethodDynamicRegister.h>
Public Member Functions | |
| ZFMethodDynamicRegisterParam & | dynamicRegisterUserData (ZFObject *dynamicRegisterUserData) |
| see ZFMethodDynamicRegister | |
| zfany | dynamicRegisterUserData (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | ownerClass (const ZFClass *ownerClass) |
| see ZFMethodDynamicRegister | |
| const ZFClass * | ownerClass (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodNamespace (const zfstring &methodNamespace) |
| see ZFMethodDynamicRegister | |
| const zfstring & | methodNamespace (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodGenericInvoker (ZFMethodGenericInvoker methodGenericInvoker) |
| see ZFMethodDynamicRegister, ZFMethodGenericInvokerParamsCheck | |
| ZFMethodGenericInvoker | methodGenericInvoker (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodImpl (const ZFListener &methodImpl) |
| see ZFMethodDynamicRegister | |
| const ZFListener & | methodImpl (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodType (ZFMethodType methodType) |
| see ZFMethodDynamicRegister | |
| ZFMethodType | methodType (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodAccessType (ZFMethodAccessType methodAccessType) |
| see ZFMethodDynamicRegister | |
| ZFMethodAccessType | methodAccessType (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodName (const zfstring &methodName) |
| see ZFMethodDynamicRegister | |
| const zfstring & | methodName (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | returnTypeId (const zfstring &returnTypeId) |
| see ZFMethodDynamicRegister | |
| const zfstring & | returnTypeId (void) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | methodParam (const zfstring ¶mTypeId, const zfstring ¶mName=zft_zfnull, const ZFListener ¶mDefaultValueCallback=_ZFP_ZFMethod_paramDefaultValueCallbackDummy()) |
| see ZFMethodDynamicRegister | |
| zfindex | paramCount (void) const |
| see ZFMethodDynamicRegister | |
| const zfstring & | paramTypeIdAt (zfindex index) const |
| see ZFMethodDynamicRegister | |
| const zfstring & | paramNameAt (zfindex index) const |
| see ZFMethodDynamicRegister | |
| const ZFListener & | paramDefaultValueCallbackAt (zfindex index) const |
| see ZFMethodDynamicRegister | |
| ZFMethodDynamicRegisterParam & | zfunsafe_disableChecker (zfbool disableChecker) |
| see ZFMethodDynamicRegister | |
| zfbool | zfunsafe_disableChecker (void) const |
| see ZFMethodDynamicRegister | |
| void | objectInfoT (zfstring &ret) const |
| see objectInfo | |
| zfstring | objectInfo (void) const |
| return object info | |
param for ZFMethodDynamicRegister
required:
optional: