Class: Qt::MetaProperty

Inherits:
Base
  • Object
show all
Defined in:
lib/Qt/qtruby4.rb

Instance Method Summary collapse

Instance Method Details

#name(*args) ⇒ Object



1561
1562
1563
# File 'lib/Qt/qtruby4.rb', line 1561

def name(*args)
  method_missing(:name, *args)
end

#type(*args) ⇒ Object



1565
1566
1567
# File 'lib/Qt/qtruby4.rb', line 1565

def type(*args)
  method_missing(:type, *args)
end