Open CASCADE Technology  7.7.0
Enumerations

AIS_SelectionModesConcurrency.hxx File Reference

Enumerations

enum  AIS_SelectionModesConcurrency { AIS_SelectionModesConcurrency_Single , AIS_SelectionModesConcurrency_GlobalOrLocal , AIS_SelectionModesConcurrency_Multiple }
 The mode specifying how multiple active Selection Modes should be treated during activation of new one. More...
 

Enumeration Type Documentation

◆ AIS_SelectionModesConcurrency

The mode specifying how multiple active Selection Modes should be treated during activation of new one.

Enumerator
AIS_SelectionModesConcurrency_Single 

only one selection mode can be activated at the same moment - previously activated should be deactivated

AIS_SelectionModesConcurrency_GlobalOrLocal 

either Global (AIS_InteractiveObject::GlobalSelectionMode() or Local (multiple) selection modes can be active at the same moment

AIS_SelectionModesConcurrency_Multiple 

any combination of selection modes can be activated