comparison src/graphics.cc @ 6945:6bbf56a9718a

[project @ 2007-10-02 20:47:22 by jwe]
author jwe
date Tue, 02 Oct 2007 20:47:23 +0000
parents 688ef9440022
children 9ac23c7f1c37
comparison
equal deleted inserted replaced
6944:96714c92a278 6945:6bbf56a9718a
2630 } 2630 }
2631 2631
2632 DEFUN (__go_figure__, args, , 2632 DEFUN (__go_figure__, args, ,
2633 "-*- texinfo -*-\n\ 2633 "-*- texinfo -*-\n\
2634 @deftypefn {Built-in Function} {} __go_figure__ (@var{fignum})\n\ 2634 @deftypefn {Built-in Function} {} __go_figure__ (@var{fignum})\n\
2635 Create a figure graphics object.\n\ 2635 Undocumented internal function.\n\
2636 @end deftypefn") 2636 @end deftypefn")
2637 { 2637 {
2638 octave_value retval; 2638 octave_value retval;
2639 2639
2640 if (args.length () > 0) 2640 if (args.length () > 0)
2694 return retval 2694 return retval
2695 2695
2696 DEFUN (__go_axes__, args, , 2696 DEFUN (__go_axes__, args, ,
2697 "-*- texinfo -*-\n\ 2697 "-*- texinfo -*-\n\
2698 @deftypefn {Built-in Function} {} __go_axes__ (@var{parent})\n\ 2698 @deftypefn {Built-in Function} {} __go_axes__ (@var{parent})\n\
2699 Create an axes graphics object.\n\ 2699 Undocumented internal function.\n\
2700 @end deftypefn") 2700 @end deftypefn")
2701 { 2701 {
2702 GO_BODY (axes); 2702 GO_BODY (axes);
2703 } 2703 }
2704 2704
2705 DEFUN (__go_line__, args, , 2705 DEFUN (__go_line__, args, ,
2706 "-*- texinfo -*-\n\ 2706 "-*- texinfo -*-\n\
2707 @deftypefn {Built-in Function} {} __go_line__ (@var{parent})\n\ 2707 @deftypefn {Built-in Function} {} __go_line__ (@var{parent})\n\
2708 Create a line graphics object.\n\ 2708 Undocumented internal function.\n\
2709 @end deftypefn") 2709 @end deftypefn")
2710 { 2710 {
2711 GO_BODY (line); 2711 GO_BODY (line);
2712 } 2712 }
2713 2713
2714 DEFUN (__go_text__, args, , 2714 DEFUN (__go_text__, args, ,
2715 "-*- texinfo -*-\n\ 2715 "-*- texinfo -*-\n\
2716 @deftypefn {Built-in Function} {} __go_text__ (@var{parent})\n\ 2716 @deftypefn {Built-in Function} {} __go_text__ (@var{parent})\n\
2717 Create a text graphics object.\n\ 2717 Undocumented internal function.\n\
2718 @end deftypefn") 2718 @end deftypefn")
2719 { 2719 {
2720 GO_BODY (text); 2720 GO_BODY (text);
2721 } 2721 }
2722 2722
2723 DEFUN (__go_image__, args, , 2723 DEFUN (__go_image__, args, ,
2724 "-*- texinfo -*-\n\ 2724 "-*- texinfo -*-\n\
2725 @deftypefn {Built-in Function} {} __go_image__ (@var{parent})\n\ 2725 @deftypefn {Built-in Function} {} __go_image__ (@var{parent})\n\
2726 Create an image graphics object.\n\ 2726 Undocumented internal function.\n\
2727 @end deftypefn") 2727 @end deftypefn")
2728 { 2728 {
2729 GO_BODY (image); 2729 GO_BODY (image);
2730 } 2730 }
2731 2731
2732 DEFUN (__go_surface__, args, , 2732 DEFUN (__go_surface__, args, ,
2733 "-*- texinfo -*-\n\ 2733 "-*- texinfo -*-\n\
2734 @deftypefn {Built-in Function} {} __go_surface__ (@var{parent})\n\ 2734 @deftypefn {Built-in Function} {} __go_surface__ (@var{parent})\n\
2735 Create a surface graphics object.\n\ 2735 Undocumented internal function.\n\
2736 @end deftypefn") 2736 @end deftypefn")
2737 { 2737 {
2738 GO_BODY (surface); 2738 GO_BODY (surface);
2739 } 2739 }
2740 2740
2741 DEFUN (__go_patch__, args, , 2741 DEFUN (__go_patch__, args, ,
2742 "-*- texinfo -*-\n\ 2742 "-*- texinfo -*-\n\
2743 @deftypefn {Built-in Function} {} __go_patch__ (@var{parent})\n\ 2743 @deftypefn {Built-in Function} {} __go_patch__ (@var{parent})\n\
2744 Create a patch graphics object.\n\ 2744 Undocumented internal function.\n\
2745 @end deftypefn") 2745 @end deftypefn")
2746 { 2746 {
2747 GO_BODY (patch); 2747 GO_BODY (patch);
2748 } 2748 }
2749 2749
2750 DEFUN (__go_delete__, args, , 2750 DEFUN (__go_delete__, args, ,
2751 "-*- texinfo -*-\n\ 2751 "-*- texinfo -*-\n\
2752 @deftypefn {Built-in Function} {} __go_delete__ (@var{h})\n\ 2752 @deftypefn {Built-in Function} {} __go_delete__ (@var{h})\n\
2753 Undocumented internal function.\n\
2753 @end deftypefn") 2754 @end deftypefn")
2754 { 2755 {
2755 octave_value_list retval; 2756 octave_value_list retval;
2756 2757
2757 if (args.length () == 1) 2758 if (args.length () == 1)
2789 } 2790 }
2790 2791
2791 DEFUN (__go_axes_init__, args, , 2792 DEFUN (__go_axes_init__, args, ,
2792 "-*- texinfo -*-\n\ 2793 "-*- texinfo -*-\n\
2793 @deftypefn {Built-in Function} {} __go_axes_init__ (@var{h}, @var{mode})\n\ 2794 @deftypefn {Built-in Function} {} __go_axes_init__ (@var{h}, @var{mode})\n\
2794 Initialize axes object.\n\ 2795 Undocumented internal function.\n\
2795 @end deftypefn") 2796 @end deftypefn")
2796 { 2797 {
2797 octave_value retval; 2798 octave_value retval;
2798 2799
2799 int nargin = args.length (); 2800 int nargin = args.length ();
2837 } 2838 }
2838 2839
2839 DEFUN (__go_handles__, , , 2840 DEFUN (__go_handles__, , ,
2840 "-*- texinfo -*-\n\ 2841 "-*- texinfo -*-\n\
2841 @deftypefn {Built-in Function} {} __go_handles__ ()\n\ 2842 @deftypefn {Built-in Function} {} __go_handles__ ()\n\
2842 Return current list of function handles.\n\ 2843 Undocumented internal function.\n\
2843 @end deftypefn") 2844 @end deftypefn")
2844 { 2845 {
2845 return octave_value (gh_manager::handle_list ()); 2846 return octave_value (gh_manager::handle_list ());
2846 } 2847 }
2847 2848
2848 DEFUN (__go_figure_handles__, , , 2849 DEFUN (__go_figure_handles__, , ,
2849 "-*- texinfo -*-\n\ 2850 "-*- texinfo -*-\n\
2850 @deftypefn {Built-in Function} {} __go_figure_handles__ ()\n\ 2851 @deftypefn {Built-in Function} {} __go_figure_handles__ ()\n\
2851 Return current list of function handles.\n\ 2852 Undocumented internal function.\n\
2852 @end deftypefn") 2853 @end deftypefn")
2853 { 2854 {
2854 return octave_value (gh_manager::figure_handle_list ()); 2855 return octave_value (gh_manager::figure_handle_list ());
2855 } 2856 }
2856 2857