Home
last modified time | relevance | path

Searched refs:OccurrencesPanel (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/occurrenceshighlighting/
H A Doccurrencespanel.cpp18 const long OccurrencesPanel::ID_LISTCTRL1 = wxNewId();
21 BEGIN_EVENT_TABLE(OccurrencesPanel,wxPanel) in BEGIN_EVENT_TABLE() argument
26 OccurrencesPanel::OccurrencesPanel(wxWindow* parent,wxWindowID id) in BEGIN_EVENT_TABLE()
41 OccurrencesPanel::~OccurrencesPanel() in ~OccurrencesPanel()
H A Doccurrencespanel.h15 class OccurrencesPanel: public wxPanel
19 OccurrencesPanel(wxWindow* parent,wxWindowID id=wxID_ANY);
20 virtual ~OccurrencesPanel();
H A Doccurrenceshighlighting.h21 class OccurrencesPanel; variable
64 OccurrencesPanel *m_pPanel;
H A Doccurrenceshighlighting.cpp96 m_pPanel = new OccurrencesPanel(Manager::Get()->GetAppWindow()); in OnAttach()