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

PoliceManListener.h

Go to the documentation of this file.
00001 #ifndef Impala_Application_SDash_PoliceManListener_h
00002 #define Impala_Application_SDash_PoliceManListener_h
00003 
00004 namespace Impala {
00005 namespace Application {
00006 namespace SDash {
00007 
00008 class PoliceMan;
00009 
00010 // abstract class
00011 class PoliceManListener 
00012 {
00013 public:
00014     virtual void PoliceManClicked(PoliceMan* src, int btn, int state,
00015                                   int x, int y, void* userData) = 0;
00016 };
00017 
00018 } // namespace SDash
00019 } // namespace Application
00020 } // namespace Impala
00021 
00022 #endif

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