duilib自学教程
|
Public 成员函数 | |
CDelegateStatic (Fn pFn) | |
CDelegateStatic (const CDelegateStatic &rhs) | |
virtual CDelegateBase * | Copy () const |
![]() | |
CDelegateBase (void *pObject, void *pFn) | |
CDelegateBase (const CDelegateBase &rhs) | |
bool | Equals (const CDelegateBase &rhs) const |
bool | operator() (void *param) |
Protected 成员函数 | |
virtual bool | Invoke (void *param) |
![]() | |
void * | GetFn () |
void * | GetObject () |