KiCad PCB EDA Suite
|
#include <kicad_curl/kicad_curl_easy.h>
#include <sstream>
#include <boost/ptr_container/ptr_map.hpp>
#include <set>
#include <wx/zipstrm.h>
#include <wx/mstream.h>
#include <wx/uri.h>
#include <fctsys.h>
#include <io_mgr.h>
#include <richio.h>
#include <pcb_parser.h>
#include <class_board.h>
#include <github_plugin.h>
#include <class_module.h>
#include <macros.h>
#include <fp_lib_table.h>
#include <github_getliblist.h>
Go to the source code of this file.
Classes | |
struct | GH_CACHE |
Class GH_CACHE assists only within GITHUB_PLUGIN and holds a map of footprint name to wxZipEntry. More... | |
Typedefs | |
typedef boost::ptr_map< wxString, wxZipEntry > | MODULE_MAP |
typedef MODULE_MAP::iterator | MODULE_ITER |
typedef MODULE_MAP::const_iterator | MODULE_CITER |
Variables | |
static const char * | PRETTY_DIR = "allow_pretty_writing_to_this_dir" |
typedef MODULE_MAP::const_iterator MODULE_CITER |
Definition at line 103 of file github_plugin.cpp.
typedef MODULE_MAP::iterator MODULE_ITER |
Definition at line 102 of file github_plugin.cpp.
typedef boost::ptr_map< wxString, wxZipEntry > MODULE_MAP |
Definition at line 101 of file github_plugin.cpp.
|
static |
Definition at line 98 of file github_plugin.cpp.
Referenced by GITHUB_PLUGIN::cacheLib(), GITHUB_PLUGIN::FootprintDelete(), GITHUB_PLUGIN::FootprintLibOptions(), and GITHUB_PLUGIN::FootprintSave().