KiCad PCB EDA Suite
|
#include <git_add_to_index_handler.h>
Public Member Functions | |
GIT_ADD_TO_INDEX_HANDLER (git_repository *aRepository) | |
virtual | ~GIT_ADD_TO_INDEX_HANDLER () |
bool | AddToIndex (const wxString &aFilePath) |
bool | PerformAddToIndex () |
Private Attributes | |
git_repository * | m_repository |
std::vector< wxString > | m_filesToAdd |
std::vector< wxString > | m_filesFailedToAdd |
Definition at line 32 of file git_add_to_index_handler.h.
GIT_ADD_TO_INDEX_HANDLER::GIT_ADD_TO_INDEX_HANDLER | ( | git_repository * | aRepository | ) |
Definition at line 31 of file git_add_to_index_handler.cpp.
References m_filesToAdd, and m_repository.
|
virtual |
Definition at line 37 of file git_add_to_index_handler.cpp.
bool GIT_ADD_TO_INDEX_HANDLER::AddToIndex | ( | const wxString & | aFilePath | ) |
Definition at line 42 of file git_add_to_index_handler.cpp.
References m_filesToAdd, and m_repository.
bool GIT_ADD_TO_INDEX_HANDLER::PerformAddToIndex | ( | ) |
Definition at line 71 of file git_add_to_index_handler.cpp.
References m_filesFailedToAdd, m_filesToAdd, and m_repository.
|
private |
Definition at line 47 of file git_add_to_index_handler.h.
Referenced by PerformAddToIndex().
|
private |
Definition at line 46 of file git_add_to_index_handler.h.
Referenced by AddToIndex(), GIT_ADD_TO_INDEX_HANDLER(), and PerformAddToIndex().
|
private |
Definition at line 44 of file git_add_to_index_handler.h.
Referenced by AddToIndex(), GIT_ADD_TO_INDEX_HANDLER(), and PerformAddToIndex().