#include <contenttaghandler.h>
Inheritance diagram for ContentTagHandler:

Public Member Functions | |
| ContentTagHandler (wxFontEncoding enc, bool useEnc, wxTreeCtrl *tree=NULL, CHMListCtrl *list=NULL) | |
| Constructs the tag handler. | |
| wxString | GetSupportedTags () |
| What tags are we interested in? | |
| bool | HandleTag (const wxHtmlTag &tag) |
| Does the bulk of the work, constructing the tree. | |
Private Attributes | |
| wxTreeItemId | _parents [TREE_BUF_SIZE] |
| int | _level |
| wxTreeCtrl * | _treeCtrl |
| CHMListCtrl * | _listCtrl |
| wxString | _title |
| wxString | _url |
| wxFontEncoding | _enc |
| bool | _useEnc |
|
||||||||||||||||||||
|
Constructs the tag handler.
|
|
|
Does the bulk of the work, constructing the tree.
|
1.3.3