Gestione vie. 0.0.1
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 25 Aug 2010 09:16:21 +0000 (11:16 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 25 Aug 2010 09:16:21 +0000 (11:16 +0200)
data/territorio/form/Makefile.am
data/territorio/form/via.form [new file with mode: 0644]
data/territorio/gui/territorio.gui
src/Makefile.am
src/main.c
src/via.c [new file with mode: 0644]
src/via.h [new file with mode: 0644]
src/vie.c [new file with mode: 0644]
src/vie.h [new file with mode: 0644]

index c051a3a22e85d70fb4d31ecce71b5428195cea7c..0c41989ebfa68e80161e90d0bc6ee6e2a2ccf9d0 100644 (file)
@@ -6,6 +6,7 @@ form_DATA = \
             provincia.form \
             regione.form \
             stato.form \
-            tipo_aggregazione_territoriale.form
+            tipo_aggregazione_territoriale.form \
+            via.form
 
 EXTRA_DIST = $(form_DATA)
diff --git a/data/territorio/form/via.form b/data/territorio/form/via.form
new file mode 100644 (file)
index 0000000..ca05d4e
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>vie</table>
+
+       <widget type="label" name="label41" label="label40">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry17" label="label42">
+               <field type="text" name="nome" />
+       </widget>
+
+       <widget type="entry" name="entry19" label="label44">
+               <field type="text" name="cap" />
+       </widget>
+
+       <widget type="entry" name="entry20">
+               <field type="text" name="comune">
+                       <to-load>f</to-load>
+                       <to-save>f</to-save>
+               </field>
+       </widget>
+
+       <widget type="label" name="label46" label="label45">
+               <on-change what="update" when="after">
+                       <widget-name>entry20</widget-name>
+                       <sql>
+                               SELECT nome FROM comuni WHERE id = ##label46::gint
+                       </sql>
+               </on-change>
+               <field type="integer" name="id_comuni">
+                       <obligatory>t</obligatory>
+               </field>
+       </widget>
+
+</gtkform>
index 4aa5fd63df1b9c0b536f6ddf8758ec1bcac4bfcf..78add341d5edc58b443d7824ccbbbc9a6ad7ee34 100644 (file)
@@ -81,6 +81,7 @@
                         <property name="visible">True</property>
                         <property name="label" translatable="yes">_Vie</property>
                         <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_view_vie_activate"/>
                       </object>
                     </child>
                   </object>
       <column type="gchararray"/>
     </columns>
   </object>
+  <object class="GtkListStore" id="lstore_vie">
+    <columns>
+      <!-- column-name id -->
+      <column type="guint"/>
+      <!-- column-name nome -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="GtkWindow" id="w_stati">
     <property name="title" translatable="yes">Stati - Territorio</property>
     <property name="modal">True</property>
       </object>
     </child>
   </object>
+  <object class="GtkWindow" id="w_vie">
+    <property name="title" translatable="yes">Vie - Territorio</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">550</property>
+    <property name="default_height">400</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox14">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkLabel" id="label39">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">&lt;b&gt;Vie&lt;/b&gt;</property>
+            <property name="use_markup">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkScrolledWindow" id="scrolledwindow7">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hscrollbar_policy">automatic</property>
+            <property name="vscrollbar_policy">automatic</property>
+            <property name="shadow_type">etched-in</property>
+            <child>
+              <object class="GtkTreeView" id="treeview7">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="model">lstore_vie</property>
+                <property name="headers_clickable">False</property>
+                <property name="search_column">0</property>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn7">
+                    <property name="title">Nome</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext8"/>
+                      <attributes>
+                        <attribute name="text">1</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox13">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button45">
+                <property name="label">gtk-new</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button46">
+                <property name="label">gtk-edit</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button47">
+                <property name="label">gtk-delete</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button48">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button49">
+                <property name="label">gtk-ok</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">4</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_via">
+    <property name="title" translatable="yes">Via - Territorio</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox15">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table7">
+            <property name="visible">True</property>
+            <property name="n_rows">4</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label40">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">ID</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label41">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_id</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label42">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Nome</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry17">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">255</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label44">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">CAP</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry19">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">5</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label45">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Comune</property>
+              </object>
+              <packing>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkHBox" id="hbox3">
+                <property name="visible">True</property>
+                <property name="spacing">5</property>
+                <child>
+                  <object class="GtkEntry" id="entry20">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="editable">False</property>
+                    <property name="invisible_char">&#x25CF;</property>
+                  </object>
+                  <packing>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkButton" id="button50">
+                    <property name="label" translatable="yes">...</property>
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">True</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label46">
+                    <property name="label" translatable="yes">lbl_id_comuni</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">2</property>
+                  </packing>
+                </child>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox14">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button51">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button52">
+                <property name="label">gtk-save</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
 </interface>
index 6ea9f91ec2121b2bdb48a12d131806d0b1441fec..0fa55d7ec3bbb93b555ae24f872e4e9a202e335c 100644 (file)
@@ -36,4 +36,8 @@ territorio_SOURCES = \
                 tipiaggregazioneterritoriale.c \
                 tipiaggregazioneterritoriale.h \
                 tipoaggregazioneterritoriale.c \
-                tipoaggregazioneterritoriale.h
\ No newline at end of file
+                tipoaggregazioneterritoriale.h \
+                via.c \
+                via.h \
+                vie.c \
+                vie.h
\ No newline at end of file
index 9d5ff1c50a97ae0a662d1b700c959f7c418c7afd..94ccf7dc8bb8ca18d9223a6170173270a5dfbc47 100644 (file)
@@ -34,6 +34,7 @@
 #include "regioni.h"
 #include "stati.h"
 #include "tipiaggregazioneterritoriale.h"
+#include "vie.h"
 
 static Commons *commons;
 
@@ -108,6 +109,19 @@ on_mnu_view_comuni_activate (GtkMenuItem *menuitem,
        main_set_vbx_body_child (vbx);
 }
 
+G_MODULE_EXPORT void
+on_mnu_view_vie_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
+{
+       GtkWidget *vbx;
+
+       Vie *m = vie_new (commons, FALSE);
+
+       vbx = vie_get_widget (m);
+
+       main_set_vbx_body_child (vbx);
+}
+
 G_MODULE_EXPORT void
 on_mnu_tables_tipi_aggregazione_territoriale_activate (GtkMenuItem *menuitem,
                             gpointer user_data)
diff --git a/src/via.c b/src/via.c
new file mode 100644 (file)
index 0000000..6bef73e
--- /dev/null
+++ b/src/via.c
@@ -0,0 +1,376 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <libgtkform/form.h>
+
+#include "via.h"
+#include "comuni.h"
+
+static void via_class_init (ViaClass *klass);
+static void via_init (Via *via);
+
+static void via_carica (Via *via);
+static void via_salva (Via *via);
+
+static gboolean via_conferma_chiusura (Via *via);
+
+static void via_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void via_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static void via_on_comune_selezionato (gpointer instance, guint id, gpointer user_data);
+
+static gboolean via_on_w_via_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void via_on_btn_comune_clicked (GtkButton *button,
+                      gpointer user_data);
+
+static void via_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void via_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define VIA_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_VIA, ViaPrivate))
+
+enum
+{
+       LBL_ID
+};
+
+typedef struct _ViaPrivate ViaPrivate;
+struct _ViaPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+
+               GObject **objects;
+
+               gint id;
+       };
+
+G_DEFINE_TYPE (Via, via, G_TYPE_OBJECT)
+
+static void
+via_class_init (ViaClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (ViaPrivate));
+
+       object_class->set_property = via_set_property;
+       object_class->get_property = via_get_property;
+
+       /**
+        * Via::aggiornato:
+        * @via:
+        *
+        */
+       klass->aggiornato_signal_id = g_signal_new ("aggiornato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__VOID,
+                                                      G_TYPE_NONE,
+                                                      0);
+}
+
+static void
+via_init (Via *via)
+{
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+}
+
+/**
+ * via_new:
+ * @commons:
+ * @id:
+ *
+ * Returns: the newly created #Via object.
+ */
+Via
+*via_new (Commons *commons, gint id)
+{
+       GError *error;
+
+       Via *a = VIA (g_object_new (via_get_type (), NULL));
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit (g_strconcat ("w_via", NULL), "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new ();
+       g_object_set (G_OBJECT (priv->form), "gdaex", priv->commons->gdaex, NULL);
+       gtk_form_load_from_file (priv->form, g_build_filename (priv->commons->formdir, "via.form", NULL), priv->commons->gtkbuilder);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_via"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label41",
+                                                     NULL);
+
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (via_on_w_via_delete_event), (gpointer *)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button50"),
+                         "clicked", G_CALLBACK (via_on_btn_comune_clicked), (gpointer *)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button51"),
+                         "clicked", G_CALLBACK (via_on_btn_annulla_clicked), (gpointer *)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button52"),
+                         "clicked", G_CALLBACK (via_on_btn_salva_clicked), (gpointer *)a);
+
+       priv->id = id;
+
+       if (priv->id == 0)
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+
+                       gtk_form_set_as_origin (priv->form);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+                       via_carica (a);
+               }
+
+       return a;
+}
+
+/**
+ * via_get_widget:
+ * @via:
+ *
+ */
+GtkWidget
+*via_get_widget (Via *via)
+{
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+via_carica (Via *via)
+{
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       if (gtk_form_fill_from_table (priv->form))
+               {
+               }
+}
+
+static void
+via_salva (Via *via)
+{
+       GError *error = NULL;
+       gchar *sql;
+       GtkWidget *dialog;
+
+       GDate *da;
+       GDate *a;
+
+       ViaClass *klass = VIA_GET_CLASS (via);
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       if (!gtk_form_check (priv->form, (priv->id != 0), NULL, TRUE, priv->w, TRUE))
+               {
+                       return;
+               }
+
+       if (priv->id == 0)
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_INSERT);
+               }
+       else
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_UPDATE);
+               }
+
+       if (gdaex_execute (priv->commons->gdaex, sql) == 1)
+               {
+                       g_signal_emit (via, klass->aggiornato_signal_id, 0);
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       if (priv->id == 0)
+                               {
+                                       priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+                               }
+
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_INFO,
+                                                        GTK_BUTTONS_OK,
+                                                        "Salvataggio eseguito con successo.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       if (priv->id == 0)
+                               {
+                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                               }
+
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_WARNING,
+                                                        GTK_BUTTONS_OK,
+                                                        "Errore durante il salvataggio.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+via_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       Via *via = VIA (object);
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+via_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       Via *via = VIA (object);
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+via_conferma_chiusura (Via *via)
+{
+       GtkWidget *dialog;
+
+       gboolean ret;
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       ret = TRUE;
+       if (gtk_form_is_changed (priv->form))
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                GTK_MESSAGE_QUESTION,
+                                                                GTK_BUTTONS_YES_NO,
+                                                                "Sicuro di voler chiudere senza salvare?");
+                       if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_NO)
+                               {
+                                       ret = FALSE;
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+
+       return ret;
+}
+
+/* CALLBACK */
+static void
+via_on_comune_selezionato (gpointer instance, guint id, gpointer user_data)
+{
+       Via *f = (Via *)user_data;
+       ViaPrivate *priv = VIA_GET_PRIVATE (f);
+
+       gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "label46"), g_strdup_printf ("%d", id));
+}
+
+static gboolean
+via_on_w_via_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !via_conferma_chiusura ((Via *)user_data);
+}
+
+static void
+via_on_btn_comune_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       GtkWidget *w;
+
+       Via *rf = (Via *)user_data;
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (rf);
+
+       Comuni *c = comuni_new (priv->commons, TRUE);
+
+       g_signal_connect (G_OBJECT (c), "selezionato",
+                         G_CALLBACK (via_on_comune_selezionato), user_data);
+
+       w = comuni_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+}
+
+static void
+via_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       Via *via = (Via *)user_data;
+
+       ViaPrivate *priv = VIA_GET_PRIVATE (via);
+
+       if (via_conferma_chiusura (via)) gtk_widget_destroy (priv->w);
+}
+
+static void
+via_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       via_salva ((Via *)user_data);
+}
diff --git a/src/via.h b/src/via.h
new file mode 100644 (file)
index 0000000..5bc24e5
--- /dev/null
+++ b/src/via.h
@@ -0,0 +1,66 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __VIA_H__
+#define __VIA_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+#include <libgdaex.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_VIA                 (via_get_type ())
+#define VIA(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_VIA, Via))
+#define VIA_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_VIA, ViaClass))
+#define IS_VIA(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_VIA))
+#define IS_VIA_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_VIA))
+#define VIA_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_VIA, ViaClass))
+
+
+typedef struct _Via Via;
+typedef struct _ViaClass ViaClass;
+
+struct _Via
+       {
+               GObject parent;
+       };
+
+struct _ViaClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType via_get_type (void) G_GNUC_CONST;
+
+Via *via_new (Commons *commons, gint id);
+
+GtkWidget *via_get_widget (Via *via);
+
+
+G_END_DECLS
+
+#endif /* __VIA_H__ */
diff --git a/src/vie.c b/src/vie.c
new file mode 100644 (file)
index 0000000..2a5b90f
--- /dev/null
+++ b/src/vie.c
@@ -0,0 +1,445 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include "vie.h"
+#include "via.h"
+
+static void vie_class_init (VieClass *klass);
+static void vie_init (Vie *vie);
+
+static void vie_carica (Vie *vie);
+static void vie_modifica (Vie *vie);
+
+static void vie_selezionato (Vie *vie);
+static void vie_on_via_aggiornato (gpointer instance, gpointer user_data);
+
+static void vie_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void vie_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static void vie_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data);
+static void vie_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data);
+static void vie_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data);
+static void vie_on_trv_vie_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
+static void vie_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void vie_on_btn_seleziona_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define VIE_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_VIE, ViePrivate))
+
+enum
+{
+       COL_ID,
+       COL_NOME
+};
+
+typedef struct _ViePrivate ViePrivate;
+struct _ViePrivate
+       {
+               Commons *commons;
+
+               GtkWidget *widget;
+               GtkTreeSelection *selection;
+               GtkListStore *lstore_vie;
+
+               gboolean selezione;
+               GtkWindow *wtransient;
+       };
+
+G_DEFINE_TYPE (Vie, vie, G_TYPE_OBJECT)
+
+static void
+vie_class_init (VieClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (ViePrivate));
+
+       object_class->set_property = vie_set_property;
+       object_class->get_property = vie_get_property;
+
+       /**
+        * Vie::selezionato:
+        * @vie:
+        *
+        */
+       klass->selezionato_signal_id = g_signal_new ("selezionato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__UINT,
+                                                      G_TYPE_NONE,
+                                                      1, G_TYPE_UINT);
+}
+
+static void
+vie_init (Vie *vie)
+{
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+}
+
+/**
+ * vie_new:
+ * @commons:
+ * @selezione:
+ *
+ * Returns: the newly created #Vie object.
+ */
+Vie
+*vie_new (Commons *commons, gboolean selezione)
+{
+       GError *error;
+
+       Vie *a = VIE (g_object_new (vie_get_type (), NULL));
+
+       ViePrivate *priv = VIE_GET_PRIVATE (a);
+
+       priv->commons = commons;
+       priv->selezione = selezione;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit (g_strconcat ("lstore_vie|",
+                                          (selezione ? "w_vie" : "vbox14"),
+                                          NULL), "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->widget = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, (selezione ? "w_vie" : "vbox14")));
+       priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview7")));
+       priv->lstore_vie = GTK_LIST_STORE (gtk_builder_get_object (priv->commons->gtkbuilder, "lstore_vie"));
+
+       if (priv->selezione)
+               {
+                       priv->wtransient = GTK_WINDOW (priv->widget);
+               }
+       else
+               {
+                       priv->wtransient = GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main"));
+               }
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button45"),
+                         "clicked", G_CALLBACK (vie_on_btn_nuovo_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button46"),
+                         "clicked", G_CALLBACK (vie_on_btn_modifica_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button47"),
+                         "clicked", G_CALLBACK (vie_on_btn_elimina_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview7"),
+                         "row-activated", G_CALLBACK (vie_on_trv_vie_row_activated), (gpointer)a);
+
+       if (priv->selezione)
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "label39")));
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button48"),
+                                         "clicked", G_CALLBACK (vie_on_btn_annulla_clicked), (gpointer)a);
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button49"),
+                                         "clicked", G_CALLBACK (vie_on_btn_seleziona_clicked), (gpointer)a);
+               }
+       else
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button48")));
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button49")));
+               }
+
+       vie_carica (a);
+
+       return a;
+}
+
+/**
+ * vie_get_widget:
+ * @vie:
+ *
+ */
+GtkWidget
+*vie_get_widget (Vie *vie)
+{
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       return priv->widget;
+}
+
+/* PRIVATE */
+static void
+vie_carica (Vie *vie)
+{
+       GtkTreeIter iter;
+       GdaDataModel *dm;
+
+       gint rows;
+       gint row;
+
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       gtk_list_store_clear (priv->lstore_vie);
+
+       dm = gdaex_query (priv->commons->gdaex,
+                         "SELECT c.id, c.nome"
+                         " FROM vie AS c"
+                         " WHERE c.status <> 'E'"
+                         " ORDER BY c.nome");
+       if (dm != NULL)
+               {
+                       rows = gda_data_model_get_n_rows (dm);
+                       for (row = 0; row < rows; row++)
+                               {
+                                       gtk_list_store_append (priv->lstore_vie, &iter);
+
+                                       gtk_list_store_set (priv->lstore_vie, &iter,
+                                                           COL_ID, gdaex_data_model_get_field_value_integer_at (dm, row, "id"),
+                                                           COL_NOME, gdaex_data_model_get_field_value_stringify_at (dm, row, "nome"),
+                                                           -1);
+                               }
+
+                       g_object_unref (dm);
+               }
+}
+
+static void
+vie_modifica (Vie *vie)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_vie), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       Via *c = via_new (priv->commons, id);
+
+                       g_signal_connect (G_OBJECT (c), "aggiornato",
+                                         G_CALLBACK (vie_on_via_aggiornato), (gpointer)vie);
+
+                       w = via_get_widget (c);
+                       gtk_window_set_transient_for (GTK_WINDOW (w), priv->wtransient);
+                       gtk_widget_show (w);
+               }
+       else
+               {
+                       GtkWidget *dialog = gtk_message_dialog_new (priv->wtransient,
+                                                                   GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                   GTK_MESSAGE_WARNING,
+                                                                   GTK_BUTTONS_OK,
+                                                                   "Occorre prima selezionare una via");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+vie_selezionato (Vie *vie)
+{
+       GtkTreeIter iter;
+       guint *id;
+
+       VieClass *klass = VIE_GET_CLASS (vie);
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_vie), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       g_signal_emit (G_OBJECT (vie), klass->selezionato_signal_id, 0, id);
+
+                       gtk_widget_destroy (priv->widget);
+                       g_object_unref (G_OBJECT (vie));
+               }
+       else
+               {
+                       GtkWidget *dialog = gtk_message_dialog_new (priv->wtransient,
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_WARNING,
+                                                        GTK_BUTTONS_OK,
+                                                        "Occorre prima selezionare una via");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+vie_on_via_aggiornato (gpointer instance, gpointer user_data)
+{
+       vie_carica ((Vie *)user_data);
+}
+
+static void
+vie_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       Vie *vie = VIE (object);
+
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+vie_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       Vie *vie = VIE (object);
+
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+/* CALLBACK */
+static void
+vie_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       GtkWidget *w;
+
+       Vie *vie = (Vie *)user_data;
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       Via *c = via_new (priv->commons, 0);
+
+       g_signal_connect (G_OBJECT (c), "aggiornato",
+                         G_CALLBACK (vie_on_via_aggiornato), (gpointer)vie);
+
+       w = via_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), priv->wtransient);
+       gtk_widget_show (w);
+}
+
+static void
+vie_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       vie_modifica ((Vie *)user_data);
+}
+
+static void
+vie_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *dialog;
+       gboolean risp;
+
+       GtkTreeIter iter;
+       guint id;
+
+       Vie *vie = (Vie *)user_data;
+       ViePrivate *priv = VIE_GET_PRIVATE (vie);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       dialog = gtk_message_dialog_new (priv->wtransient,
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_QUESTION,
+                                                        GTK_BUTTONS_YES_NO,
+                                                        "Sicuro di voler eliminare la via selezionata?");
+                       risp = gtk_dialog_run (GTK_DIALOG (dialog));
+                       if (risp == GTK_RESPONSE_YES)
+                               {
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_vie), &iter,
+                                                           COL_ID, &id,
+                                                           -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE vie SET status = 'E' WHERE id = %d", id));
+
+                                       vie_carica (vie);
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       dialog = gtk_message_dialog_new (priv->wtransient,
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_WARNING,
+                                                        GTK_BUTTONS_OK,
+                                                        "Occorre prima selezionare una via");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+vie_on_trv_vie_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data)
+{
+       ViePrivate *priv = VIE_GET_PRIVATE ((Vie *)user_data);
+
+       if (priv->selezione)
+               {
+                       vie_selezionato ((Vie *)user_data);
+               }
+       else
+               {
+                       vie_modifica ((Vie *)user_data);
+               }
+}
+
+
+static void
+vie_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       ViePrivate *priv = VIE_GET_PRIVATE ((Vie *)user_data);
+
+       gtk_widget_destroy (priv->widget);
+       g_object_unref (G_OBJECT (user_data));
+}
+
+static void
+vie_on_btn_seleziona_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       vie_selezionato ((Vie *)user_data);
+}
diff --git a/src/vie.h b/src/vie.h
new file mode 100644 (file)
index 0000000..359b755
--- /dev/null
+++ b/src/vie.h
@@ -0,0 +1,66 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __VIE_H__
+#define __VIE_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+#include <libgdaex.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_VIE                 (vie_get_type ())
+#define VIE(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_VIE, Vie))
+#define VIE_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_VIE, VieClass))
+#define IS_VIE(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_VIE))
+#define IS_VIE_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_VIE))
+#define VIE_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_VIE, VieClass))
+
+
+typedef struct _Vie Vie;
+typedef struct _VieClass VieClass;
+
+struct _Vie
+       {
+               GObject parent;
+       };
+
+struct _VieClass
+       {
+               GObjectClass parent_class;
+
+               guint selezionato_signal_id;
+       };
+
+GType vie_get_type (void) G_GNUC_CONST;
+
+Vie *vie_new (Commons *commons, gboolean selezione);
+
+GtkWidget *vie_get_widget (Vie *vie);
+
+
+G_END_DECLS
+
+#endif /* __VIE_H__ */