#include <LineObject.h>

Protected Member Functions | |
| virtual | ~LineObject () |
Possible GraphicObjectTypes: LINE_OBJECT, HLINE_OBJECT, VLINE_OBJECT.
This subclass of Subject will notify upon the following conditions:
Definition at line 23 of file LineObject.h.
| virtual LineObject::~LineObject | ( | ) | [protected, virtual] |
This should be destroyed by calling GraphicLayer::removeObject.
Definition at line 29 of file LineObject.h.