- First part (second is in YACS module)
void LightApp_Module::updateObjBrowser( bool theIsUpdateDataModel,
SUIT_DataObject* theDataObject )
{
+ if (!getApp()->objectBrowser())
+ return;
bool upd = getApp()->objectBrowser()->autoUpdate();
getApp()->objectBrowser()->setAutoUpdate( false );
if ( !aSelectedIndexes.isEmpty() )
ob->treeView()->scrollTo( aSelectedIndexes.first() );
}
+ emit objectDoubleClicked( theObj );
}
/*!
const QString& theStudyName,
bool theIsStudySaved );
void notebookVarUpdated( QString theVarName );
-
+ void objectDoubleClicked( SUIT_DataObject* );
};
#ifdef WIN32