#include <QObject>
#include <QList>
#include <QString>
#include <KComboBox>
#include <klocalizedstring.h>
#include "rocslib_export.h"
#include "node.h"
#include "edge.h"
Go to the source code of this file.
Classes | |
class | Graph |
this class acts as a container for nodes and edges. this class has all the edges and nodes, plus a few extra funcionalities to help programming with it on the programming backend. More... |