![]() |
VR-Forces 4.0.4 Class Documentation
|
This handler creates entities. More...

Public Member Functions | |
| DtTerrainCreatePointHandler () | |
| Default Constructor. | |
| virtual | ~DtTerrainCreatePointHandler () |
| Destructor. | |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Protected Member Functions | |
| virtual void | activate () |
| When activated, if in terrain selection mode and there are terrain nodes selected, ask the user if they want to create objects for each terrain node selected. | |
| virtual void | createObjectsFromSelection (DtTMMapArea *area) |
| virtual void | createFromPoint (const DtPoint &origin) |
This handler creates entities.
Default Constructor.
| virtual DtTerrainCreatePointHandler::~DtTerrainCreatePointHandler | ( | ) | [virtual] |
Destructor.
| static DtEventHandler* DtTerrainCreatePointHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
Reimplemented from DtCreatePointHandler.
| virtual void DtTerrainCreatePointHandler::activate | ( | ) | [protected, virtual] |
When activated, if in terrain selection mode and there are terrain nodes selected, ask the user if they want to create objects for each terrain node selected.
If not, then cancel out of this dialog
Reimplemented from DtCreateControlObjectHandler.
| virtual void DtTerrainCreatePointHandler::createObjectsFromSelection | ( | DtTMMapArea * | area | ) | [protected, virtual] |
| virtual void DtTerrainCreatePointHandler::createFromPoint | ( | const DtPoint & | origin | ) | [protected, virtual] |