Class: Qt::MetaType

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

Constant Summary collapse

Float =
Qt::Enum.new(135, "QMetaType::Type")

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.type(*args) ⇒ Object



1766
1767
1768
# File 'lib/Qt/qtruby4.rb', line 1766

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

Instance Method Details

#load(*args) ⇒ Object



1573
1574
1575
# File 'lib/Qt/qtruby4.rb', line 1573

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

#type(*args) ⇒ Object



1577
1578
1579
# File 'lib/Qt/qtruby4.rb', line 1577

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