Class: Qt::DropEvent

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

Instance Method Summary collapse

Instance Method Details

#format(*args) ⇒ Object



974
975
976
# File 'lib/Qt/qtruby4.rb', line 974

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

#type(*args) ⇒ Object



977
978
979
# File 'lib/Qt/qtruby4.rb', line 977

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