AWeatherView

AWeatherView

Synopsis

                    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);

Object Hierarchy

  GObject
   +----AWeatherView

Properties

  "site"                     gpointer              : Read / Write
  "time"                     gpointer              : Read / Write

Signals

  "location-changed"                               : Run Last
  "offline"                                        : Run Last
  "refresh"                                        : Run Last
  "site-changed"                                   : Run Last
  "time-changed"                                   : Run Last

Description

Details

AWeatherView

typedef struct _AWeatherView AWeatherView;


aweather_view_new ()

AWeatherView *      aweather_view_new                   ();

Returns :


aweather_view_set_time ()

void                aweather_view_set_time              (AWeatherView *view,
                                                         const gchar *time);

view :

time :


aweather_view_get_time ()

gchar *             aweather_view_get_time              (AWeatherView *view);

view :

Returns :


aweather_view_set_location ()

void                aweather_view_set_location          (AWeatherView *view,
                                                         gdouble x,
                                                         gdouble y,
                                                         gdouble z);

view :

x :

y :

z :


aweather_view_get_location ()

void                aweather_view_get_location          (AWeatherView *view,
                                                         gdouble *x,
                                                         gdouble *y,
                                                         gdouble *z);

view :

x :

y :

z :


aweather_view_pan ()

void                aweather_view_pan                   (AWeatherView *view,
                                                         gdouble x,
                                                         gdouble y,
                                                         gdouble z);

view :

x :

y :

z :


aweather_view_zoom ()

void                aweather_view_zoom                  (AWeatherView *view,
                                                         gdouble scale);

view :

scale :


aweather_view_refresh ()

void                aweather_view_refresh               (AWeatherView *view);

view :


aweather_view_set_offline ()

void                aweather_view_set_offline           (AWeatherView *view,
                                                         gboolean offline);

view :

offline :


aweather_view_get_offline ()

gboolean            aweather_view_get_offline           (AWeatherView *view);

view :

Returns :


aweather_view_set_site ()

void                aweather_view_set_site              (AWeatherView *view,
                                                         const gchar *site);

view :

site :


aweather_view_get_site ()

gchar *             aweather_view_get_site              (AWeatherView *view);

view :

Returns :

Property Details

The "site" property

  "site"                     gpointer              : Read / Write

Site of the viewport. Currently this is the name of the radar site.


The "time" property

  "time"                     gpointer              : Read / Write

(format unknown).

Signal Details

The "location-changed" signal

void                user_function                      (AWeatherView *aweatherview,
                                                        gdouble       arg1,
                                                        gdouble       arg2,
                                                        gdouble       arg3,
                                                        gpointer      user_data)         : Run Last

aweatherview :

the object which received the signal.

arg1 :

arg2 :

arg3 :

user_data :

user data set when the signal handler was connected.

The "offline" signal

void                user_function                      (AWeatherView *aweatherview,
                                                        gboolean      arg1,
                                                        gpointer      user_data)         : Run Last

aweatherview :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.

The "refresh" signal

void                user_function                      (AWeatherView *aweatherview,
                                                        gpointer      user_data)         : Run Last

aweatherview :

the object which received the signal.

user_data :

user data set when the signal handler was connected.

The "site-changed" signal

void                user_function                      (AWeatherView *aweatherview,
                                                        gchar        *arg1,
                                                        gpointer      user_data)         : Run Last

aweatherview :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.

The "time-changed" signal

void                user_function                      (AWeatherView *aweatherview,
                                                        gchar        *arg1,
                                                        gpointer      user_data)         : Run Last

aweatherview :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.