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.
2449 2450 2451 2452 |
# File 'lib/Qt/qtruby4.rb', line 2449 def initialize(smoke, index) @smoke = smoke @index = index end |
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
2440 2441 2442 |
# File 'lib/Qt/qtruby4.rb', line 2440 def index @index end |
Instance Method Details
#smoke ⇒ Object
2442 2443 2444 2445 2446 2447 |
# File 'lib/Qt/qtruby4.rb', line 2442 def smoke if ! @smoke return 0 end return @smoke end |