![]() |
![]() |
![]() |
aweather Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
GisView; GisView * gis_view_new (); void gis_view_set_time (GisView *view, const gchar *time); gchar * gis_view_get_time (GisView *view); void gis_view_set_location (GisView *view, gdouble lat, gdouble lon, gdouble elev); void gis_view_get_location (GisView *view, gdouble *lat, gdouble *lon, gdouble *elev); void gis_view_pan (GisView *view, gdouble lat, gdouble lon, gdouble elev); void gis_view_zoom (GisView *view, gdouble scale); void gis_view_set_rotation (GisView *view, gdouble x, gdouble y, gdouble z); void gis_view_get_rotation (GisView *view, gdouble *x, gdouble *y, gdouble *z); void gis_view_rotate (GisView *view, gdouble x, gdouble y, gdouble z); void gis_view_set_site (GisView *view, const gchar *site); gchar * gis_view_get_site (GisView *view);
"location-changed" : Run Last "rotation-changed" : Run Last "site-changed" : Run Last "time-changed" : Run Last
void gis_view_set_location (GisView *view, gdouble lat, gdouble lon, gdouble elev);
|
|
|
|
|
|
|
void gis_view_get_location (GisView *view, gdouble *lat, gdouble *lon, gdouble *elev);
|
|
|
|
|
|
|
void gis_view_pan (GisView *view, gdouble lat, gdouble lon, gdouble elev);
|
|
|
|
|
|
|
void gis_view_set_rotation (GisView *view, gdouble x, gdouble y, gdouble z);
|
|
|
|
|
|
|
void gis_view_get_rotation (GisView *view, gdouble *x, gdouble *y, gdouble *z);
|
|
|
|
|
|
|
void gis_view_rotate (GisView *view, gdouble x, gdouble y, gdouble z);
|
|
|
|
|
|
|
"site"
property"site" gpointer : Read / Write
Site of the viewport. Currently this is the name of the radar site.
"location-changed"
signalvoid user_function (GisView *gisview, gdouble arg1, gdouble arg2, gdouble arg3, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"rotation-changed"
signalvoid user_function (GisView *gisview, gdouble arg1, gdouble arg2, gdouble arg3, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"site-changed"
signalvoid user_function (GisView *gisview, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |