#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/graphics.h>
#include "transport.h"
Go to the source code of this file.
|
void | LOC_get_location_with_box (int cx, int cy, int *wx, int *wy, int *button) |
|
void | LOC_get_location_with_line (int cx, int cy, int *wx, int *wy, int *button) |
|
void | LOC_get_location_with_pointer (int *wx, int *wy, int *button) |
|
void LOC_get_location_with_box |
( |
int |
cx, |
|
|
int |
cy, |
|
|
int * |
wx, |
|
|
int * |
wy, |
|
|
int * |
button |
|
) |
| |
void LOC_get_location_with_line |
( |
int |
cx, |
|
|
int |
cy, |
|
|
int * |
wx, |
|
|
int * |
wy, |
|
|
int * |
button |
|
) |
| |
void LOC_get_location_with_pointer |
( |
int * |
wx, |
|
|
int * |
wy, |
|
|
int * |
button |
|
) |
| |