|
Open CASCADE Technology 6.5.2
|
Stored Info about temporary objects.
#include <AIS_LocalStatus.hxx>

| AIS_LocalStatus::AIS_LocalStatus | ( | const Standard_Boolean | IsTemporary = Standard_True, |
| const Standard_Boolean | Decompose = Standard_False, |
||
| const Standard_Integer | DisplayMode = -1, |
||
| const Standard_Integer | SelectionMode = -1, |
||
| const Standard_Integer | HilightMode = 0, |
||
| const Standard_Boolean | SubIntensity = 0, |
||
| const Quantity_NameOfColor | TheHiCol = Quantity_NOC_WHITE |
||
| ) |
| void AIS_LocalStatus::AddSelectionMode | ( | const Standard_Integer | aMode | ) |
| void AIS_LocalStatus::ClearSelectionModes | ( | ) |
| Standard_Boolean AIS_LocalStatus::Decomposed | ( | ) | const |
| Standard_Integer AIS_LocalStatus::DisplayMode | ( | ) | const |
| Quantity_NameOfColor AIS_LocalStatus::HilightColor | ( | ) | const |
| Standard_Integer AIS_LocalStatus::HilightMode | ( | ) | const |
| Standard_Boolean AIS_LocalStatus::IsActivated | ( | const Standard_Integer | aSelMode | ) | const |
| Standard_Boolean AIS_LocalStatus::IsFirstDisplay | ( | ) | const |
| Standard_Boolean AIS_LocalStatus::IsSelModeIn | ( | const Standard_Integer | aMode | ) | const |
| Standard_Boolean AIS_LocalStatus::IsSubIntensityOn | ( | ) | const |
| Standard_Boolean AIS_LocalStatus::IsTemporary | ( | ) | const |
| const Handle_Standard_Transient& AIS_LocalStatus::PreviousState | ( | ) | const |
| void AIS_LocalStatus::RemoveSelectionMode | ( | const Standard_Integer | aMode | ) |
| const TColStd_ListOfInteger& AIS_LocalStatus::SelectionModes | ( | ) | const |
| void AIS_LocalStatus::SetDecomposition | ( | const Standard_Boolean | astatus | ) |
| void AIS_LocalStatus::SetDisplayMode | ( | const Standard_Integer | aMode | ) |
| void AIS_LocalStatus::SetFirstDisplay | ( | const Standard_Boolean | aStatus | ) |
| void AIS_LocalStatus::SetHilightColor | ( | const Quantity_NameOfColor | aHiCol | ) |
| void AIS_LocalStatus::SetHilightMode | ( | const Standard_Integer | aMode | ) |
| void AIS_LocalStatus::SetPreviousState | ( | const Handle< Standard_Transient > & | aStatus | ) |
| void AIS_LocalStatus::SetTemporary | ( | const Standard_Boolean | astatus | ) |
| void AIS_LocalStatus::SubIntensityOff | ( | ) |
| void AIS_LocalStatus::SubIntensityOn | ( | ) |
1.7.4