Class: Qt::QObjectMember

Inherits:
Struct
  • Object
show all
Defined in:
lib/qt/qtruby4.rb

Overview

An entry for each signal or slot Example

int foobar(QString,bool)
:name is 'foobar'
:full_name is 'foobar(QString,bool)'
:arg_types is 'QString,bool'
:reply_type is 'int'

Instance Attribute Summary collapse

Instance Attribute Details

#arg_typesObject

Returns the value of attribute arg_types

Returns:

  • (Object)

    the current value of arg_types



2545
2546
2547
# File 'lib/qt/qtruby4.rb', line 2545

def arg_types
  @arg_types
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



2545
2546
2547
# File 'lib/qt/qtruby4.rb', line 2545

def full_name
  @full_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2545
2546
2547
# File 'lib/qt/qtruby4.rb', line 2545

def name
  @name
end

#reply_typeObject

Returns the value of attribute reply_type

Returns:

  • (Object)

    the current value of reply_type



2545
2546
2547
# File 'lib/qt/qtruby4.rb', line 2545

def reply_type
  @reply_type
end