Jspice3
|
Go to the source code of this file.
Data Structures | |
struct | graph |
struct | graph::_keyed |
struct | request |
struct | response |
Macros | |
#define | NUMCOLORS 32 |
#define | GR_PLOT 0 |
#define | GR_GRAF 1 |
#define | GR_MPLT 2 |
#define | GR_SCED 3 |
#define | NEWGRAPH (GRAPH *) calloc(1, sizeof(GRAPH)) |
#define | rnd(x) (int) ((x)+0.5) |
Typedefs | |
typedef char * | GRDATA |
typedef struct graph | GRAPH |
typedef struct request | REQUEST |
typedef struct response | RESPONSE |
Enumerations |
Functions | |
GRAPH * | NewGraph () |
GRAPH * | FindGraph () |
GRAPH * | CopyGraph () |
int | DestroyGraph () |
void | FreeGraphs () |
void | SetGraphContext () |
void | PushGraphContext () |
void | PopGraphContext () |
Variables | |
GRAPH * | currentgraph |
int | numgraphcxsw |
#define GR_GRAF 1 |
Definition at line 21 of file ftegraph.h.
#define GR_MPLT 2 |
Definition at line 22 of file ftegraph.h.
#define GR_PLOT 0 |
Definition at line 20 of file ftegraph.h.
#define GR_SCED 3 |
Definition at line 23 of file ftegraph.h.
Definition at line 151 of file ftegraph.h.
#define NUMCOLORS 32 |
Definition at line 18 of file ftegraph.h.
#define rnd | ( | x | ) | (int) ((x)+0.5) |
Definition at line 203 of file ftegraph.h.
typedef char* GRDATA |
Definition at line 26 of file ftegraph.h.
enum OPTION |
Enumerator | |
---|---|
error_option | |
button_option | |
char_option | |
click_option | |
point_option | |
checkup_option |
Definition at line 177 of file ftegraph.h.
GRAPH* CopyGraph | ( | ) |
int DestroyGraph | ( | ) |
GRAPH* FindGraph | ( | ) |
void FreeGraphs | ( | ) |
GRAPH* NewGraph | ( | ) |
Definition at line 59 of file graphdb.c.
void PopGraphContext | ( | ) |
Definition at line 270 of file graphdb.c.
void PushGraphContext | ( | ) |
void SetGraphContext | ( | ) |