#include <QGraphicsView>
#include <QHash>
Include dependency graph for graphicswidget.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | GraphicsWidget |
Typedefs | |
typedef QHash< QString, GraphicsEdge * > | H_StrToEdge |
typedef QHash< int, GraphicsNode * > | H_NumToNode |
typedef QPair< int, int > | SelectedEdge |
Typedef Documentation
◆ H_NumToNode
typedef QHash<int, GraphicsNode*> H_NumToNode |
◆ H_StrToEdge
typedef QHash<QString, GraphicsEdge*> H_StrToEdge |
◆ SelectedEdge
typedef QPair<int, int> SelectedEdge |