package ocamlgraph_gtk

  1. Overview
  2. Docs

Module DGraphContainer.MakeSource

Parameters

Signature

include S with type graph = G.t and type vertex = G.V.t and type edge = G.E.t
Sourcetype graph = G.t
Sourcetype vertex = G.V.t
Sourcetype edge = G.E.t
Sourcemodule Tree : Graph.Sig.G with type V.label = vertex
Sourcemodule GView : DGraphView.S with type vertex = vertex and type edge = edge and type cluster = cluster
Sourcemodule TView : DGraphView.S with type vertex = Tree.V.t and type edge = Tree.E.t and type cluster = cluster
Sourcetype global_view = (vertex, edge, cluster) DGraphView.view
Sourceclass view_container : ?packing:(GObj.widget -> unit) -> ?status:status -> ?default_callbacks:bool -> mk_global_view:( unit -> global_view) -> mk_tree_view:(depth_backward:int -> depth_forward:int -> Gtk.widget Gtk.obj -> vertex -> tree_view) -> vertex option -> [vertex, edge, cluster, Tree.V.t, Tree.E.t, cluster] view_container_type
Sourceval from_graph : ?packing:(GObj.widget -> unit) -> ?status:status -> ?default_callbacks:bool -> ?mk_global_view: ((G.V.t, G.E.t, cluster) Graph.DGraphModel.abstract_model -> global_view) -> ?mk_tree_view: ((Tree.V.t, Tree.E.t, cluster) Graph.DGraphModel.abstract_model -> tree_view) -> ?root:G.vertex -> G.t -> view_container
Sourceval from_graph_with_commands : ?packing:(GObj.widget -> unit) -> ?status:status -> ?default_callbacks:bool -> ?mk_global_view: ((G.V.t, G.E.t, cluster) Graph.DGraphModel.abstract_model -> global_view) -> ?mk_tree_view: ((Tree.V.t, Tree.E.t, cluster) Graph.DGraphModel.abstract_model -> tree_view) -> ?root:G.vertex -> G.t -> GPack.table * view_container