Skip to content
Snippets Groups Projects
Select Git revision
  • d3755b23f3ad36fff46b80d76c074a3980916975
  • master default
  • library-names
  • fix_script_header
  • fix_libdir
  • fix_cmake_hdf5
  • partition
  • cgnsUnstructured
  • partitioning
  • HighOrderBLCurving
  • gmsh_3_0_5
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
30 results

Callbacks.h

Blame
  • Forked from Gmsh / Gmsh
    Source project has a limited visibility.
    Callbacks.h 891 B
    #ifndef _CALLBACKS_H_
    #define _CALLBACKS_H_
    
    void file_open_cb(void) ;
    void file_merge_cb(void) ;
    void file_save_cb(void) ;
    void file_save_as_cb(void) ;
    void file_reload_all_views_cb(void) ;
    void file_remove_all_views_cb(void) ;
    void file_quit_cb(void) ;
    
    void opt_general_cb(void) ;
    void opt_geometry_cb(void) ;
    void opt_mesh_cb(void) ;
    void opt_post_cb(void) ;
    void opt_stat_cb(void) ;
    
    void help_short_cb(void) ;
    void help_about_cb(void) ;
    
    void mod_geometry_cb(void) ;
    void mod_mesh_cb(void) ;
    void mod_post_cb(void) ;
    
    void view_reload_cb(Fl_Widget* w, void*) ;
    void view_remove_cb(Fl_Widget* w, void*) ;
    void view_duplicate_cb(Fl_Widget* w, void*) ;
    void view_lighting_cb(Fl_Widget* w, void*) ;
    void view_elements_cb(Fl_Widget* w, void*) ;
    void view_timestep_cb(Fl_Widget* w, void*) ;
    void view_options_cb(Fl_Widget* w, void*) ;
    void view_applybgmesh_cb(Fl_Widget* w, void*) ;
    
    #endif