|
GDCM
2.2.3
|
DataSetEvent Special type of event triggered during the DataSet store/move process. More...
#include <gdcmDataSetEvent.h>


Public Types | |
| typedef DataSetEvent | Self |
| typedef AnyEvent | Superclass |
Public Member Functions | |
| DataSetEvent (DataSet const *ds=NULL) | |
| DataSetEvent (const Self &s) | |
| virtual | ~DataSetEvent () |
| virtual bool | CheckEvent (const ::gdcm::Event *e) const |
| DataSet const & | GetDataSet () const |
| virtual const char * | GetEventName () const |
| virtual ::gdcm::Event * | MakeObject () const |
DataSetEvent Special type of event triggered during the DataSet store/move process.
| typedef DataSetEvent gdcm::DataSetEvent::Self |
| gdcm::DataSetEvent::DataSetEvent | ( | DataSet const * | ds = NULL | ) | [inline] |
| virtual gdcm::DataSetEvent::~DataSetEvent | ( | ) | [inline, virtual] |
| gdcm::DataSetEvent::DataSetEvent | ( | const Self & | s | ) | [inline] |
| virtual bool gdcm::DataSetEvent::CheckEvent | ( | const ::gdcm::Event * | e | ) | const [inline, virtual] |
| DataSet const& gdcm::DataSetEvent::GetDataSet | ( | ) | const [inline] |
| virtual const char* gdcm::DataSetEvent::GetEventName | ( | ) | const [inline, virtual] |
Return the StringName associated with the event.
Implements gdcm::Event.
| virtual ::gdcm::Event* gdcm::DataSetEvent::MakeObject | ( | ) | const [inline, virtual] |
Create an Event of this type This method work as a Factory for creating events of each particular type.
Implements gdcm::Event.
1.7.6.1