mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Ref T275, detect when objects have been deleted in view and using that signal in setup component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user