Warning, /graphics/kgraphviewer/README is written in an unsupported language. File is not indexed.
0001 KGraphViewer is a Graphviz DOT graph file viewer. 0002 https://www.kde.org/applications/graphics/kgraphviewer/ 0003 Copyright (C) 2005-2007 Gaƫl de Chalendar <kleag@free.fr> 0004 0005 KGraphViewer is free software; you can redistribute it and/or 0006 modify it under the terms of the GNU General Public 0007 License as published by the Free Software Foundation, version 2 or 0008 any later version. 0009 0010 This program is distributed in the hope that it will be useful, 0011 but WITHOUT ANY WARRANTY; without even the implied warranty of 0012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0013 General Public License for more details. 0014 0015 You should have received a copy of the GNU General Public License 0016 along with this program; see the file COPYING. If not, write to 0017 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 0018 Boston, MA 02110-1301, USA. 0019 0020 KGraphViewer is a tool to display graphviz .dot graphs. 0021 0022 It is more generally a KPart able to display any graph data that graphviz can 0023 handle. This part is commanded through the signals/slots mechanism. It is used 0024 in an experimental DOT graphs editor called kgrapheditor released with in this 0025 package. 0026 0027 I used, in this program, code from the profiling tool kcachegrind 0028 (https://kcachegrind.github.io/). 0029 For printing, I reused code from the KDE project koffice, namely Kexi, the 0030 database editor. 0031 0032 The currently implemented features are: 0033 - graphviz 2.12 xdot format supported 0034 - zooming 0035 - loading of several graphs in tabs; 0036 - saving of the recent files list; 0037 - manual reload of files; 0038 - display of a bird-eye view of the graph; 0039 - moving of the graph by dragging; 0040 - graph printing with preview; 0041 - loading of nearly all graphviz example graphs; 0042 0043 Kgraphviewer is using the boost/spirit library for graphs parsing. 0044 0045 See TODO in the distribution for planned features. 0046 0047 Kgraphviewer is available as source from the KDE repository. 0048 0049 As usual, comments, bug reports and any help are very welcome ! 0050 0051 Please report bugs or install problems directly on https://bugs.kde.org. 0052 0053 Thanks. 0054 0055 Kleag