Inherits MLABWidgetControl.
Public Slots | |
| void | deselectAll () |
| MLABNetwork * | network () |
| void | selectAll () |
| void | selectModule (MLABModule *m) |
| void | setNetwork (MLABNetwork *network) |
| void | showSameViewAs (MLABNetworkViewControl *other) |
| void | viewAll () |
| void | viewSelection () |
Control for viewing the network of a macro module. This control is experimental and should only be used inside of MeVisLab Tutorials
| void MLABNetworkViewControl::deselectAll | ( | ) | [slot] |
clear selection
| MLABNetwork* MLABNetworkViewControl::network | ( | ) | [slot] |
get the network that is currently shown
| void MLABNetworkViewControl::selectAll | ( | ) | [slot] |
select all
| void MLABNetworkViewControl::selectModule | ( | MLABModule * | m | ) | [slot] |
select module
| void MLABNetworkViewControl::setNetwork | ( | MLABNetwork * | network | ) | [slot] |
set the network that should be shown
| void MLABNetworkViewControl::showSameViewAs | ( | MLABNetworkViewControl * | other | ) | [slot] |
show the same position/zoom as other view
| void MLABNetworkViewControl::viewAll | ( | ) | [slot] |
view all modules
| void MLABNetworkViewControl::viewSelection | ( | ) | [slot] |
view selection
1.5.8