|
KiCad PCB EDA Suite
|
#include <git_init_handler.h>
Public Attributes | |
| wxString | url |
| wxString | username |
| wxString | password |
| wxString | sshKey |
| KIGIT_COMMON::GIT_CONN_TYPE | connType |
Definition at line 38 of file git_init_handler.h.
| KIGIT_COMMON::GIT_CONN_TYPE RemoteConfig::connType |
Definition at line 44 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::password |
Definition at line 42 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::sshKey |
Definition at line 43 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::url |
Definition at line 40 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::username |
Definition at line 41 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), and LIBGIT_BACKEND::SetupRemote().