Files Classes Functions Hierarchy
00001 #ifndef ARCDRAW_H 00002 #define ARCDRAW_H 00003 00004 #include <gobj.h> 00005 00006 #include <arc.h> 00007 00008 00017 class arcdraw : public gobj 00018 { 00019 arc const * ac; 00020 gobjContainer graphicsdeffered; 00021 public: 00022 00024 arcdraw(arc const & ac_); 00025 00027 bool enableCenter; 00029 bool enableEndPoints; 00031 bool enableArc; 00032 00033 00035 void init(arc const & ac_); 00036 00038 void draw(); 00039 00043 void update(); 00044 00045 }; 00046 00047 #endif 00048 00049 00050
1.5.8