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

#access ⇒ Object

Returns the value of attribute access

Returns:

  • (Object) —

    the current value of access



3065
3066
3067
# File 'lib/Qt/qtruby4.rb', line 3065

def access
  @access
end

#arg_types ⇒ Object

Returns the value of attribute arg_types

Returns:

  • (Object) —

    the current value of arg_types



3065
3066
3067
# File 'lib/Qt/qtruby4.rb', line 3065

def arg_types
  @arg_types
end

#full_name ⇒ Object

Returns the value of attribute full_name

Returns:

  • (Object) —

    the current value of full_name



3065
3066
3067
# File 'lib/Qt/qtruby4.rb', line 3065

def full_name
  @full_name
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



3065
3066
3067
# File 'lib/Qt/qtruby4.rb', line 3065

def name
  @name
end

#reply_type ⇒ Object

Returns the value of attribute reply_type

Returns:

  • (Object) —

    the current value of reply_type



3065
3066
3067
# File 'lib/Qt/qtruby4.rb', line 3065

def reply_type
  @reply_type
end