Mapper
Functions | Variables
edit_stations.c File Reference
#include <sqlhdr.h>
#include <sqliapi.h>
#include "prototypes.h"
Include dependency graph for edit_stations.c:

Go to the source code of this file.

Functions

void edit_stations (int win_x, int win_y, unsigned int win_button)
 
void change_station_location (Widget w, XtPointer data, XtPointer call_data)
 
void change_custom_file (Widget w, XtPointer data, XtPointer call_data)
 

Variables

float mult
 
Widget dialog
 
int isave
 
int saved_win_x
 
int saved_win_y
 

Function Documentation

◆ change_custom_file()

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

Definition at line 482 of file edit_stations.c.

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

◆ change_station_location()

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

Definition at line 298 of file edit_stations.c.

Here is the caller graph for this function:

◆ edit_stations()

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

Definition at line 11 of file edit_stations.c.

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

Variable Documentation

◆ dialog

Widget dialog

Definition at line 7 of file edit_stations.c.

◆ isave

int isave

Definition at line 8 of file edit_stations.c.

◆ mult

float mult

Definition at line 6 of file edit_stations.c.

◆ saved_win_x

int saved_win_x

Definition at line 9 of file edit_stations.c.

◆ saved_win_y

int saved_win_y

Definition at line 9 of file edit_stations.c.