Robochameleon
v1.0
|
Superclass: graphical interface for units. More...
Public Member Functions | |
function | module_view (in biograph_struc, in internalUnits, in label) |
function | node_callback (in obj, in node) |
Callback function when clicked on a block in the graph. More... | |
Private Member Functions | |
function | createBiograph (in obj) |
Created the biograph. More... | |
Private Attributes | |
Property | biograph_struct |
Struct holding information necessary to construct the graph. | |
Property | internalUnits |
Cell-array holding the units if this module. | |
Property | label |
Label of the module. | |
Superclass: graphical interface for units.
This class creates the graphical interface and graphs which enables the user to navigate through the modules and units. In order to also view units the debugMode is supposed to be turned on.
Definition at line 16 of file module_view.m.
|
private |
Created the biograph.
Creates a "linked list like" graph, and displays it, called in the contructor
function module_view::node_callback | ( | in | obj, |
in | node | ||
) |
Callback function when clicked on a block in the graph.
Enter a unit/module