• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Documentation Part Interfaces Library
 

KDevelop Documentation Part Interfaces Library

Public Types | Public Member Functions | List of all members
DocumentationItem Class Reference

#include <kdevdocumentationplugin.h>

Inheritance diagram for DocumentationItem:
DocumentationCatalogItem

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

enum DocumentationItem::Type

Type of documentation which is represented by this item.

Enumerator
Collection 

Collection - a collection of catalogs, folder with catalogs.

Catalog 

Catalog - a term which defines a document or a group of documents.

Book 

Book - a document with nested documents.

Document 

Document.

Definition at line 39 of file kdevdocumentationplugin.h.


The documentation for this class was generated from the following files:
  • kdevdocumentationplugin.h
  • kdevdocumentationplugin.cpp

KDevelop Documentation Part Interfaces Library

Skip menu "KDevelop Documentation Part Interfaces Library"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop Documentation Part Interfaces Library

Skip menu "KDevelop Documentation Part Interfaces Library"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Documentation Part Interfaces Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.