#include <float.h>
#include <stdlib.h>
#include <iup.h>
#include <cd.h>
#include <cdiup.h>
#include <cdps.h>
#include "sxy_graph.h"
#include "sxy_task.h"
#include "sxy_chart.h"
#include "sxy_axis.h"
#include "sxy_utils.h"
Include dependency graph for sxy_graph.cpp:
Go to the source code of this file.
Defines | |
#define | GRAPH_ATTR_NAME "GRAPH_POINTER" |
#define | MAX_CHARTS 10 |
#define | MAX_TASKS 64 |
Variables | |
char * | graph_cpp = "$Id: sxy_graph.cpp,v 1.8 2003/04/25 20:21:43 clinio Exp $" |
|
Definition at line 29 of file sxy_graph.cpp. |
|
Definition at line 30 of file sxy_graph.cpp. Referenced by SXYGraph::SXYGraph(). |
|
Definition at line 31 of file sxy_graph.cpp. Referenced by SXYGraph::SXYGraph(). |
|
Definition at line 3 of file sxy_graph.cpp. |