34#ifndef TTA_FIND_WINDOW_HH
35#define TTA_FIND_WINDOW_HH
41#include <wx/checkbox.h>
59 bool find(std::string searchString);
61 wxSizer*
createContents(wxWindow *parent,
bool call_fit,
bool set_sizer);
int matchedIndex
Currently displayed codeline index in matchedLines.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onFindNext(wxCommandEvent &event)
void onFindPrev(wxCommandEvent &event)
wxStaticText * infoLabel_
std::vector< int > matchedLines
List of code linenumbers where serached text was found.
void onInputText(wxCommandEvent &event)
bool find(std::string searchString)