![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtIntervisibilityEditingEventProcessor is overriding to support the canEdit method to determine if the selected objects can be edited. More...

Public Member Functions | |
| virtual | ~DtIntervisibilityEditingEventProcessor () |
| DTOR. | |
Protected Member Functions | |
| DtIntervisibilityEditingEventProcessor (DtInputDriver &inputDriver, DtDe &de, const std::string &className) | |
| CTOR (Use DtIntervisibilityEditingEventProcessorCreator). | |
| virtual bool | allowEdit (const DtSelectionManager::IdSet &, bool doubleClick) const |
| Return true if any of the items selected are intervisibiltiy items (or vertices of intervisibility items) | |
Friends | |
| class | DtIntervisibilityEditingEventProcessorCreator |
| Befriend the creator. | |
The DtIntervisibilityEditingEventProcessor is overriding to support the canEdit method to determine if the selected objects can be edited.
| virtual makVrv::DtIntervisibilityEditingEventProcessor::~DtIntervisibilityEditingEventProcessor | ( | ) | [virtual] |
DTOR.
| makVrv::DtIntervisibilityEditingEventProcessor::DtIntervisibilityEditingEventProcessor | ( | DtInputDriver & | inputDriver, |
| DtDe & | de, | ||
| const std::string & | className | ||
| ) | [protected] |
CTOR (Use DtIntervisibilityEditingEventProcessorCreator).
| virtual bool makVrv::DtIntervisibilityEditingEventProcessor::allowEdit | ( | const DtSelectionManager::IdSet & | , |
| bool | doubleClick | ||
| ) | const [protected, virtual] |
Return true if any of the items selected are intervisibiltiy items (or vertices of intervisibility items)
Reimplemented from makVrv::DtBasicEditingEventProcessor.
friend class DtIntervisibilityEditingEventProcessorCreator [friend] |
Befriend the creator.