module Roby::GUI::RelationsCanvasTaskProxy

Attributes

real_object[W]

Public Instance Methods

display(display, graphics_item) click to toggle source
# File lib/roby/gui/relations_view/relations_canvas.rb, line 281
def display(display, graphics_item)
    graphics_item.text.plain_text = display_name(display).to_s
    layout_events(display)
end
display_create(display) click to toggle source
# File lib/roby/gui/relations_view/relations_canvas.rb, line 272
def display_create(display)
    scene = display.scene
    item = super

    brush = item.brush
    brush.style = Qt::BDiagPattern
    item.brush = brush
    item
end
display_name(display) click to toggle source
# File lib/roby/gui/relations_view/relations_canvas.rb, line 271
def display_name(display); real_object.display_name(display) end
display_parent() click to toggle source
# File lib/roby/gui/relations_view/relations_canvas.rb, line 270
def display_parent; end
flags() click to toggle source
# File lib/roby/gui/relations_view/relations_canvas.rb, line 268
def flags; real_object.flags end