Class: Qt::ByteArray

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

Instance Method Summary collapse

Methods inherited from Base

#%, #&, #*, #**, #+, #-, #-@, #/, #<, #<<, #<=, #==, #>, #>=, #>>, #^, #methods, #protected_methods, #public_methods, q_classinfo, q_signal, q_slot, signals, #singleton_methods, slots, #|, #~

Instance Method Details

#chop(*args) ⇒ Object



276
277
278
# File 'lib/qt/qtruby4.rb', line 276

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

#split(*args) ⇒ Object



280
281
282
# File 'lib/qt/qtruby4.rb', line 280

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

#to_fObject



272
273
274
# File 'lib/qt/qtruby4.rb', line 272

def to_f
	return toDouble()
end

#to_iObject



268
269
270
# File 'lib/qt/qtruby4.rb', line 268

def to_i
	return toInt()
end

#to_sObject



264
265
266
# File 'lib/qt/qtruby4.rb', line 264

def to_s
	return constData()
end