This is an old revision of the document!
Table of Contents
Graph Explorer Plugin
Following the basics of the Graph Explorer plugin which holds GraphObjects and SecGraphs, are described.
Objects
GraphObject
The GraphObject has a very similar use case as the Object explorer. Both can be used to link reusable assets to a project. Yet while the object explorer resolves the given file and links the root as a node to the reference, the GraphObject references to its own GraphManager.
SecGraph
UI
The plugin creates
Class relationships
The objects follow the structure of references commonly used in GroIMP, therefore the functionalities of are implemented interfaces (SecGraph, GraphObject) which then are implemented each by an implementation that holds the “real” function as a Reference class that can be accessed an used the reslove() function to forward the function calls to the *impl class.