void clear (void) | Virtual function |
Does the same thing the destructor ~Path() does:
Calls delete() on the pointers to Points on points ,
clears points and connectors , deletes draw_color
and fill_color , if they point to Colors that were
allocated on the free store, and sets them to 0.
|