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

Go to the source code of this file.

Functions

void time_series ()
 
void edit_maxminstations (int win_x, int win_y, unsigned int win_button)
 
void change_tstation_location (Widget w, XtPointer data, XtPointer call_data)
 
void change_tcustom_file (Widget w, XtPointer data, XtPointer call_data)
 
void change_tstation_quality (Widget w, XtPointer data, XtPointer call_data)
 
void tgraph_file (Widget w, XtPointer data, XtPointer call_data)
 
void cancel_tedit ()
 
void reset_tstation_quality (Widget w, XtPointer data, XtPointer call_data)
 

Variables

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

Function Documentation

◆ cancel_tedit()

void cancel_tedit ( )

Definition at line 774 of file edit_maxminstations.c.

Here is the caller graph for this function:

◆ change_tcustom_file()

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

Definition at line 522 of file edit_maxminstations.c.

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

◆ change_tstation_location()

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

Definition at line 484 of file edit_maxminstations.c.

Here is the caller graph for this function:

◆ change_tstation_quality()

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

Definition at line 706 of file edit_maxminstations.c.

Here is the caller graph for this function:

◆ edit_maxminstations()

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

Definition at line 12 of file edit_maxminstations.c.

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

◆ reset_tstation_quality()

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

Definition at line 786 of file edit_maxminstations.c.

Here is the caller graph for this function:

◆ tgraph_file()

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

Definition at line 733 of file edit_maxminstations.c.

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

◆ time_series()

void time_series ( )
Here is the caller graph for this function:

Variable Documentation

◆ cons_dialog

Widget cons_dialog

Definition at line 4 of file edit_maxminstations.c.

◆ func

int func[]
extern

Definition at line 159 of file daily_qc.c.

◆ hmflag

int hmflag =0
static

Definition at line 704 of file edit_maxminstations.c.

◆ initial_pos

int initial_pos

Definition at line 9 of file edit_maxminstations.c.

◆ initial_qual

int initial_qual

Definition at line 9 of file edit_maxminstations.c.

◆ isave

int isave

Definition at line 5 of file edit_maxminstations.c.

◆ new_qual

int new_qual

Definition at line 8 of file edit_maxminstations.c.

◆ reset_value

int reset_value

Definition at line 6 of file edit_maxminstations.c.

◆ textz

Widget textz

Definition at line 3 of file edit_maxminstations.c.