#include <TriangleObject.h>

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