19#ifndef DUPLICATECODEDIALOG_HPP
20#define DUPLICATECODEDIALOG_HPP
22#include "../compositions/viewerframe.hpp"
25#include <wx/listctrl.h>
26#include <wx/spinctrl.h>
50 void SetResult(
const std::vector<std::string>& vResult);
57 void OnClose(wxCloseEvent& event);
wxCheckBox * m_FunctionSemantics
void SetResult(const std::vector< std::string > &vResult)
void OnButtonCopy(wxCommandEvent &event)
void OnColumnHeaderClick(wxListEvent &event)
void OnItemClick(wxListEvent &event)
void OnItemRightClick(wxListEvent &event)
DuplicateCodeDialog(wxWindow *_parent, const wxString &title)
void OnClose(wxCloseEvent &event)
void OnButtonReport(wxCommandEvent &event)
void highlightSelection(const wxString &sSelection, bool firstMatch)
wxString createTextFromList()
void OnButtonStart(wxCommandEvent &event)
wxListCtrl * m_resultList
wxGauge * m_progressGauge
void OnButtonOK(wxCommandEvent &event)
wxCheckBox * m_varSemantics
void SetProgress(double dPercentage)
wxCheckBox * m_StringSemantics
wxCheckBox * m_NumSemantics
This class generalizes a set of basic floating window functionalities like being closable by pressing...