Class: RubyQt6::QtGui::QMovie

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

Overview

Defined Under Namespace

Classes: CacheMode, MovieState

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ QMovie

Parameters:

  • parent (QObject) (defaults to: nil)


33
34
35
36
# File 'lib/qt6/qtgui/qmovie.rb', line 33

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