package oplot

  1. Overview
  2. Docs

Module Plt.InternalSource

Oplot internal functions are useful for creating user interfaces.

Sourceval reset_time : ?t0:int -> unit -> unit
Sourceval has_anim : plot_object -> bool
Sourceval gllist_empty : unit -> gllist
Sourceval get_view : view ref -> plot_object
Sourcetype gl_handler =
  1. | SDL
  2. | GLUT
  3. | GTK
Sourceval set_default_gl : gl_handler -> unit
Sourceval init : unit -> unit
Sourceval get_mouse_x : unit -> int
Sourceval get_mouse_y : unit -> int
Sourceval set_mouse_x : int -> unit
Sourceval set_mouse_y : int -> unit
Sourceval get_window_height : unit -> int
Sourceval get_frame_length : unit -> int
Sourceval set_frame_length : int -> unit
Sourceval gtk_mainloop : plot_object -> int
Sourceval gl_init : ?show:bool -> unit -> unit
Sourceval gl_resize : unit -> unit
Sourceval scale : float -> float
Sourceval iscale : int -> int
Sourceval point_of_pixel : (int * int) -> view option -> float * float
Sourceval set_line_width : ?dev:plot_device -> float -> unit
Sourceval set_point_size : ?dev:plot_device -> float -> unit
Sourceval get_light : unit -> bool
Sourceval toggle_light : unit -> unit
Sourceval force_refresh : unit -> unit
Sourceval gl_mouse_motion : int -> int -> unit
Sourceval interrupt : unit -> unit
Sourceval latex_to_sdl : string -> int -> Tsdl.Sdl.surface
Sourceexception Shell_error of int * string
Sourceval oplot_dir : string
Sourceval home_dir : string
Sourceval first_time : unit -> bool
Sourceval has_latex : bool
Sourceval has_gs : bool
Sourceval pngalpha : unit -> bool
Sourceval has_fig2dev : bool