#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 (wxListEvent &event) |
| This gets called when the user clicks on a list item. | |
| void | OnIndexSelRet (wxCommandEvent &event) |
| This gets called when the user presses enter 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.
|
1.4.4