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 166 of file common_settings.h.
wxString COMMON_SETTINGS::GIT::authorEmail |
Definition at line 173 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 172 of file common_settings.h.
Referenced by PROJECT_TREE_PANE::onGitCommit(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
bool COMMON_SETTINGS::GIT::enableGit |
Definition at line 169 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 168 of file common_settings.h.
int COMMON_SETTINGS::GIT::updatInterval |
Definition at line 170 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 171 of file common_settings.h.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().