Used to store all custom-event-element Information which comes from the Instantiation-File.
More...
#include <CustomEventElementImpl.h>
|
| EventElementImpl (const std::string &className, const std::string &logicalEventName, const EventSourceType sourceType, const std::string &xpath, boost::shared_ptr< ElementXML > eventElement) |
|
std::string | eventSourceName_ |
| name of the event-source to which this object belongs. Filled by the child-class
|
|
std::string | concreteEventName_ |
| The concrete event-name is build of the event-source-name and a string to make the name unique Filled by the child-class.
|
|
std::string | className_ |
| name of the class which owns this EventElement
|
|
std::string | logicalEventName_ |
| name of the logical event which owns this EventElement
|
|
Used to store all custom-event-element Information which comes from the Instantiation-File.
fesa::CustomEventElementImpl::CustomEventElementImpl |
( |
const std::string & |
className, |
|
|
const std::string & |
logicalEventName, |
|
|
const std::string & |
xpath, |
|
|
boost::shared_ptr< ElementXML > |
eventElement |
|
) |
| |
constructor
- Parameters
-
className | Name of the class, which owns this event |
logicalEventName | Name of the logical-event, which uses this concrete-event |
xpath | xml-path as string on which the eventElement is located |
eventElement | object which allows easy access to "xpath" |
fesa::CustomEventElementImpl::CustomEventElementImpl |
( |
const std::string & |
className, |
|
|
const std::string & |
logicalEventName, |
|
|
const CustomEventElementImpl & |
original |
|
) |
| |
constructor
- Parameters
-
className | Name of the class, which owns this event |
logicalEventName | Name of the logical-event, which uses this concrete-event |
original | Custom event element |
const std::string & fesa::CustomEventElementImpl::getCustomEventName |
( |
| ) |
const |
Returns the custom event name of this custom event.
The documentation for this class was generated from the following files:
- CustomEventElementImpl.h
- CustomEventElementImpl.cpp