#include <contenttaghandler.h>
Inheritance diagram for ContentTagHandler:
Public Member Functions | |
ContentTagHandler (wxTreeCtrl *toBuild) | |
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 |
wxString | _title |
wxString | _url |
|
Constructs the tag handler.
|
|
Does the bulk of the work, constructing the tree.
|