#include "UnitStripChart.h"
#include <X11/Xaw/SimpleP.h>
Include dependency graph for UnitStripCharP.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | NO_GCS 0 |
#define | FOREGROUND (1 << 0) |
#define | HIGHLIGHT (1 << 1) |
#define | BACKGROUND (1 << 2) |
#define | ALL_GCS (FOREGROUND | HIGHLIGHT | BACKGROUND) |
#define | NUM_DATA_POINTS 2048 |
Typedefs | |
typedef _UnitStripChartRec | UnitStripChartRec |
typedef _UnitStripChartClassRec | UnitStripChartClassRec |
Variables | |
UnitStripChartClassRec | unitStripChartClassRec |
|
Definition at line 69 of file UnitStripCharP.h. Referenced by XawUnitStripChartDestroy(), and XawUnitStripChartInitialize(). |
|
Definition at line 68 of file UnitStripCharP.h. Referenced by CreateGC(), DestroyGC(), and XawUnitStripChartSetValues(). |
|
Definition at line 66 of file UnitStripCharP.h. Referenced by CreateGC(), DestroyGC(), and XawUnitStripChartSetValues(). |
|
Definition at line 67 of file UnitStripCharP.h. Referenced by CreateGC(), DestroyGC(), and XawUnitStripChartSetValues(). |
|
Definition at line 65 of file UnitStripCharP.h. Referenced by XawUnitStripChartSetValues(). |
|
Definition at line 71 of file UnitStripCharP.h. Referenced by draw_it(), MoveChart(), repaint_window(), and XawUnitStripChartResize(). |
|
|
|
|
|
Definition at line 237 of file UnitStripChart.c. |