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