21#include <tdelistview.h>
23#include <tqlistview.h>
25#include "dom/dom_core.h"
31 DOMTreeView(TQWidget *parent,
TDEHTMLPart *part,
const char * name = 0);
43 void slotItemClicked(TQListViewItem *);
46 TQPtrDict<TQListViewItem> m_itemdict;
47 TQPtrDict<DOM::Node> m_nodedict;
The Node interface is the primary datatype for the entire Document Object Model.
This class is tdehtml's main class.