MCPcopy Create free account
hub / github.com/MITK/MITK / AddScreenshot

Method AddScreenshot

Modules/Forms/src/mitkScreenshotQuestion.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ScreenshotQuestion::AddScreenshot(const fs::path& path)
86{
87 if (fs::exists(path))
88 m_Responses.insert(path);
89}
90
91void ScreenshotQuestion::RemoveScreenshot(const fs::path& path)
92{

Callers 1

OnPopupMenuTriggeredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected