|
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 162 of file common_settings.h.
| bool COMMON_SETTINGS::GIT_REPOSITORY::active |
Definition at line 169 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::authType |
Definition at line 166 of file common_settings.h.
| bool COMMON_SETTINGS::GIT_REPOSITORY::checkValid |
Definition at line 170 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::name |
Definition at line 164 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::path |
Definition at line 165 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::ssh_path |
Definition at line 168 of file common_settings.h.
| wxString COMMON_SETTINGS::GIT_REPOSITORY::username |
Definition at line 167 of file common_settings.h.