Class: RAction

Inherits:
Struct show all
Defined in:
ext/ruby/qtruby/examples/base/rui.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



3
4
5
# File 'ext/ruby/qtruby/examples/base/rui.rb', line 3

def action
  @action
end

#icon_typeObject

Returns the value of attribute icon_type

Returns:

  • (Object)

    the current value of icon_type



3
4
5
# File 'ext/ruby/qtruby/examples/base/rui.rb', line 3

def icon_type
  @icon_type
end

#included_inObject

Returns the value of attribute included_in

Returns:

  • (Object)

    the current value of included_in



3
4
5
# File 'ext/ruby/qtruby/examples/base/rui.rb', line 3

def included_in
  @included_in
end

#recObject

Returns the value of attribute rec

Returns:

  • (Object)

    the current value of rec



3
4
5
# File 'ext/ruby/qtruby/examples/base/rui.rb', line 3

def rec
  @rec
end

#slotObject

Returns the value of attribute slot

Returns:

  • (Object)

    the current value of slot



3
4
5
# File 'ext/ruby/qtruby/examples/base/rui.rb', line 3

def slot
  @slot
end

#text_with_accelObject

Returns the value of attribute text_with_accel

Returns:

  • (Object)

    the current value of text_with_accel



3
4
5
# File 'ext/ruby/qtruby/examples/base/rui.rb', line 3

def text_with_accel
  @text_with_accel
end