Ref T275, detect when objects have been deleted in view and using that signal in setup component

This commit is contained in:
Klaus Basan
2018-06-19 16:47:57 +02:00
parent 73ea22530c
commit 0aa5836b62
4 changed files with 38 additions and 8 deletions

View File

@@ -85,6 +85,9 @@ namespace BlackGui
//! Setup chaged
void onSetupChanged();
//! Objects have been deleted
void onObjectsDeleted(const BlackMisc::CVariant &deletedObjects);
BlackMisc::Simulation::CInterpolationSetupList m_lastSetSetups; //!< last setups set to context
};
} // ns