rocs/RocsCore
DotFileFormatTest.cpp File Reference
#include "DotFileFormatTest.h"
#include <QTest>
#include <string>
#include <Document.h>
#include "../DotGrammar.h"
#include "../DotFileFormatPlugin.h"
#include "Data.h"
#include "Pointer.h"
#include <DocumentManager.h>
#include <DataStructure.h>
#include <DataStructureBackendManager.h>
#include <KDebug>
#include <KUrl>
Include dependency graph for DotFileFormatTest.cpp:
Go to the source code of this file.
Variables | |
static const std::string | simple = "digraph simple {a_2 -> b; c; d -> e /* error -> comment*/}" |
static const std::string | subgraph |
Variable Documentation
|
static |
Definition at line 34 of file DotFileFormatTest.cpp.
|
static |
Initial value:
= "digraph trees {"
" subgraph t {"
" 0 -> \"1\" [label = \"A\"];"
" 0 -> \"2\" [label = \"B\"];"
" }"
" subgraph u {"
" Animal -> Cat [label = \"feline\"];"
" Animal -> Dot [label = \"canine\"];"
" }"
"}"
Definition at line 36 of file DotFileFormatTest.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.