//! Should return true, if this presentation contains a graphic object
virtual bool IsNull() const = 0;
- //! Key method for double dispatch of activation of subshapes selection
+ //! Key method for double dispatch of activation of sub-shapes selection
virtual void LocalSelectionIn( SALOME_View*, const int ) const = 0;
};
//! invoke Update() method corresponding to the actual type of presentation.
virtual void Update( SALOME_Displayer* );
- //! Key method for double dispatch of activation of subshapes selection
+ //! Key method for double dispatch of activation of sub-shapes selection
virtual void LocalSelectionIn( SALOME_View*, const int ) const;
};
//! invoke Update() method corresponding to the actual type of presentation.
virtual void Update( SALOME_Displayer* );
- //! Key method for double dispatch of activation of subshapes selection
+ //! Key method for double dispatch of activation of sub-shapes selection
virtual void LocalSelectionIn( SALOME_View*, const int ) const;
};
//! invoke Update() method corresponding to the actual type of presentation.
virtual void Update( SALOME_Displayer* );
- //! Key method for double dispatch of activation of subshapes selection
+ //! Key method for double dispatch of activation of sub-shapes selection
virtual void LocalSelectionIn( SALOME_View*, const int ) const;
};
{
if ( !isInLocal )
OCCViewer_Viewer::highlight( ite.Value(), hilight, false );
- // highlight subshapes only when local selection is active
+ // highlight sub-shapes only when local selection is active
else
{
/*if ( ite.Value()->IsKind( STANDARD_TYPE( SALOME_AISShape ) ) )
}
/*!
- Activates selection of sub shapes
+ Activates selection of sub-shapes
*/
void SOCC_Viewer::LocalSelection( const SALOME_OCCPrs* thePrs, const int theMode )
{
}
/*!
- Deactivates selection of sub shapes
+ Deactivates selection of sub-shapes
*/
void SOCC_Viewer::GlobalSelection( const bool update ) const
{