Class: MathGL::MglQT

Inherits:
Object
  • Object
show all
Defined in:
lib/mathgl/doc/libdoc_window_en.rb

Overview

QT Window class

Instance Method Summary collapse

Constructor Details

#initialize(&block) ⇒ MglQT

Constructor for MglQT. Drawing block must be provided. If the number of block argument is one, the argument is an MglGraph object. If the number of block argument is zero, the block is executed in the context of an MglGraph object.



8
9
# File 'lib/mathgl/doc/libdoc_window_en.rb', line 8

def initialize(&block)
end

Instance Method Details

#runObject

Start MglQT window.



12
13
# File 'lib/mathgl/doc/libdoc_window_en.rb', line 12

def run
end