MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / loadFile

Method loadFile

pj_app/src/FileLoader.cpp:905–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905bool FileLoader::loadFile(const QString& path, QWidget* dialog_parent, const LoadHints& hints) {
906 queue_.push_back(LoadRequest{.path = path, .dialog_parent = dialog_parent, .hints = hints});
907 startNext();
908 return true; // accepted/enqueued — completion is async (fileLoaded/fileLoadFailed)
909}
910
911void FileLoader::startNext() {
912 if (active_load_) {

Callers 5

MainWindowMethod · 0.45
onReloadDataRequestedMethod · 0.45
loadLayoutFromPathMethod · 0.45
loadAndWaitMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

loadAndWaitMethod · 0.36
TEST_FFunction · 0.36