mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
untabify
This commit is contained in:
parent
00ee13aec2
commit
5b7eddf17a
@ -103,18 +103,18 @@ protected:
|
||||
|
||||
//! Hilight object in VTK viewer
|
||||
void highlight( const Handle( SALOME_InteractiveObject )&,
|
||||
const bool, const bool = true );
|
||||
const bool, const bool = true );
|
||||
|
||||
//! Select some nodes or elements in VTK
|
||||
void addOrRemoveIndex( const Handle( SALOME_InteractiveObject )&,
|
||||
const TColStd_MapOfInteger&, const bool );
|
||||
const TColStd_MapOfInteger&, const bool );
|
||||
|
||||
SVTK_ViewWindow* viewWindow() const;
|
||||
SVTK_Selector* selector() const;
|
||||
|
||||
//! Get names, types and ids of selected objects
|
||||
virtual void selected( QStringList&,
|
||||
SMESHGUI_Dialog::TypesList&, QStringList& ) const;
|
||||
SMESHGUI_Dialog::TypesList&, QStringList& ) const;
|
||||
|
||||
//! Find type by id
|
||||
virtual int typeById( const QString&, const EntityType ) const;
|
||||
|
Loading…
Reference in New Issue
Block a user