KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
std::vector< GIT_REPOSITORY > | repositories |
bool | enableGit |
int | updatInterval |
bool | useDefaultAuthor |
wxString | authorName |
wxString | authorEmail |
Definition at line 178 of file common_settings.h.
wxString COMMON_SETTINGS::GIT::authorEmail |
Definition at line 185 of file common_settings.h.
Referenced by GIT_CONFIG_HANDLER::GetUserConfig(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
wxString COMMON_SETTINGS::GIT::authorName |
Definition at line 184 of file common_settings.h.
Referenced by GIT_CONFIG_HANDLER::GetUserConfig(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
bool COMMON_SETTINGS::GIT::enableGit |
Definition at line 181 of file common_settings.h.
Referenced by PROJECT_TREE_PANE::onGitSyncTimer(), PROJECT_TREE_PANE::onRight(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
std::vector<GIT_REPOSITORY> COMMON_SETTINGS::GIT::repositories |
Definition at line 180 of file common_settings.h.
int COMMON_SETTINGS::GIT::updatInterval |
Definition at line 182 of file common_settings.h.
Referenced by PROJECT_TREE_PANE::onGitSyncTimer(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
bool COMMON_SETTINGS::GIT::useDefaultAuthor |
Definition at line 183 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().