Class: RubyQt6::QtWidgets::QRubberBand

Inherits:
QWidget
  • Object
show all
Defined in:
lib/qt6/qtwidgets/qrubberband.rb

Overview

Direct Known Subclasses

Bando::QRubberBand

Defined Under Namespace

Classes: Shape

Instance Method Summary collapse

Constructor Details

#initialize(shape, parent = nil) ⇒ QRubberBand

Parameters:



20
21
22
23
# File 'lib/qt6/qtwidgets/qrubberband.rb', line 20

def initialize(shape, parent = nil)
  _initialize(shape, parent)
  _take_ownership_from_ruby(self)
end