Class: RubyQt6::QtDBus::QDBusAbstractInterface
- Inherits:
-
RubyQt6::QtCore::QObject
- Object
- RubyQt6::QtCore::QObject
- RubyQt6::QtDBus::QDBusAbstractInterface
- Defined in:
- lib/qt6/qtdbus/qdbusabstractinterface.rb
Overview
Direct Known Subclasses
Bando::QDBusAbstractInterface, QDBusConnectionInterface, QDBusInterface
Instance Method Summary collapse
- #initialize(service, path, interface, connection, parent = nil) ⇒ QDBusAbstractInterface constructor
Constructor Details
#initialize(service, path, interface, connection, parent = nil) ⇒ QDBusAbstractInterface
17 18 19 20 |
# File 'lib/qt6/qtdbus/qdbusabstractinterface.rb', line 17 def initialize(service, path, interface, connection, parent = nil) _initialize(T.to_qstr(service), T.to_qstr(path), interface, connection, parent) _take_ownership_from_ruby(self) end |