Class: BorderLayout::ItemWrapper

Inherits:
Struct
  • Object
show all
Defined in:
ext/ruby/qtruby/examples/layouts/borderlayout/borderlayout.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



37
38
39
# File 'ext/ruby/qtruby/examples/layouts/borderlayout/borderlayout.rb', line 37

def item
  @item
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



37
38
39
# File 'ext/ruby/qtruby/examples/layouts/borderlayout/borderlayout.rb', line 37

def position
  @position
end