![]() |
GraphModes | Type (Enumeration) |
gdraw.h, graphing.h, unknown.h, vat.h |
enum GraphModes {GR_FUNC = 1, GR_PAR = 2, GR_POL = 3, GR_SEQ = 4, GR_3D = 5, GR_DE = 6}; |
Describes different graphing modes.
This is an enumeration describing the modes of the Graph screen.
It is currently used in CheckReservedName and CheckSysFunc from vat.h and also in GR_WIN_VARS from graphing.h.
The meaning of the different flags is given in the description of GR_WIN_VARS.