#include <DimensionObject.h>

Protected Member Functions | |
| virtual | ~DimensionObject () |
A dimension object selects full rows or columns of the scene.
Possible GraphicObjectTypes: ROW_OBJECT, COLUMN_OBJECT.
This subclass of Subject will notify upon the following conditions:
Definition at line 25 of file DimensionObject.h.
| virtual DimensionObject::~DimensionObject | ( | ) | [protected, virtual] |
This should be destroyed by calling GraphicLayer::removeObject.
Definition at line 31 of file DimensionObject.h.