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 155 of file common_settings.h.
bool COMMON_SETTINGS::GIT_REPOSITORY::active |
Definition at line 162 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
wxString COMMON_SETTINGS::GIT_REPOSITORY::authType |
Definition at line 159 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
bool COMMON_SETTINGS::GIT_REPOSITORY::checkValid |
Definition at line 163 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow().
wxString COMMON_SETTINGS::GIT_REPOSITORY::name |
Definition at line 157 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
wxString COMMON_SETTINGS::GIT_REPOSITORY::path |
Definition at line 158 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
wxString COMMON_SETTINGS::GIT_REPOSITORY::ssh_path |
Definition at line 161 of file common_settings.h.
Referenced by testRepositoryConnection(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
wxString COMMON_SETTINGS::GIT_REPOSITORY::username |
Definition at line 160 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().