Daily_QC
Functions | Variables
edit_zstations.c File Reference
#include "prototypes_new.h"
Include dependency graph for edit_zstations.c:

Go to the source code of this file.

Functions

void edit_zstations (int win_x, int win_y, unsigned int win_button)
 
void change_zstation_location (Widget w, XtPointer data, XtPointer call_data)
 
void change_zcustom_file (Widget w, XtPointer data, XtPointer call_data)
 
void change_zstation_quality (Widget w, XtPointer data, XtPointer call_data)
 
void cancel_zedit ()
 
void reset_zstation_quality (Widget w, XtPointer data, XtPointer call_data)
 

Variables

int isave
 
int reset_value
 
int new_qual
 
int initial_qual
 
int initial_pos
 
int func []
 
Widget textz
 
static int hmflag =0
 

Function Documentation

◆ cancel_zedit()

void cancel_zedit ( )

Definition at line 599 of file edit_zstations.c.

Here is the caller graph for this function:

◆ change_zcustom_file()

void change_zcustom_file ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 431 of file edit_zstations.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ change_zstation_location()

void change_zstation_location ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 392 of file edit_zstations.c.

Here is the caller graph for this function:

◆ change_zstation_quality()

void change_zstation_quality ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 568 of file edit_zstations.c.

Here is the caller graph for this function:

◆ edit_zstations()

void edit_zstations ( int  win_x,
int  win_y,
unsigned int  win_button 
)

Definition at line 10 of file edit_zstations.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset_zstation_quality()

void reset_zstation_quality ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 611 of file edit_zstations.c.

Here is the caller graph for this function:

Variable Documentation

◆ func

int func[]
extern

Definition at line 159 of file daily_qc.c.

◆ hmflag

int hmflag =0
static

Definition at line 566 of file edit_zstations.c.

◆ initial_pos

int initial_pos

Definition at line 6 of file edit_zstations.c.

◆ initial_qual

int initial_qual

Definition at line 6 of file edit_zstations.c.

◆ isave

int isave

Definition at line 3 of file edit_zstations.c.

◆ new_qual

int new_qual

Definition at line 5 of file edit_zstations.c.

◆ reset_value

int reset_value

Definition at line 4 of file edit_zstations.c.

◆ textz

Widget textz

Definition at line 8 of file edit_zstations.c.