Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, module, standalone=True) |
def | get_color_code (self, param) |
def | create (self) |
def | show (self) |
Public Attributes | |
module | |
The module to show. | |
standalone | |
In the standalone mode, the basic parameters of the modules are shown. | |
table_beginning_html | |
Template for the table beginning. | |
td_html | |
Template for the table cell. | |
table_row_parameters | |
Template for the row of parameters. | |
table_row_help | |
Template for the row with help. | |
table_row_html_single | |
Template for the simple row. | |
table_title_html | |
Template for the table title. | |
A widget for showing module parameter with their content (not standalone) or with their description (standalone).
def __init__ | ( | self, | |
module, | |||
standalone = True |
|||
) |
def create | ( | self | ) |
def get_color_code | ( | self, | |
param | |||
) |
|
inherited |