Package glitter :: Package contexts :: Module glut :: Class GlutWindow
[hide private]
[frames] | no frames]

Class GlutWindow

source code

                         object --+        
                                  |        
utils.proxy.InstanceDescriptorMixin --+    
                                      |    
                         object --+   |    
                                  |   |    
           utils.objects.StateMixin --+    
                                      |    
                        context.Context --+
                                          |
                                         GlutWindow

Instance Methods [hide private]
 
__init__(self, version=(3, 2), compatibility_profile=False, debug=False, forward_compatible=True, shape=(300, 300), position=(-1, -1), index=False, double=False, accum=False, alpha=False, depth=False, stencil=False, multisample=False, stereo=False, luminance=False, name='', hide=False)
Create a new GLUT window.
source code
 
destroy(self) source code
 
_bind(self)
Make the context active.
source code
 
swap_buffers(self) source code
 
post_redisplay(self) source code
 
full_screen(self) source code
 
leave_full_screen(self) source code
 
toggle_full_screen(self) source code
 
push(self) source code
 
pop(self) source code
 
show(self) source code
 
hide(self) source code
 
iconify(self) source code
 
add_timer(self, msecs, func) source code

Inherited from context.Context: __enter__, __exit__, __setattr__, bind

Inherited from utils.proxy.InstanceDescriptorMixin: __getattribute__

Inherited from utils.objects.StateMixin: __call__

Inherited from object: __delattr__, __format__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

    Global actions

Inherited from context.Context: clear, finish, flush, release_shader_compiler

Inherited from context.Context (private): _perform_gl_clear

