Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

SurveillanceMapListener.h

Go to the documentation of this file.
00001 // Author: Richard van Balen
00002 
00003 #ifndef Impala_Application_SDash_SurveillanceMapListener_h
00004 #define Impala_Application_SDash_SurveillanceMapListener_h
00005 
00006 namespace Impala {
00007 namespace Application {
00008 namespace SDash {
00009 
00010 class SurveillanceMap;
00011 
00012 class SurveillanceMapListener
00013 {
00014 public:
00015     virtual void
00016     ButtonSelectionEvent(SurveillanceMap* src, int btnId, void* userData)
00017     {
00018     }
00019 };
00020 
00021 }
00022 }
00023 }
00024 #endif

Generated on Fri Mar 19 09:30:39 2010 for ImpalaSrc by  doxygen 1.5.1