|
|
A KPart that displays a DOM tree in a KListView.
DOMTreePart ( QWidget *parent, const char *name=0 )
| DOMTreePart |
~DOMTreePart ()
| ~DOMTreePart |
QString filename ()
| filename |
[const]
KListView * widget ()
| widget |
[const]
bool openFile ()
| openFile |
[protected virtual]
Reimplemented from ReadOnlyPart.
void buildTree ( const QDomElement &node )
| buildTree |
[protected]
void processChild ( KListViewItem *i, const QDomNode &node )
| processChild |
[protected]
void buildBranch ( KListViewItem *parent, const QDomElement &node )
| buildBranch |
[protected]
void buildBranch ( KListViewItem *parent, const QDomDocumentType node )
| buildBranch |
[protected]
void buildBranch ( KListViewItem *parent, const QDomProcessingInstruction &node )
| buildBranch |
[protected]
void buildBranch ( KListViewItem *parent, const QDomText &node )
| buildBranch |
[protected]
void buildBranch ( KListViewItem *parent, const QDomComment &node )
| buildBranch |
[protected]
KListViewItem * createItem ( KListViewItem *parent, const QDomElement &node )
| createItem |
[protected]
KListViewItem * createItem ( KListViewItem *parent, const QDomDocumentType &node )
| createItem |
[protected]
KListViewItem * createItem ( KListViewItem *parent, const QDomProcessingInstruction &node )
| createItem |
[protected]
KListViewItem * createItem ( KListViewItem *parent, const QDomComment &node )
| createItem |
[protected]
KListViewItem * createItem ( KListViewItem *parent, const QDomText &node )
| createItem |
[protected]
KListView * view | view |
[private]
QDomNode rootNode | rootNode |
[private]
Generated by: rich on pegasus on Fri Nov 9 01:30:42 2001, using kdoc 2.0a53. |