DocumentationItem Class Reference
#include <kdevdocumentationplugin.h>
Inheritance diagram for DocumentationItem:

Public Types | |
enum | Type { Collection, Catalog, Book, Document } |
Public Member Functions | |
DocumentationItem (Type type, TDEListView *parent, const TQString &name) | |
DocumentationItem (Type type, TDEListView *parent, TDEListViewItem *after, const TQString &name) | |
DocumentationItem (Type type, TDEListViewItem *parent, const TQString &name) | |
DocumentationItem (Type type, TDEListViewItem *parent, TDEListViewItem *after, const TQString &name) | |
virtual void | setURL (const KURL &url) |
virtual KURL | url () const |
Type | type () const |
void | setType (Type t) |
Detailed Description
Documentation list item.
Stores the type of a documentation it represents and an URL.
Definition at line 35 of file kdevdocumentationplugin.h.
Member Enumeration Documentation
◆ Type
Type of documentation which is represented by this item.
Definition at line 39 of file kdevdocumentationplugin.h.
The documentation for this class was generated from the following files: