GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
__init_fltk__.cc File Reference
#include "builtin-defun-decls.h"
#include "defun-dld.h"
#include "error.h"
#include "ov-fcn-handle.h"
Include dependency graph for __init_fltk__.cc:

Go to the source code of this file.

Functions

 DEFUN_DLD (__fltk_redraw__,,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} __fltk_redraw__ ()\n\ Undocumented internal function.\n\ @end deftypefn")
 DEFUN_DLD (__init_fltk__,,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} __init_fltk__ ()\n\ Undocumented internal function.\n\ @end deftypefn")
 DEFUN_DLD (__fltk_maxtime__, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{maxtime} =} __fltk_maxtime__ ()\n\ @deftypefnx {Loadable Function} {} __fltk_maxtime__ (@var{maxtime})\n\ Undocumented internal function.\n\ @end deftypefn")
 DEFUN_DLD (__have_fltk__,,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{FLTK_available} =} __have_fltk__ ()\n\ Undocumented internal function.\n\ @end deftypefn")
 DEFUN_DLD (mouse_wheel_zoom, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{val} =} mouse_wheel_zoom ()\n\ @deftypefnx {Loadable Function} {@var{old_val} =} mouse_wheel_zoom (@var{new_val})\n\ @deftypefnx {Loadable Function} {} mouse_wheel_zoom (@var{new_val}, \"local\")\n\ Query or set the mouse wheel zoom factor.\n\ \n\ The zoom factor is a number in the range (0,1) which is the percentage of the\n\ current axis limits that will be used when zooming. For example, if the\n\ current x-axis limits are [0, 50] and @code{mouse_wheel_zoom} is 0.4 (40%),\n\ then a zoom operation will change the limits by 20.\n\ \n\ When called from inside a function with the @qcode{\"local\"} option, the\n\ variable is changed locally for the function and any subroutines it calls. \n\ The original variable value is restored when exiting the function.\n\ \n\ This function is currently implemented only for the FLTK graphics toolkit.\n\ @seealso{gui_mode}\n\ @end deftypefn")
 DEFUN_DLD (gui_mode, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{mode} =} gui_mode ()\n\ @deftypefnx {Built-in Function} {} gui_mode (@var{mode})\n\ Query or set the GUI mode for the current graphics toolkit.\n\ The @var{mode} argument can be one of the following strings:\n\ \n\ @table @asis\n\ @item @qcode{\"2d\"}\n\ Allows panning and zooming of current axes.\n\ \n\ @item @qcode{\"3d\"}\n\ Allows rotating and zooming of current axes.\n\ \n\ @item @qcode{\"none\"}\n\ Mouse inputs have no effect.\n\ @end table\n\ \n\ This function is currently implemented only for the FLTK graphics toolkit.\n\ @seealso{mouse_wheel_zoom}\n\ @end deftypefn")

Function Documentation

DEFUN_DLD ( __fltk_redraw__  )

Definition at line 2071 of file __init_fltk__.cc.

References error(), and octave_value().

DEFUN_DLD ( __init_fltk__  )
DEFUN_DLD ( __fltk_maxtime__  ,
args   
)

Definition at line 2119 of file __init_fltk__.cc.

References error(), octave_value_list::length(), and octave_value().

DEFUN_DLD ( __have_fltk__  )

Definition at line 2144 of file __init_fltk__.cc.

DEFUN_DLD ( mouse_wheel_zoom  ,
args  ,
nargout   
)

Definition at line 2168 of file __init_fltk__.cc.

References error(), octave_value(), and SET_INTERNAL_VARIABLE_WITH_LIMITS.

DEFUN_DLD ( gui_mode  ,
args   
)