25#ifndef DIALOG_GIT_SWITCH_H 
   26#define DIALOG_GIT_SWITCH_H 
   59    void OnTimer(wxTimerEvent& event);
 
 
DIALOG_GIT_SWITCH(wxWindow *aParent, git_repository *aRepository)
 
void PopulateBranchList()
 
wxListView * m_branchList
 
git_repository * m_repository
 
virtual ~DIALOG_GIT_SWITCH()
 
wxString GetBranchName() const
 
void OnTextChanged(wxCommandEvent &event)
 
wxButton * m_switchButton
 
wxString m_lastEnteredText
 
std::map< wxString, BranchData > m_branches
 
void OnCancelButton(wxCommandEvent &event)
 
wxTextCtrl * m_branchNameText
 
void OnBranchListSelection(wxListEvent &event)
 
void OnBranchListDClick(wxListEvent &event)
 
void OnTimer(wxTimerEvent &event)
 
void OnSwitchButton(wxCommandEvent &event)
 
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)