![]() |
![]() |
![]() |
aweather Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
AWeatherView; AWeatherView * aweather_view_new (); void aweather_view_set_time (AWeatherView *view, const gchar *time); gchar * aweather_view_get_time (AWeatherView *view); void aweather_view_set_location (AWeatherView *view, gdouble x, gdouble y, gdouble z); void aweather_view_get_location (AWeatherView *view, gdouble *x, gdouble *y, gdouble *z); void aweather_view_pan (AWeatherView *view, gdouble x, gdouble y, gdouble z); void aweather_view_zoom (AWeatherView *view, gdouble scale); void aweather_view_refresh (AWeatherView *view); void aweather_view_set_offline (AWeatherView *view, gboolean offline); gboolean aweather_view_get_offline (AWeatherView *view); void aweather_view_set_site (AWeatherView *view, const gchar *site); gchar * aweather_view_get_site (AWeatherView *view);
"location-changed" : Run Last "offline" : Run Last "refresh" : Run Last "site-changed" : Run Last "time-changed" : Run Last
void aweather_view_set_time (AWeatherView *view, const gchar *time);
|
|
|
void aweather_view_set_location (AWeatherView *view, gdouble x, gdouble y, gdouble z);
|
|
|
|
|
|
|
void aweather_view_get_location (AWeatherView *view, gdouble *x, gdouble *y, gdouble *z);
|
|
|
|
|
|
|
void aweather_view_pan (AWeatherView *view, gdouble x, gdouble y, gdouble z);
|
|
|
|
|
|
|
void aweather_view_set_offline (AWeatherView *view, gboolean offline);
|
|
|
gboolean aweather_view_get_offline (AWeatherView *view);
|
|
Returns : |
void aweather_view_set_site (AWeatherView *view, const gchar *site);
|
|
|
"site"
property"site" gpointer : Read / Write
Site of the viewport. Currently this is the name of the radar site.
"location-changed"
signalvoid user_function (AWeatherView *aweatherview, 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. |
"offline"
signalvoid user_function (AWeatherView *aweatherview, gboolean arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"refresh"
signalvoid user_function (AWeatherView *aweatherview, 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 (AWeatherView *aweatherview, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"time-changed"
signalvoid user_function (AWeatherView *aweatherview, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |