MCPcopy Create free account
hub / github.com/begla/Intrinsic / onSaveManager

Method onSaveManager

IntrinsicEd/src/IntrinsicEdManagerWindowBase.cpp:244–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void IntrinsicEdManagerWindowBase::onSaveManager()
245{
246 if (_resourceManagerEntry.saveToSingleFileFunction)
247 {
248 _resourceManagerEntry.saveToSingleFileFunction(
249 _managerFilePath.toStdString().c_str());
250 }
251 if (_resourceManagerEntry.saveToMultipleFilesFunction)
252 {
253 _resourceManagerEntry.saveToMultipleFilesFunction(
254 _managerPath.toStdString().c_str(),
255 _managerExtension.toStdString().c_str());
256 }
257
258 new IntrinsicEdNotificationSimple(this, "Saved manager to file...");
259}
260
261void IntrinsicEdManagerWindowBase::initContextMenu(QMenu* p_ContextMenu)
262{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected