OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimMouseListener.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts (gpotts@imagelinks)
6 //
7 //*************************************************************************
8 // $Id: ossimMouseListener.h 17195 2010-04-23 17:32:18Z dburken $
9 #ifndef ossimMouseListener_HEADER
10 #define ossimMouseListener_HEADER
13 
15 {
16 public:
18  virtual ~ossimMouseListener(){}
19 
20  virtual void processEvent(ossimEvent& event);
21 
25  virtual void mouseEvent(ossimMouseEvent& /* event */)
26  {}
27 
29 };
30 #endif
#define OSSIMDLLEXPORT
virtual void processEvent(ossimEvent &event)
ProcessEvent.
#define TYPE_DATA
Definition: ossimRtti.h:339
virtual void mouseEvent(ossimMouseEvent &)