superclass for callback/observer methods
More...
#include <gdcmEvent.h>
superclass for callback/observer methods
- See Also
- Command Subject
gdcm::Event::Event |
( |
const Event & |
| ) |
|
virtual gdcm::Event::~Event |
( |
| ) |
|
|
virtual |
virtual bool gdcm::Event::CheckEvent |
( |
const Event * |
| ) |
const |
|
pure virtual |
Check if given event matches or derives from this event.
virtual const char* gdcm::Event::GetEventName |
( |
void |
| ) |
const |
|
pure virtual |
virtual Event* gdcm::Event::MakeObject |
( |
| ) |
const |
|
pure virtual |
virtual void gdcm::Event::Print |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Print Event information. This method can be overridden by specific Event subtypes. The default is to print out the type of the event.
Referenced by gdcm::operator<<().
The documentation for this class was generated from the following file: