Class: Qt::Internal::ModuleIndex

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(smoke, index) ⇒ ModuleIndex



2449
2450
2451
2452
# File 'lib/Qt/qtruby4.rb', line 2449

def initialize(smoke, index)
  @smoke = smoke
  @index = index
end

Instance Attribute Details

#indexObject

Returns the value of attribute index.



2440
2441
2442
# File 'lib/Qt/qtruby4.rb', line 2440

def index
  @index
end

Instance Method Details

#smokeObject



2442
2443
2444
2445
2446
2447
# File 'lib/Qt/qtruby4.rb', line 2442

def smoke
  if ! @smoke
      return 0
  end
  return @smoke
end