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

Method process

source/Gui/PatternAnalysisDialog.cpp:35–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void PatternAnalysisDialog::process()
36{
37 if (!ifd::FileDialog::Instance().IsDone("PatternAnalysisDialog")) {
38 return;
39 }
40 if (ifd::FileDialog::Instance().HasResult()) {
41 auto firstFilename = ifd::FileDialog::Instance().GetResult();
42 auto firstFilenameCopy = firstFilename;
43 _startingPath = firstFilenameCopy.remove_filename().string();
44
45 saveRepetitiveActiveClustersToFiles(firstFilename.string());
46 }
47 ifd::FileDialog::Instance().Close();
48}
49
50void PatternAnalysisDialog::show()
51{

Callers

nothing calls this directly

Calls 3

IsDoneMethod · 0.80
HasResultMethod · 0.80
CloseMethod · 0.45

Tested by

no test coverage detected