• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • KDevelop Platform Libraries
  • Sitemap
  • Contact Us
 

language/duchain

dumpdotgraph.h

00001 /***************************************************************************
00002    Copyright 2007 David Nolden <david.nolden.kdevelop@art-master.de>
00003 ***************************************************************************/
00004 
00005 /***************************************************************************
00006  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  *                                                                         *
00012  ***************************************************************************/
00013 
00014 #ifndef DUMPDOTGRAPH_H
00015 #define DUMPDOTGRAPH_H
00016 
00017 #include <QtCore/QMap>
00018 #include <QtCore/QString>
00019 #include <kurl.h>
00020 #include "../languageexport.h"
00021 
00022 namespace KDevelop {
00023   class TopDUContext;
00024   class DUContext;
00028   class KDEVPLATFORMLANGUAGE_EXPORT DumpDotGraph {
00029       Q_DISABLE_COPY(DumpDotGraph)
00030     public:
00031       DumpDotGraph();
00032       ~DumpDotGraph();
00040       QString dotGraph(KDevelop::DUContext* context, bool shortened = false);
00041 
00042     private:
00043       class DumpDotGraphPrivate* const d;
00044   };
00045 }
00046 
00047 #endif // DUMPDOTGRAPH_H

language/duchain

Skip menu "language/duchain"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   codegen
  •   duchain
  •   editor
  • outputview
  • project
  • shell
  • sublime
  • util
  • vcs
Generated for KDevelop Platform Libraries by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal