Qt
6.x
The Qt SDK
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
9
QT_FORWARD_DECLARE_CLASS
(
QTextStream
);
10
class
Automaton
;
11
12
class
DotGraph
13
{
14
public
:
15
DotGraph
(
QTextStream
&out);
16
17
void
operator ()
(
Automaton
*
a
);
18
19
private
:
20
QTextStream
&
out
;
21
};
22
23
#endif
// DOTGRAPH_H
Automaton
Definition
lalr.h:311
DotGraph
Definition
dotgraph.h:13
DotGraph::operator()
void operator()(Automaton *a)
Definition
dotgraph.cpp:15
QTextStream
\inmodule QtCore
QT_FORWARD_DECLARE_CLASS
QT_FORWARD_DECLARE_CLASS(QTextStream)
a
GLboolean GLboolean GLboolean GLboolean a
[7]
Definition
qopengles2ext.h:337
out
QTextStream out(stdout)
[7]
Definition
src_corelib_kernel_qvariant.cpp:15
qtbase
src
tools
qlalr
dotgraph.h
Generated by
1.9.7