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 167 of file common_settings.h.
bool COMMON_SETTINGS::GIT_REPOSITORY::active |
Definition at line 174 of file common_settings.h.
wxString COMMON_SETTINGS::GIT_REPOSITORY::authType |
Definition at line 171 of file common_settings.h.
bool COMMON_SETTINGS::GIT_REPOSITORY::checkValid |
Definition at line 175 of file common_settings.h.
wxString COMMON_SETTINGS::GIT_REPOSITORY::name |
Definition at line 169 of file common_settings.h.
wxString COMMON_SETTINGS::GIT_REPOSITORY::path |
Definition at line 170 of file common_settings.h.
wxString COMMON_SETTINGS::GIT_REPOSITORY::ssh_path |
Definition at line 173 of file common_settings.h.
wxString COMMON_SETTINGS::GIT_REPOSITORY::username |
Definition at line 172 of file common_settings.h.