| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx/string.h>#include <json_common.h>#include <project/project_file.h>#include <settings/parameters.h>Go to the source code of this file.
Variables | |
| template class KICOMMON_API | PARAM_LAMBDA< bool > | 
| template class KICOMMON_API | PARAM_LAMBDA< int > | 
| template class KICOMMON_API | PARAM_LAMBDA< nlohmann::json > | 
| template class KICOMMON_API | PARAM_LAMBDA< std::string > | 
| template class KICOMMON_API | PARAM_LIST< bool > | 
| template class KICOMMON_API | PARAM_LIST< int > | 
| template class KICOMMON_API | PARAM_LIST< double > | 
| template class KICOMMON_API | PARAM_LIST< wxString > | 
| template class KICOMMON_API | PARAM_LIST< KIGFX::COLOR4D > | 
| template class KICOMMON_API | PARAM_LIST< GRID > | 
| template class KICOMMON_API | PARAM_SET< wxString > | 
| template class KICOMMON_API | PARAM_MAP< int > | 
| template class KICOMMON_API | PARAM_MAP< double > | 
| template class KICOMMON_API | PARAM_MAP< bool > | 
| template class KICOMMON_API PARAM_LAMBDA< bool > | 
Definition at line 120 of file parameters.cpp.
| template class KICOMMON_API PARAM_LAMBDA< int > | 
Definition at line 121 of file parameters.cpp.
| template class KICOMMON_API PARAM_LAMBDA< nlohmann::json > | 
Definition at line 122 of file parameters.cpp.
| template class KICOMMON_API PARAM_LAMBDA< std::string > | 
Definition at line 123 of file parameters.cpp.
| template class KICOMMON_API PARAM_LIST< bool > | 
Definition at line 125 of file parameters.cpp.
| template class KICOMMON_API PARAM_LIST< double > | 
Definition at line 127 of file parameters.cpp.
| template class KICOMMON_API PARAM_LIST< GRID > | 
Definition at line 131 of file parameters.cpp.
| template class KICOMMON_API PARAM_LIST< int > | 
Definition at line 126 of file parameters.cpp.
| template class KICOMMON_API PARAM_LIST< KIGFX::COLOR4D > | 
Definition at line 129 of file parameters.cpp.
| template class KICOMMON_API PARAM_LIST< wxString > | 
Definition at line 128 of file parameters.cpp.
| template class KICOMMON_API PARAM_MAP< bool > | 
Definition at line 137 of file parameters.cpp.
| template class KICOMMON_API PARAM_MAP< double > | 
Definition at line 136 of file parameters.cpp.
| template class KICOMMON_API PARAM_MAP< int > | 
Definition at line 135 of file parameters.cpp.
| template class KICOMMON_API PARAM_SET< wxString > | 
Definition at line 133 of file parameters.cpp.