KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
std::vector< GIT_REPOSITORY > | repositories |
bool | useDefaultAuthor |
wxString | authorName |
wxString | authorEmail |
Definition at line 166 of file common_settings.h.
wxString COMMON_SETTINGS::GIT::authorEmail |
Definition at line 171 of file common_settings.h.
Referenced by PROJECT_TREE_PANE::onGitCommit(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
wxString COMMON_SETTINGS::GIT::authorName |
Definition at line 170 of file common_settings.h.
Referenced by PROJECT_TREE_PANE::onGitCommit(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
std::vector<GIT_REPOSITORY> COMMON_SETTINGS::GIT::repositories |
Definition at line 168 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
bool COMMON_SETTINGS::GIT::useDefaultAuthor |
Definition at line 169 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().