Files Classes Functions Hierarchy
00001 #ifndef PATHLINESEGDRAW_H 00002 #define PATHLINESEGDRAW_H 00003 00004 #include <gobj.h> 00005 #include <pathlineseg.h> 00006 00010 class pathlinesegdraw : public gobjContainer 00011 { 00012 public: 00013 00015 pathlineseg* ps; 00016 00017 /* Manage memory. */ 00018 bool mem; 00019 00021 bool pointsdraw; 00023 bool pointsnumber; 00025 bool curvepointsdraw; 00027 bool controldraw; 00029 bool segsdraw; 00030 00032 void defaultgraphics(); 00033 00035 pathlinesegdraw(boolc mem_=false); 00037 pathlinesegdraw(pathlineseg* ps_, boolc mem_); 00038 00040 ~pathlinesegdraw(); 00042 void draw(); 00044 void update(); 00045 00046 }; 00047 00048 00049 #endif 00050
1.5.8