Class: RubyQt6::QtQml::QJSEngine

Inherits:
RubyQt6::QtCore::QObject
  • Object
show all
Defined in:
lib/qt6/qtqml/qjsengine.rb

Overview

Direct Known Subclasses

QQmlEngine

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ QJSEngine

Parameters:

  • parent (QObject) (defaults to: nil)


17
18
19
20
# File 'lib/qt6/qtqml/qjsengine.rb', line 17

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