GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
__init_fltk__.cc File Reference
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include <X11/Xlib.h>
#include <cmath>
#include <locale>
#include <map>
#include <sstream>
#include <string>
#include <vector>
#include "Array.h"
#include "cmd-edit.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "lo-ieee.h"
#include "oct-env.h"
#include "Cell.h"
#include "builtin-defun-decls.h"
#include "display.h"
#include "gl-render.h"
#include "gl2ps-print.h"
#include "graphics.h"
#include "gtk-manager.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "oct-map.h"
#include "oct-opengl.h"
#include "ov-fcn-handle.h"
#include "ov.h"
#include "ovl.h"
#include "variables.h"

Go to the source code of this file.

Functions

octave_value_list F__fltk_check__ (octave::interpreter &, const octave_value_list &, int)
 
octave_value_list F__init_fltk__ (octave::interpreter &, const octave_value_list &, int)
 
C octave_functionG__fltk_check__ (const octave::dynamic_library &shl, bool relative)
 
C octave_functionG__init_fltk__ (const octave::dynamic_library &shl, bool relative)
 

Function Documentation

◆ F__fltk_check__()

octave_value_list F__fltk_check__ ( octave::interpreter &  interp,
const octave_value_list ,
int   
)
extern

Definition at line 2523 of file __init_fltk__.cc.

References err_disabled_feature(), Fdrawnow(), and Vdrawnow_requested.

Referenced by F__init_fltk__().

◆ F__init_fltk__()

octave_value_list F__init_fltk__ ( octave::interpreter &  interp,
const octave_value_list ,
int   
)
extern

Definition at line 2545 of file __init_fltk__.cc.

References err_disabled_feature(), error(), F__fltk_check__(), and ovl().

◆ G__fltk_check__()

C octave_function * G__fltk_check__ ( const octave::dynamic_library &  shl,
bool  relative 
)
extern

Definition at line 2523 of file __init_fltk__.cc.

◆ G__init_fltk__()

C octave_function * G__init_fltk__ ( const octave::dynamic_library &  shl,
bool  relative 
)
extern

Definition at line 2545 of file __init_fltk__.cc.