Class: Syskit::GUI::WidgetList::ListItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/gui/widget_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#permanentObject

Returns the value of attribute permanent

Returns:

  • (Object)

    the current value of permanent



8
9
10
# File 'lib/syskit/gui/widget_list.rb', line 8

def permanent
  @permanent
end

#widgetObject

Returns the value of attribute widget

Returns:

  • (Object)

    the current value of widget



8
9
10
# File 'lib/syskit/gui/widget_list.rb', line 8

def widget
  @widget
end

Instance Method Details

#jobObject



9
10
11
# File 'lib/syskit/gui/widget_list.rb', line 9

def job
    widget.job
end

#permanent?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/syskit/gui/widget_list.rb', line 13

def permanent?
    permanent
end