OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
ossimPropertyEvent.h
Go to the documentation of this file.
1
#ifndef ossimPropertyEvent_HEADER
2
#define ossimPropertyEvent_HEADER
3
#include <
ossim/base/ossimEvent.h
>
4
5
class
OSSIMDLLEXPORT
ossimPropertyEvent
:
public
ossimEvent
6
{
7
public
:
8
ossimPropertyEvent
(
ossimObject
*
object
)
// the event id
9
:
ossimEvent
(object,
OSSIM_EVENT_PROPERTY_ID
)
10
{}
11
virtual
ossimObject
*
dup
()
const
{
return
new
ossimPropertyEvent
(*
this
);}
12
};
13
14
#endif
ossimObject
Definition:
ossimObject.h:25
OSSIMDLLEXPORT
#define OSSIMDLLEXPORT
Definition:
ossimConstants.h:71
ossimPropertyEvent
Definition:
ossimPropertyEvent.h:5
ossimPropertyEvent::ossimPropertyEvent
ossimPropertyEvent(ossimObject *object)
Definition:
ossimPropertyEvent.h:8
OSSIM_EVENT_PROPERTY_ID
#define OSSIM_EVENT_PROPERTY_ID
Definition:
ossimEventIds.h:31
ossimEvent
Definition:
ossimEvent.h:16
ossimEvent.h
ossimPropertyEvent::dup
virtual ossimObject * dup() const
Definition:
ossimPropertyEvent.h:11
Generated on Fri Aug 3 2018 08:46:52 for OSSIM - Open Source Software Image Map by
1.8.14