OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimPropertyEvent.h
Go to the documentation of this file.
1 #ifndef ossimPropertyEvent_HEADER
2 #define ossimPropertyEvent_HEADER
4 
6 {
7 public:
8  ossimPropertyEvent(ossimObject* object) // the event id
10  {}
11  virtual ossimObject* dup()const{return new ossimPropertyEvent(*this);}
12 };
13 
14 #endif
#define OSSIMDLLEXPORT
ossimPropertyEvent(ossimObject *object)
#define OSSIM_EVENT_PROPERTY_ID
Definition: ossimEventIds.h:31
virtual ossimObject * dup() const