LightApp_Selection*
VisuGUI
-::createSelection( const QString& client, LightApp_SelectionMgr* mgr ) const
+::createSelection() const
{
- return new VisuGUI_Selection( (SalomeApp_Module*)this, client, mgr );
+ return new VisuGUI_Selection( (SalomeApp_Module*)this );
}
//******************************************************************
void OnMultiprChangeRes(VISU::Result::Resolution theResolution);
protected:
- virtual LightApp_Selection* createSelection( const QString&, LightApp_SelectionMgr* ) const;
+ virtual LightApp_Selection* createSelection() const;
void OnTimeAnimation(VISU::Animation::AnimationMode theMode);
class VisuGUI_Selection : public LightApp_Selection
{
public:
- VisuGUI_Selection( SalomeApp_Module* theModule, const QString& client, LightApp_SelectionMgr* mgr)
- : LightApp_Selection( client, mgr ), myModule( theModule ) {};
+ VisuGUI_Selection( SalomeApp_Module* theModule )
+ : LightApp_Selection(), myModule( theModule ) {};
virtual ~VisuGUI_Selection() {};
virtual QVariant parameter( const int, const QString& ) const;