Class: Qt::Internal::ModuleIndex
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize(smoke, index) ⇒ ModuleIndex
constructor
A new instance of ModuleIndex.
- #smoke ⇒ Object
Constructor Details
#initialize(smoke, index) ⇒ ModuleIndex
Returns a new instance of ModuleIndex.
2521 2522 2523 2524 |
# File 'lib/Qt/qtruby4.rb', line 2521 def initialize(smoke, index) @smoke = smoke @index = index end |
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
2512 2513 2514 |
# File 'lib/Qt/qtruby4.rb', line 2512 def index @index end |
Instance Method Details
#smoke ⇒ Object
2514 2515 2516 2517 2518 2519 |
# File 'lib/Qt/qtruby4.rb', line 2514 def smoke if ! @smoke return 0 end return @smoke end |