• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Generic Shell
 

KDevelop Generic Shell

  • src
documentationpart.h
1 #ifndef __DOCUMENTATIONPART_H__
2 #define __DOCUMENTATIONPART_H__
3 
4 #include <kdevhtmlpart.h>
5 
11 class HTMLDocumentationPart : public KDevHTMLPart
12 {
13  Q_OBJECT
14 
15 
16 public:
17 
18  HTMLDocumentationPart();
19 
20 protected slots:
21 
22  virtual void slotDuplicate();
23  virtual void slotOpenInNewWindow(const KURL &url);
24 };
25 
26 #endif
HTMLDocumentationPart
HTML documentation part.
Definition: documentationpart.h:11

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • 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 Generic Shell by doxygen 1.8.13
This website is maintained by Timothy Pearson.