• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • khtml
 

khtml

  • khtml
domtreeview.h
1 /***************************************************************************
2  domtreeview.cpp
3  -------------------
4 
5  copyright : (C) 2001 - The Kafka Team
6  email : kde-kafka@master.kde.org
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef DOMTREEVIEW_H
19 #define DOMTREEVIEW_H
20 
21 #include <klistview.h>
22 #include <kdebug.h>
23 #include <tqlistview.h>
24 #include <tqptrdict.h>
25 #include "dom/dom_core.h"
26 
27 class DOMTreeView : public KListView
28 {
29  Q_OBJECT
30  public:
31  DOMTreeView(TQWidget *parent, KHTMLPart *part, const char * name = 0);
32  ~DOMTreeView();
33 
34  void recursive(const DOM::Node &pNode, const DOM::Node &node);
35 
36  signals:
37  void sigNodeClicked(const DOM::Node &);
38 
39  public slots:
40  void showTree(const DOM::Node &pNode);
41 
42  protected slots:
43  void slotItemClicked(TQListViewItem *);
44 
45  private:
46  TQPtrDict<TQListViewItem> m_itemdict;
47  TQPtrDict<DOM::Node> m_nodedict;
48  DOM::Node document;
49 
50  KHTMLPart *part;
51 
52 };
53 
54 #endif
DOM::Node
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:274
KHTMLPart
This class is khtml&#39;s main class.
Definition: khtml_part.h:184
KListView

khtml

Skip menu "khtml"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

khtml

Skip menu "khtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for khtml by doxygen 1.8.13
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |