20#include <wx/listctrl.h>
23#ifndef RENAMESYMBOLSDIALOG_HPP
24#define RENAMESYMBOLSDIALOG_HPP
35 void fillChangesLog(wxListView* listView,
const std::vector<wxString>& vChangeLog);
38 RenameSymbolsDialog(wxWindow* parent,
const std::vector<wxString>& vChangeLog, wxWindowID
id = wxID_ANY,
const wxString& title = wxEmptyString,
const wxString& defaultval = wxEmptyString);
bool replaceAfterCursor()
wxCheckBox * m_replaceInWholeFile
void fillChangesLog(wxListView *listView, const std::vector< wxString > &vChangeLog)
wxCheckBox * m_replaceBeforeCursor
wxTextCtrl * m_replaceName
bool replaceInWholeFile()
RenameSymbolsDialog(wxWindow *parent, const std::vector< wxString > &vChangeLog, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxString &defaultval=wxEmptyString)
wxCheckBox * m_replaceAfterCursor
wxCheckBox * m_replaceInComments
bool replaceBeforeCursor()