PixelLightAPI
.
|
#include <EventDesc.h>
Public Member Functions | |
PLCORE_API | EventDesc (const String &sSignature, const String &sName, const String &sDescription, const String &sAnnotation) |
Constructor. | |
virtual PLCORE_API | ~EventDesc () |
Destructor. | |
PLCORE_API void | Dummy () |
Initialize instance. | |
String | GetSignature () const |
Get signature. | |
virtual PLCORE_API DynEvent * | GetSignal (const Object &cObject) const |
Get signal. | |
Protected Attributes | |
String | m_sSignature |
Event descriptor.
PLCORE_API PLCore::EventDesc::EventDesc | ( | const String & | sSignature, |
const String & | sName, | ||
const String & | sDescription, | ||
const String & | sAnnotation | ||
) |
[in] | sSignature | Function signature |
[in] | sName | Function name |
[in] | sDescription | Function description |
[in] | sAnnotation | Function annotation |
virtual PLCORE_API PLCore::EventDesc::~EventDesc | ( | ) | [virtual] |
Destructor.
PLCORE_API void PLCore::EventDesc::Dummy | ( | ) |
Initialize instance.
String PLCore::EventDesc::GetSignature | ( | ) | const [inline] |
Get signature.
virtual PLCORE_API DynEvent* PLCore::EventDesc::GetSignal | ( | const Object & | cObject | ) | const [virtual] |
Get signal.
[in] | cObject | Object to return the signal pointer from |
String PLCore::EventDesc::m_sSignature [protected] |
|