00001 //--- < EVENTDRIVER.H > ---------| ViewGraph - A Flexible Graph view Framework | 00002 // 00003 // Here you should define your event input 00004 // system handler. 00005 // 00006 // Inherit from a specific event driver and 00007 // the GraphView class to combine graph display 00008 // with event handling 00009 // 00010 // $Author: botik32 $ 00011 // $Revision: 1.1.1.1 $ 00012 // $Date: 2004/03/26 10:50:26 $ 00013 //-----------------------------------------------------------------------------/ 00014 00015 /// EventDriver converts system events into 00016 /// cZUI events. 00017 class EventDriver 00018 { 00019 }; 00020 00021 class Event; 00022 00023 // $Log: eventdriver.h,v $ 00024 // Revision 1.1.1.1 2004/03/26 10:50:26 botik32 00025 // Initial release 00026 // 00027 // Revision 1.1.1.1 2004/03/26 08:53:33 botik 00028 // initial import 00029 // 00030 // 00031 // Revision 1.3 2003/11/09 18:05:37 botik 00032 // Contrib/borderlayer works! Fixed a lot of small bugs. 00033 // 00034 /// Revision 1.2 2003/11/04 14:58:47 botik 00035 /// Added sdl event driver 00036 /// 00037 /// Revision 1.1 2003/10/25 16:13:36 botik 00038 /// Added event driver class to translate 00039 /// various frameworks' events to GraphView 00040 ///