PixelLightAPI
.
|
Dummy() | PLCore::FuncDesc | |
FuncDesc(const String &sSignature, const String &sName, const String &sDescription, const String &sAnnotation) | PLCore::FuncDesc | |
GetAnnotation() const | PLCore::MemberDesc | [inline] |
GetDescription() const | PLCore::MemberDesc | [inline] |
GetMemberType() const | PLCore::MemberDesc | [inline] |
GetMethod(Object &cObject) const | PLCore::FuncDesc | [virtual] |
GetName() const | PLCore::MemberDesc | [inline] |
GetSignature() const | PLCore::FuncDesc | [inline] |
m_nMemberType | PLCore::MemberDesc | [protected] |
m_sAnnotation | PLCore::MemberDesc | [protected] |
m_sDescription | PLCore::MemberDesc | [protected] |
m_sName | PLCore::MemberDesc | [protected] |
m_sSignature | PLCore::FuncDesc | [protected] |
MemberDesc(EMemberType nMemberType, const String &sName, const String &sDescription, const String &sAnnotation) | PLCore::MemberDesc | |
Register(ClassReal *pClass) | PLCore::MemberDesc | [protected] |
~FuncDesc() | PLCore::FuncDesc | [virtual] |
~MemberDesc() | PLCore::MemberDesc | [virtual] |
|