Belle II Software  release-08-01-10
DependencyViewer Class Reference
Inheritance diagram for DependencyViewer:
Collaboration diagram for DependencyViewer:

Public Member Functions

def __init__ (self, store_arrays_with_dependencies_JSON)
 
def create (self)
 
def show (self)
 

Public Attributes

 store_arrays_with_dependencies_JSON
 A JSON from the processing of dependencies.
 
 random_name
 Part of the name representing the object for javascript.
 
 element_name
 The name representing the object for javascript.
 
 d3_include_string
 Tenplate for the include string.
 
 d3_element_string
 Template for the element itself.
 
 style_template
 Template for the style.
 
 nodes_template
 Template for inserting the node JSON.
 
 viewer_template
 Template for the full HTML.
 

Detailed Description

Show the dependencies in a nice and fancy way :-)

Definition at line 178 of file viewer.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  store_arrays_with_dependencies_JSON 
)
Create a new dependency viewer.

Definition at line 181 of file viewer.py.

Member Function Documentation

◆ create()

def create (   self)
Create the widget.

Reimplemented from IPythonWidget.

Definition at line 349 of file viewer.py.

◆ show()

def show (   self)
inherited
Show the widget

Reimplemented in ProgressBarViewer.

Definition at line 31 of file viewer.py.


The documentation for this class was generated from the following file: