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

#accessObject

Returns the value of attribute access

Returns:

  • the current value of access



3012
3013
3014
# File 'lib/Qt/qtruby4.rb', line 3012

def access
  @access
end

#arg_typesObject

Returns the value of attribute arg_types

Returns:

  • the current value of arg_types



3012
3013
3014
# File 'lib/Qt/qtruby4.rb', line 3012

def arg_types
  @arg_types
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • the current value of full_name



3012
3013
3014
# File 'lib/Qt/qtruby4.rb', line 3012

def full_name
  @full_name
end

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



3012
3013
3014
# File 'lib/Qt/qtruby4.rb', line 3012

def name
  @name
end

#reply_typeObject

Returns the value of attribute reply_type

Returns:

  • the current value of reply_type



3012
3013
3014
# File 'lib/Qt/qtruby4.rb', line 3012

def reply_type
  @reply_type
end