gr_other Variable (ROM Call 0x10C)

graphing.h

GR_WIN_VARS *gr_other;

Pointer to the second GR_WIN_VARS struct.

gr_other is a pointer to a GR_WIN_VARS struct that contain most of the data used by the Graph application and other graph related apps. gr_other points to the GR_WIN_VARS struct containing all the information for the second graph in two-graph mode (whereas gr_active points to the information for the active graph). As the calculator user switches between the two windows in two-graph mode, the pointers in gr_other and gr_active are swapped so that gr_active is always referring to the active graph. The members of a GR_WIN_VARS struct are given along with an explanation of the contents of each in the description of GR_WIN_VARS. None of the data should be changed directly by a program, but can be accessed for use. System routines may be called to change many items (for example, VarStore may be used to change the graph system variables), but some data is for internal use only and should only be changed by the appropriate system app.


Used by: gdb_len, gdb_recall, gdb_store, MO_currentOptions, OSLinkCmd, CheckGraphRef, EQU_setStyle, GetSysGraphRef, gr_add_fldpic, PlotDel, SetGraphMode, statFree, FolderCur, VarStore


See also: GR_WIN_VARS, gr_active