Go to the documentation of this file.
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);
std::vector< int > matchedLines
List of code linenumbers where serached text was found.
int matchedIndex
Currently displayed codeline index in matchedLines.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
FindWindow(ProximMainFrame *parent, int id)
void onFindPrev(wxCommandEvent &event)
wxStaticText * infoLabel_
void onFindNext(wxCommandEvent &event)
void onInputText(wxCommandEvent &event)
bool find(std::string searchString)