Classes | Defines | Functions

C:/CVUT/diplomka/Automata_editor/algorithms/algorithms.cpp File Reference

#include "algorithms.h"
#include "interfaces/iautomaton.h"
#include "interfaces/istate.h"
#include "interfaces/itransition.h"
#include <QSet>
#include <QQueue>
#include <QStringList>
#include <QMap>
#include <QDialog>
#include <QGridLayout>
#include <QCheckBox>
#include <QPushButton>
#include <QtPlugin>
#include "utility/dbglog.h"
#include "utility/utils.h"
Include dependency graph for algorithms.cpp:

Go to the source code of this file.

Classes

class  Group
class  GroupItem
class  SettingsDialog

Defines

#define DBGLOG_ALGO(x)   DBGLOG_("ALGORITHMS", x)

Functions

QDebug operator<< (QDebug dbg, const Group &g)
bool operator== (const GroupItem &lhs, const GroupItem &rhs)
uint qHash (const GroupItem &key)

Define Documentation

#define DBGLOG_ALGO (   x  )     DBGLOG_("ALGORITHMS", x)

Function Documentation

QDebug operator<< ( QDebug  dbg,
const Group g 
)

Definition at line 940 of file algorithms.cpp.

References Group::id(), and Group::items().

Here is the call graph for this function:

bool operator== ( const GroupItem lhs,
const GroupItem rhs 
) [inline]

Definition at line 830 of file algorithms.cpp.

References GroupItem::getState().

Here is the call graph for this function:

uint qHash ( const GroupItem key  )  [inline]

Definition at line 835 of file algorithms.cpp.

References GroupItem::getState().

Referenced by qHash().

Here is the call graph for this function:

Here is the caller graph for this function: