#include <ViewObject.h>

Static Public Member Functions | |
| static const std::string & | signalViewCreated () |
| static const std::string & | signalViewDeleted () |
Protected Member Functions | |
| virtual | ~ViewObject () |
Possible GraphicObjectTypes: VIEW_OBJECT.
This subclass of Subject will notify upon the following conditions:
Definition at line 27 of file ViewObject.h.
| virtual ViewObject::~ViewObject | ( | ) | [protected, virtual] |
This should be destroyed by calling GraphicLayer::removeObject.
Definition at line 44 of file ViewObject.h.
| static const std::string& ViewObject::signalViewCreated | ( | ) | [static] |
Emitted with any<View*> when a view is created to display in the object.
Definition at line 33 of file ViewObject.h.
| static const std::string& ViewObject::signalViewDeleted | ( | ) | [static] |
Emitted with any<View*> when the displayed view is deleted.
Definition at line 38 of file ViewObject.h.