Home
last modified time | relevance | path

Searched refs:DEFAULT_IMODE (Results 1 – 17 of 17) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dcpanel.c48 cpanel->imode = DEFAULT_IMODE; in scatmat_cpanel_init()
63 cpanel->imode = DEFAULT_IMODE; in parcoords_cpanel_init()
H A Dmain_ui.c319 GGOBI (getIModeScreenName) (DEFAULT_IMODE, display), in rebuild_mode_menus()
356 gg->imode = DEFAULT_IMODE; in viewmode_set()
390 if (imode > DEFAULT_IMODE && imode < EXTENDED_DISPLAY_IMODE) { in viewmode_set()
396 else if (imode == DEFAULT_IMODE && gg->pmode > NULL_PMODE) { in viewmode_set()
480 case DEFAULT_IMODE: in imode_activate()
530 case DEFAULT_IMODE: in imode_activate()
640 gboolean cpanel_shows_pmode = (imode == DEFAULT_IMODE); in GGOBI()
864 GGOBI (full_viewmode_set) (pm, DEFAULT_IMODE, gg); in action_radio_pmode_cb()
1030 DEFAULT_IMODE},
1069 DEFAULT_IMODE, in ggobi_actions_create()
[all …]
H A Dtsdisplay.c117 return(mode == BRUSH || mode == IDENT || mode == DEFAULT_IMODE); in tsplotHandlesInteraction()
283 case DEFAULT_IMODE: in tsplotEventHandlersToggle()
308 InteractionMode imode = DEFAULT_IMODE; in tsplotKeyEventHandled()
353 cpanel->imode = DEFAULT_IMODE; in tsplot_cpanel_init()
H A Dmenus.c143 if (pmode != pmode_prev && imode == DEFAULT_IMODE) { in display_mode_menus_update()
H A Ddefines.h91 typedef enum {NULL_IMODE = -1, DEFAULT_IMODE, enumerator
H A DscatmatClass.c198 InteractionMode imode = DEFAULT_IMODE; in scatmatKeyEventHandled()
246 v == DEFAULT_IMODE); in handlesInteraction()
381 case DEFAULT_IMODE: in scatmatEventHandlersToggle()
H A DbarchartClass.c314 || imode == DEFAULT_IMODE); in barchartHandlesInteraction()
366 else if (imode == DEFAULT_IMODE) { in barchartEventHandlersToggle()
380 InteractionMode imode = DEFAULT_IMODE; in barchartKeyEventHandled()
H A DparcoordsClass.c84 return (v == BRUSH || v == IDENT || v == DEFAULT_IMODE); in handlesInteraction()
197 case DEFAULT_IMODE: in parcoordsEventHandlersToggle()
220 InteractionMode imode = DEFAULT_IMODE; in parcoordsKeyEventHandled()
H A Dmake_ggobi.c220 gg->imode = DEFAULT_IMODE; in start_ggobi()
H A Dscatmat.c360 GGOBI (full_viewmode_set) (EXTENDED_DISPLAY_PMODE, DEFAULT_IMODE, gg); in scatmat_varsel_simple()
H A Dtimeplot.c375 GGOBI (full_viewmode_set) (EXTENDED_DISPLAY_PMODE, DEFAULT_IMODE, gg); in tsplot_varsel()
H A Dscatterplot.c289 scatterplot_cpanel_init (&display->cpanel, projection, DEFAULT_IMODE, gg); in createScatterplot()
H A Dparcoords.c377 GGOBI(full_viewmode_set)(EXTENDED_DISPLAY_PMODE, DEFAULT_IMODE, gg); in parcoords_add_delete_splot()
H A Dggobi-API.c1004 GGOBI (full_viewmode_set) (newMode, DEFAULT_IMODE, gg); in GGOBI()
1076 if (which == DEFAULT_IMODE) in GGOBI()
H A Dsplot.c213 case DEFAULT_IMODE: in sp_event_handlers_toggle()
H A Dbarchart.c1548 if (cpanel->imode != DEFAULT_IMODE) in barchart_add_bar_cues()
1629 cpanel->imode = DEFAULT_IMODE; in barchart_cpanel_init()
H A DscatterplotClass.c857 InteractionMode imode = DEFAULT_IMODE; in scatterplotKeyEventHandled()