Class: RubyQt6::QtMultimedia::QSoundEffect
- Inherits:
-
RubyQt6::QtCore::QObject
- Object
- RubyQt6::QtCore::QObject
- RubyQt6::QtMultimedia::QSoundEffect
- Defined in:
- lib/qt6/qtmultimedia/qsoundeffect.rb
Overview
Defined Under Namespace
Instance Method Summary collapse
- #initialize(parent = nil) ⇒ QSoundEffect constructor
Constructor Details
#initialize(parent = nil) ⇒ QSoundEffect
32 33 34 35 |
# File 'lib/qt6/qtmultimedia/qsoundeffect.rb', line 32 def initialize(parent = nil) _initialize(parent) _take_ownership_from_ruby(self) end |