|
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 34 of file git_init_handler.h.
| KIGIT_COMMON::GIT_CONN_TYPE RemoteConfig::connType |
Definition at line 40 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), PROJECT_TREE_PANE::onGitRemoteSettings(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::password |
Definition at line 38 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), PROJECT_TREE_PANE::onGitRemoteSettings(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::sshKey |
Definition at line 39 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), PROJECT_TREE_PANE::onGitRemoteSettings(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::url |
Definition at line 36 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), PROJECT_TREE_PANE::onGitRemoteSettings(), and LIBGIT_BACKEND::SetupRemote().
| wxString RemoteConfig::username |
Definition at line 37 of file git_init_handler.h.
Referenced by PROJECT_TREE_PANE::onGitInitializeProject(), PROJECT_TREE_PANE::onGitRemoteSettings(), and LIBGIT_BACKEND::SetupRemote().