module Vizkit::PluginConnections
This module is included in all C++ and ruby Qt widgets to support connection management for orocos ports
Public Instance Methods
connection_manager()
click to toggle source
# File lib/vizkit/plugin_extensions.rb, line 159 def connection_manager @connection_manager ||= ConnectionManager.new(self) end