class Qt::Internal::ModuleIndex

Attributes

index[RW]

Public Class Methods

new(smoke, index) click to toggle source
# File lib/Qt/qtruby4.rb, line 2523
def initialize(smoke, index)
  @smoke = smoke
  @index = index
end

Public Instance Methods

smoke() click to toggle source
# File lib/Qt/qtruby4.rb, line 2516
def smoke
  if ! @smoke
      return 0
  end
  return @smoke
end