#include <contenttaghandler.h>
Inheritance diagram for ContentTagHandler:
Public Member Functions | |
ContentTagHandler (wxFontEncoding enc, 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 |
int | _counter |
|
Constructs the tag handler.
|
|
Does the bulk of the work, constructing the tree.
|