Class: Fox::FXViewport

Inherits:
Object
  • Object
show all
Defined in:
rdoc-sources/FXGLViewer.rb

Overview

OpenGL Viewer Viewport

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFXViewport

Returns an initialized FXViewport instance



29
# File 'rdoc-sources/FXGLViewer.rb', line 29

def initialize; end

Instance Attribute Details

#bottomObject

World bottom [Float]



17
18
19
# File 'rdoc-sources/FXGLViewer.rb', line 17

def bottom
  @bottom
end

#hObject

Viewport height



8
9
10
# File 'rdoc-sources/FXGLViewer.rb', line 8

def h
  @h
end

#hitherObject

World hither [Float]



23
24
25
# File 'rdoc-sources/FXGLViewer.rb', line 23

def hither
  @hither
end

#leftObject

World left [Float]



11
12
13
# File 'rdoc-sources/FXGLViewer.rb', line 11

def left
  @left
end

#rightObject

World right [Float]



14
15
16
# File 'rdoc-sources/FXGLViewer.rb', line 14

def right
  @right
end

#topObject

World top [Float]



20
21
22
# File 'rdoc-sources/FXGLViewer.rb', line 20

def top
  @top
end

#wObject

Viewport width [Integer]



5
6
7
# File 'rdoc-sources/FXGLViewer.rb', line 5

def w
  @w
end

#yonObject

World yon [Float]



26
27
28
# File 'rdoc-sources/FXGLViewer.rb', line 26

def yon
  @yon
end