MCPcopy Create free account
hub / github.com/chrxh/alien / showSaveFileDialog

Method showSaveFileDialog

source/Gui/GenericFileDialog.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void GenericFileDialog::showSaveFileDialog(
19 std::string const& title,
20 std::string const& filter,
21 std::string startingPath,
22 std::function<void(std::filesystem::path const&)> const& actionFunc)
23{
24 _actionFunc = actionFunc;
25 ifd::FileDialog::Instance().Save("GenericFileDialog", title, filter, startingPath);
26}
27
28void GenericFileDialog::process()
29{

Callers 4

onSaveGenomeMethod · 0.80
onSaveParametersMethod · 0.80
onSavePatternMethod · 0.80

Calls 1

SaveMethod · 0.80

Tested by

no test coverage detected