Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
dotgraph.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef DOTGRAPH_H
5#define DOTGRAPH_H
6
7#include <QtCore/qglobal.h>
8
10class Automaton;
11
13{
14public:
15 DotGraph (QTextStream &out);
16
18
19private:
21};
22
23#endif // DOTGRAPH_H
void operator()(Automaton *a)
Definition dotgraph.cpp:15
DotGraph(QTextStream &out)
Definition dotgraph.cpp:10
\inmodule QtCore
QT_FORWARD_DECLARE_CLASS(QTextStream)
GLboolean GLboolean GLboolean GLboolean a
[7]
QTextStream out(stdout)
[7]