#include <chmindexpanel.h>
Inheritance diagram for CHMIndexPanel:
Public Member Functions | |
CHMIndexPanel (wxWindow *parent, CHMHtmlWindow *html) | |
Initializes the panel. | |
CHMListCtrl * | GetResultsList () |
Accesor for the CHMListCtrl used by this panel. | |
void | Reset () |
Clears the textbox and removes all items from the list control. | |
void | SetNewFont (const wxFont &font) |
Sets the font. | |
Protected Member Functions | |
void | OnIndexSel (wxCommandEvent &event) |
This gets called when the user clicks on a list item. | |
void | OnText (wxCommandEvent &event) |
Called whenever the user types a letter in the textbox. | |
Private Attributes | |
CHMHtmlWindow * | _html |
wxTextCtrl * | _text |
CHMListCtrl * | _lc |
bool | _navigate |
|
Initializes the panel.
|