Class: RubyQt6::QtCore::QItemSelectionModel
- Defined in:
- lib/qt6/qtcore/qitemselectionmodel.rb
Overview
Defined Under Namespace
Classes: SelectionFlag, SelectionFlags
Instance Method Summary collapse
Constructor Details
#initialize(model = nil, parent = nil) ⇒ QItemSelectionModel
34 35 36 37 |
# File 'lib/qt6/qtcore/qitemselectionmodel.rb', line 34 def initialize(model = nil, parent = nil) _initialize(model, parent) _take_ownership_from_ruby(self) end |