![]() |
VR-Forces 5.0.3 Developer's Guide
|
The DtIntervisibilityEditingEventProcessor is overriding to support the canEdit method to determine if the selected objects can be edited.

Protected Member Functions | |
| virtual DtIntersector::IntersectProperties | intersectorPickMask () const |
| DtIntervisibilityEditingEventProcessor (DtInputDriver &inputDriver, DtDe &de, const std::string &className) | |
| virtual bool | allowEdit (const DtSelectionManager::IdSet &, bool doubleClick) const |
Protected Member Functions inherited from makVrv::DtBasicEditingEventProcessor | |
| virtual bool | processMouseEvent (const DtMouseEvent &ev, DtChannel &channel) |
| virtual bool | processKeyboardEvent (const DtKeyEvent &ev, DtChannel &channel) |
| virtual void | processMouseMove (DtChannel &channel, const DtMouseEvent &ev) |
| virtual bool | pick (DtChannel &channel, double x, double y, DtIntersectorResult &result, DtIntersector::IntersectProperties props) const |
| virtual void | slot_coordinateSystemChanged () |
Friends | |
| class | DtIntervisibilityEditingEventProcessorCreator |
|
virtual |
DTOR.
|
protected |
CTOR (Use DtIntervisibilityEditingEventProcessorCreator).
|
protectedvirtual |
Mask to use when picking into the scene. If dragging or creating, allow support and pickable nodes.
Reimplemented from makVrv::DtBasicEditingEventProcessor.
|
protectedvirtual |
Return true if any of the items selected are intervisibiltiy items (or vertices of intervisibility items)
Reimplemented from makVrv::DtBasicEditingEventProcessor.
|
friend |
Befriend the creator.