Class Variables [hide private]
  cursors = Enum(right_arrow, left_arrow, info, destroy, help, c...

Inherited from context.Context (private): _frozen

    Enums

Inherited from context.Context: blend_equations, blend_functions, color_read_formats, color_read_types, cull_face_modes, depth_functions, draw_buffers, front_face_modes, hints, logic_op_modes, polygon_modes, provoke_modes, provoking_vertices, read_buffers

    Buffer bindings

Inherited from context.Context: array_buffer_binding, atomic_counter_buffer_binding, copy_read_buffer_binding, copy_write_buffer_binding, draw_indirect_buffer_binding, element_array_buffer_binding, pixel_pack_buffer_binding, pixel_unpack_buffer_binding, texture_buffer_binding, transform_feedback_buffer_binding, uniform_buffer_binding

    Miscellaneous bindings

Inherited from context.Context: active_texture, current_program, draw_framebuffer_binding, program_pipeline_binding, read_framebuffer_binding, renderbuffer_binding, vertex_array_binding

    Properties with separate getters but joint setters

Inherited from context.Context: blend_dst_alpha, blend_dst_rgb, blend_equation_alpha, blend_equation_rgb, blend_src_alpha, blend_src_rgb, polygon_offset_factor, polygon_offset_units

    Miscellaneous enumerations

Inherited from context.Context: cull_face_mode, depth_func, draw_buffer, front_face, implementation_color_read_format, implementation_color_read_type, layer_provoking_vertex, logic_op_mode, polygon_mode, provoking_vertex, read_buffer, viewport_index_provoking_vertex

    Hints

Inherited from context.Context: fragment_shader_derivative_hint, line_smooth_hint, polygon_smooth_hint, texture_compression_hint

    Enabling and disabling

Inherited from context.Context: blend, color_logic_op, cull_face, depth_test, dither, line_smooth, polygon_offset_fill, polygon_offset_line, polygon_offset_point, polygon_smooth, scissor_test, stencil_test, vertex_program_point_size

    Boolean values

Inherited from context.Context: color_writemask, depth_writemask, doublebuffer, pack_lsb_first, pack_swap_bytes, shader_compiler, stereo, unpack_lsb_first, unpack_swap_bytes

    Float values

Inherited from context.Context: aliased_line_width_range, blend_color, color_clear_value, depth_clear_value, depth_range, line_width, line_width_granularity, line_width_range, point_fade_threshold_size, point_size, point_size_granularity, point_size_range, smooth_line_width_granularity, smooth_line_width_range

    Integer values

Inherited from context.Context: major_version, max_3d_texture_size, max_array_texture_layers, max_clip_distances, max_color_attachments, max_color_texture_samples, max_combined_fragment_uniform_components, max_combined_geometry_uniform_components, max_combined_texture_image_units, max_combined_uniform_blocks, max_combined_vertex_uniform_components, max_cube_map_texture_size, max_depth_texture_samples, max_draw_buffers, max_elements_indices, max_elements_vertices, max_fragment_input_components, max_fragment_uniform_blocks, max_fragment_uniform_components, max_fragment_uniform_vectors, max_geometry_input_components, max_geometry_output_components, max_geometry_texture_image_units, max_geometry_uniform_blocks, max_geometry_uniform_components, max_integer_samples, max_program_texel_offset, max_rectangle_texture_size, max_renderbuffer_size, max_sample_mask_words, max_server_wait_timeout, max_texture_buffer_size, max_texture_image_units, max_texture_lod_bias, max_texture_size, max_uniform_block_size, max_uniform_buffer_bindings, max_varying_vectors, max_vertex_attribs, max_vertex_output_components, max_vertex_texture_image_units, max_vertex_uniform_blocks, max_vertex_uniform_components, max_vertex_uniform_vectors, max_viewport_dims, max_viewports, min_program_texel_offset, minor_version, pack_alignment, pack_image_height, pack_row_length, pack_skip_images, pack_skip_pixels, pack_skip_rows, primitive_restart_index, sample_buffers, samples, scissor_box, stencil_clear_value, subpixel_bits, uniform_buffer_offset_alignment, unpack_alignment, unpack_image_height, unpack_row_length, unpack_skip_images, unpack_skip_pixels, unpack_skip_rows, viewport, viewport_bounds_range, viewport_subpixel_bits

    64-bit integer values

Inherited from context.Context: timestamp

    Strings

Inherited from context.Context: extensions, renderer, shading_language_version, vendor, version

Properties [hide private]
  cursor
  num_children
  shape
  position
  name
  window_title
  icon_title
  close_callback
  display_callback
  entry_callback
  idle_callback
  joystick_callback
  keyboard_callback
  keyboard_up_callback
  menu_destroy_callback
  menu_state_callback
  menu_status_callback
  motion_callback
  mouse_callback
  mouse_wheel_callback
  passive_motion_callback
  reshape_callback
  special_callback
  special_up_callback
  visibility_callback
  window_status_callback
  wm_close_callback

Inherited from object: __class__

Method Details [hide private]

__init__(self, version=(3, 2), compatibility_profile=False, debug=False, forward_compatible=True, shape=(300, 300), position=(-1, -1), index=False, double=False, accum=False, alpha=False, depth=False, stencil=False, multisample=False, stereo=False, luminance=False, name='', hide=False)
(Constructor)

source code 

Create a new GLUT window.

`version` is the OpenGL version to use. It can be either an integer or a (major, minor) tuple. If `compatibility_profile` is `True`, the compatibility profile will be used instead of the core profile. `debug` enables OpenGL debug mode, `forward_compatible` the forward compatibility mode. `shape` and `position` control the initial (height, width) shape and (y, x) position of the window. `index` enables color index mode instead of RGBA. `double` enables double buffering. `accum`, `alpha`, `depth`, and `stencil` enable the corresponding buffers. `multisample` enables multisampling. `stereo` enables stereo buffers. `luminance` enables luminance rendering instead of true RGBA. `name` is the name of the window and its initial title. If `hide` is `True`, the window will initially be hidden.

Overrides: object.__init__

_bind(self)

source code 

Make the context active.

This should be overwritten appropriately by window system dependent subclasses.

Overrides: context.Context._bind
(inherited documentation)

Class Variable Details [hide private]

cursors

Value:
Enum(right_arrow, left_arrow, info, destroy, help, cycle, spray, wait,\
 text, crosshair, up_down, left_right, top_side, bottom_side, left_sid\
e, right_side, top_left_corner, top_right_corner, bottom_right_corner,\
 bottom_left_corner, inherit, none, full_crosshair)

Property Details [hide private]

cursor

Get Method:
unreachable.cursor(self)
Set Method:
unreachable.cursor(self, cursor)

num_children

Get Method:
unreachable.num_children(self)

shape

Get Method:
unreachable.shape(self)
Set Method:
unreachable.shape(self, shape)

position

Get Method:
unreachable.position(self)
Set Method:
unreachable.position(self, position)

name

Get Method:
unreachable.name(self)

window_title

Get Method:
unreachable.window_title(self)
Set Method:
unreachable.window_title(self, window_title)

icon_title

Get Method:
unreachable.icon_title(self)
Set Method:
unreachable.icon_title(self, icon_title)

close_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

display_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

entry_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

idle_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

joystick_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

keyboard_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

keyboard_up_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

menu_destroy_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

menu_state_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

menu_status_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

motion_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

mouse_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

mouse_wheel_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

passive_motion_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

reshape_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

special_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

special_up_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

visibility_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

window_status_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)

wm_close_callback

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, func)