Robochameleon  v1.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
module_view Class Reference

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.
 

Detailed Description

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.

setpref('robochameleon','debugMode',true);
Author
Rasmus Jones
Version
1

Definition at line 16 of file module_view.m.

Member Function Documentation

function module_view::createBiograph ( in  obj)
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


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