#include <xpfcaps.h>
Inheritance diagram for XPFCComplexClass:
Public Member Functions | |
XPFCComplexClass (CCRuntimeClass *pClass=NULL, XPFConvertType m_ConvertType=XPFCONVTYPE_UNKNOWN) | |
virtual | ~XPFCComplexClass () |
Protected Member Functions | |
virtual BOOL | DoesNodeMatch (Node *pNode) |
Protected Attributes | |
CCRuntimeClass * | m_pClass |
Private Member Functions | |
CC_DECLARE_MEMDUMP (XPFCComplexClass) |
Definition at line 277 of file xpfcaps.h.
|
Definition at line 283 of file xpfcaps.h. 00284 : XPFCapability(m_ConvertType) 00285 { 00286 m_pClass = pClass; 00287 }
|
|
Definition at line 288 of file xpfcaps.h.
|
|
|
|
Reimplemented from XPFCapability. Reimplemented in XPFCLayer, XPFCShadow, XPFCBevel, XPFCBlend, XPFCMould, XPFCRectangle, XPFCEllipse, XPFCPolygon, XPFCBitmap, and XPFCText. Definition at line 341 of file xpfcaps.cpp.
|
|
|