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 Class Reference

#include <dotgraph.h>

+ Collaboration diagram for DotGraph:

Public Member Functions

 DotGraph (QTextStream &out)
 
void operator() (Automaton *a)
 

Detailed Description

Definition at line 12 of file dotgraph.h.

Constructor & Destructor Documentation

◆ DotGraph()

DotGraph::DotGraph ( QTextStream & out)

Definition at line 10 of file dotgraph.cpp.

Member Function Documentation

◆ operator()()

void DotGraph::operator() ( Automaton * a)

Definition at line 15 of file dotgraph.cpp.

References Automaton::_M_grammar, Node< _Tp >::begin_nodes(), Node< _Tp >::end_nodes(), Qt::endl(), Automaton::id(), item, state, and Automaton::states.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: