#include <chmfinddialog.h>
Inheritance diagram for CHMFindDialog:
Public Member Functions | |
CHMFindDialog (wxWindow *parent, CHMHtmlWindow *toSearch) | |
Initializes the dialog. | |
void | SetFocusToTextBox () |
Sets the focus to the textbox. | |
void | Reset () |
Resets the word to be found, so 'Find next' will start over. | |
Protected Member Functions | |
void | OnFind (wxCommandEvent &event) |
Called when the user clicks the 'Find next' button. | |
Private Member Functions | |
DECLARE_EVENT_TABLE () | |
Private Attributes | |
CHMHtmlWindow * | _html |
wxTextCtrl * | _text |
wxCheckBox * | _whole |
wxCheckBox * | _case |
wxString | _currWord |
wxHtmlCell * | _cell |