Jafar
|
00001 #ifndef _ABSTRACT_EVENT_HANDLER_HPP_ 00002 #define _ABSTRACT_EVENT_HANDLER_HPP_ 00003 00004 namespace jafar { 00005 namespace qdisplay { 00006 00013 class AbstractEventHandler { 00014 public: 00015 virtual ~AbstractEventHandler(); 00016 virtual void mouseReleaseEvent(int button, double x, double y); 00017 }; 00018 } 00019 } 00020 00021 00022 #endif
Generated on Wed Oct 15 2014 00:37:25 for Jafar by doxygen 1.7.6.1 |