Class: Qt::QObjectMember
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
-
#access ⇒ Object
Returns the value of attribute access.
-
#arg_types ⇒ Object
Returns the value of attribute arg_types.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reply_type ⇒ Object
Returns the value of attribute reply_type.
Instance Attribute Details
#access ⇒ Object
Returns the value of attribute access
3015 3016 3017 |
# File 'lib/Qt/qtruby4.rb', line 3015 def access @access end |
#arg_types ⇒ Object
Returns the value of attribute arg_types
3015 3016 3017 |
# File 'lib/Qt/qtruby4.rb', line 3015 def arg_types @arg_types end |
#full_name ⇒ Object
Returns the value of attribute full_name
3015 3016 3017 |
# File 'lib/Qt/qtruby4.rb', line 3015 def full_name @full_name end |
#name ⇒ Object
Returns the value of attribute name
3015 3016 3017 |
# File 'lib/Qt/qtruby4.rb', line 3015 def name @name end |
#reply_type ⇒ Object
Returns the value of attribute reply_type
3015 3016 3017 |
# File 'lib/Qt/qtruby4.rb', line 3015 def reply_type @reply_type end |