Open CASCADE Technology
6.9.0
|
Stored Info about temporary objects. More...
#include <AIS_LocalStatus.hxx>
Public Member Functions | |
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) | |
Standard_Boolean | Decomposed () const |
Standard_Boolean | IsTemporary () const |
Standard_Integer | DisplayMode () const |
const TColStd_ListOfInteger & | SelectionModes () const |
Standard_Boolean | IsActivated (const Standard_Integer aSelMode) const |
Standard_Integer | HilightMode () const |
Standard_Boolean | IsSubIntensityOn () const |
Quantity_NameOfColor | HilightColor () const |
void | SetDecomposition (const Standard_Boolean astatus) |
void | SetTemporary (const Standard_Boolean astatus) |
void | SetDisplayMode (const Standard_Integer aMode) |
void | SetFirstDisplay (const Standard_Boolean aStatus) |
Standard_Boolean | IsFirstDisplay () const |
void | AddSelectionMode (const Standard_Integer aMode) |
void | RemoveSelectionMode (const Standard_Integer aMode) |
void | ClearSelectionModes () |
Standard_Boolean | IsSelModeIn (const Standard_Integer aMode) const |
void | SetHilightMode (const Standard_Integer aMode) |
void | SetHilightColor (const Quantity_NameOfColor aHiCol) |
void | SubIntensityOn () |
void | SubIntensityOff () |
void | SetPreviousState (const Handle< Standard_Transient > &aStatus) |
const Handle < Standard_Transient > & | PreviousState () const |
Public Member Functions inherited from MMgt_TShared | |
virtual void | Delete () const |
Memory deallocator for transient classes. More... | |
Public Member Functions inherited from Standard_Transient | |
Standard_Transient () | |
Empty constructor. More... | |
Standard_Transient (const Standard_Transient &) | |
Copy constructor – does nothing. More... | |
Standard_Transient & | operator= (const Standard_Transient &) |
Assignment operator, needed to avoid copying reference counter. More... | |
virtual | ~Standard_Transient () |
Destructor must be virtual. More... | |
virtual const Handle_Standard_Type & | DynamicType () const |
Returns a type information object about this object. More... | |
Standard_Boolean | IsInstance (const Handle_Standard_Type &theType) const |
Returns a true value if this is an instance of Type. More... | |
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
Returns a true value if this is an instance of TypeName. More... | |
Standard_Boolean | IsKind (const Handle_Standard_Type &theType) const |
Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
virtual Handle_Standard_Transient | This () const |
Returns a Handle which references this object. Must never be called to objects created in stack. More... | |
Standard_Integer | GetRefCount () const |
Get the reference counter of this object. More... | |
Stored Info about temporary objects.
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 | ( | ) |