graphist library

Classes

Graph
Graph is an abstract class that defines common interfaces required from a graph. Everything that has to do with managing Nodes and Relations.
GraphController
GraphController controls the nodes and relations on a GraphWidget
GraphWidget
GraphView widget allows displaying and managing nodes and relations on a graph.
InMemoryGraph
Node
Base class of all Nodes
NodeIcon
NodeIcon is
NodeWidget
Relation
Base class of all Relations between Nodes.
RelationWidget

Typedefs

NodeActionCallback = void Function(Node node)