|
KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
| wxString | name |
| wxString | path |
| wxString | authType |
| wxString | username |
| wxString | ssh_path |
| bool | active |
| bool | checkValid |
Definition at line 177 of file common_settings.h.
| bool COMMON_SETTINGS::GIT_REPOSITORY::active |
Definition at line 184 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::authType |
Definition at line 181 of file common_settings.h.
| bool COMMON_SETTINGS::GIT_REPOSITORY::checkValid |
Definition at line 185 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::name |
Definition at line 179 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::path |
Definition at line 180 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::ssh_path |
Definition at line 183 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::username |
Definition at line 182 of file common_settings.h.