Class: RubyQt6::QtCore::QItemSelectionRange
- Inherits:
-
Object
- Object
- RubyQt6::QtCore::QItemSelectionRange
- Defined in:
- lib/qt6/qtcore/qitemselectionrange.rb
Overview
Instance Method Summary collapse
- #initialize(*args) ⇒ QItemSelectionRange constructor
Constructor Details
#initialize ⇒ QItemSelectionRange #initialize(index) ⇒ QItemSelectionRange #initialize(top_left, bottom_right) ⇒ QItemSelectionRange
20 21 22 |
# File 'lib/qt6/qtcore/qitemselectionrange.rb', line 20 def initialize(*args) _initialize(*args) end |