| 
    KiCad PCB EDA Suite
    
   | 
 
#include "kicad_curl/kicad_curl.h"#include "kicad_curl/kicad_curl_easy.h"#include <paths.h>#include "pcm_task_manager.h"#include <reporter.h>#include <wxstream_helper.h>#include <fstream>#include <thread>#include <unordered_set>#include <wx/dir.h>#include <wx/filename.h>#include <wx/msgdlg.h>#include <wx/sstream.h>#include <wx/wfstream.h>#include <wx/zipstrm.h>Go to the source code of this file.
Classes | |
| class | PATH_COLLECTOR | 
Functions | |
| void | compile_keep_on_update_regex (const PCM_PACKAGE &pkg, const PACKAGE_VERSION &ver, std::forward_list< wxRegEx > &aKeepOnUpdate) | 
| void compile_keep_on_update_regex | ( | const PCM_PACKAGE & | pkg, | 
| const PACKAGE_VERSION & | ver, | ||
| std::forward_list< wxRegEx > & | aKeepOnUpdate ) | 
Definition at line 41 of file pcm_task_manager.cpp.
References PACKAGE_VERSION::keep_on_update, and PCM_PACKAGE::keep_on_update.
Referenced by PCM_TASK_MANAGER::installDownloadedPackage(), and PCM_TASK_MANAGER::InstallFromFile().