form_DATA = \
nodo.form \
struttura.form \
+ struttura_indirizzo.form \
tipo_nodo.form \
tipo_recapito.form \
ufficio.form
--- /dev/null
+<?xml version="1.0"?>
+<gtkform>
+
+ <table>struttura_indirizzi</table>
+
+ <widget type="label" name="label47">
+ <field type="integer" name="id">
+ <is-key>t</is-key>
+ <auto-increment>t</auto-increment>
+ </field>
+ </widget>
+
+ <widget type="label" name="label48">
+ <field type="integer" name="id_strutture">
+ </field>
+ </widget>
+
+ <widget type="entry" name="entry12">
+ <field type="text" name="via">
+ <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>entry12</widget-name>
+ <sql>
+ SELECT nome FROM vie WHERE id = ##label46::gint
+ </sql>
+ </on-change>
+ <field type="integer" name="id_vie">
+ </field>
+ </widget>
+
+ <widget type="entry" name="entry13" label="label49">
+ <field type="text" name="civico" />
+ </widget>
+
+ <widget type="textview" name="textview6" label="label44">
+ <field type="text" name="note" />
+ </widget>
+
+</gtkform>
<column type="gchararray"/>
</columns>
</object>
- <object class="GtkListStore" id="lstore_ufficio_recapiti">
+ <object class="GtkListStore" id="lstore_ufficio_nodi">
<columns>
<!-- column-name tipo -->
<column type="gchararray"/>
<!-- column-name id -->
<column type="guint"/>
- <!-- column-name recapito -->
+ <!-- column-name nodo -->
<column type="gchararray"/>
</columns>
</object>
- <object class="GtkListStore" id="lstore_ufficio_nodi">
+ <object class="GtkListStore" id="lstore_vie">
<columns>
- <!-- column-name tipo -->
+ <!-- column-name id -->
+ <column type="guint"/>
+ <!-- column-name nome -->
<column type="gchararray"/>
+ </columns>
+ </object>
+ <object class="GtkListStore" id="lstore_ufficio_recapiti">
+ <columns>
<!-- column-name id -->
<column type="guint"/>
- <!-- column-name nodo -->
+ <!-- column-name recapito -->
<column type="gchararray"/>
</columns>
</object>
- <object class="GtkListStore" id="lstore_vie">
+ <object class="GtkListStore" id="lstore_struttura_indirizzi">
<columns>
<!-- column-name id -->
<column type="guint"/>
- <!-- column-name nome -->
+ <!-- column-name indirizzo -->
<column type="gchararray"/>
</columns>
</object>
<child>
<object class="GtkTable" id="table5">
<property name="visible">True</property>
- <property name="n_rows">5</property>
+ <property name="n_rows">6</property>
<property name="n_columns">2</property>
<property name="column_spacing">5</property>
<property name="row_spacing">5</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
+ <child>
+ <object class="GtkFrame" id="frame3">
+ <property name="visible">True</property>
+ <property name="label_xalign">0</property>
+ <child>
+ <object class="GtkAlignment" id="alignment3">
+ <property name="visible">True</property>
+ <property name="left_padding">12</property>
+ <child>
+ <object class="GtkHBox" id="hbox6">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow14">
+ <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="treeview9">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="model">lstore_struttura_indirizzi</property>
+ <property name="headers_clickable">False</property>
+ <property name="search_column">0</property>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeviewcolumn11">
+ <property name="title">Indirizzo</property>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext13"/>
+ <attributes>
+ <attribute name="text">1</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVButtonBox" id="vbuttonbox3">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <property name="layout_style">start</property>
+ <child>
+ <object class="GtkButton" id="button47">
+ <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="button50">
+ <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="button51">
+ <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>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label43">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes"><b>Indirizzi</b></property>
+ <property name="use_markup">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="right_attach">2</property>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="position">0</property>
</object>
</child>
</object>
+ <object class="GtkWindow" id="w_struttura_indirizzo">
+ <property name="title" translatable="yes">Indirizzo della struttura - Gestione organigramma</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="vbox9">
+ <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="table8">
+ <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="label44">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="label" translatable="yes">Note</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="GtkScrolledWindow" id="scrolledwindow15">
+ <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="GtkTextView" id="textview6">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ </child>
+ </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>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label45">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Via</property>
+ </object>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox7">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkEntry" id="entry12">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">False</property>
+ <property name="invisible_char">●</property>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button54">
+ <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_vie</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="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label47">
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">lbl_id</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="GtkLabel" id="label48">
+ <property name="label" translatable="yes">lbl_id_strutture</property>
+ </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>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label49">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Civico</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="entry13">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="max_length">10</property>
+ <property name="invisible_char">●</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>
+ </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="button55">
+ <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="button56">
+ <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>
-- PostgreSQL database dump
--
--- Started on 2010-08-16 10:18:29
+-- Started on 2010-08-16 10:29:29
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET escape_string_warning = off;
--
--- TOC entry 1817 (class 1262 OID 59278)
+-- TOC entry 1826 (class 1262 OID 59278)
-- Name: organigramma; Type: DATABASE; Schema: -; Owner: -
--
SET escape_string_warning = off;
--
--- TOC entry 317 (class 2612 OID 16386)
+-- TOC entry 320 (class 2612 OID 16386)
-- Name: plpgsql; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: -
--
SET default_with_oids = false;
--
--- TOC entry 1504 (class 1259 OID 59279)
--- Dependencies: 1787 1788 1789 3
+-- TOC entry 1507 (class 1259 OID 59279)
+-- Dependencies: 1791 1792 1793 3
-- Name: nodi; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1508 (class 1259 OID 59327)
--- Dependencies: 1797 1798 1799 1800 1801 3
+-- TOC entry 1513 (class 1259 OID 59346)
+-- Dependencies: 1807 1808 1809 3
+-- Name: struttura_indirizzi; Type: TABLE; Schema: public; Owner: -; Tablespace:
+--
+
+CREATE TABLE struttura_indirizzi (
+ id integer NOT NULL,
+ id_strutture integer,
+ id_vie integer,
+ civico character varying(10) DEFAULT ''::character varying,
+ note text DEFAULT ''::text,
+ status character varying(1) DEFAULT ''::character varying
+);
+
+
+--
+-- TOC entry 1511 (class 1259 OID 59327)
+-- Dependencies: 1801 1802 1803 1804 1805 3
-- Name: strutture; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1505 (class 1259 OID 59290)
--- Dependencies: 1790 1791 3
+-- TOC entry 1508 (class 1259 OID 59290)
+-- Dependencies: 1794 1795 3
-- Name: tipi_nodo; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1506 (class 1259 OID 59297)
--- Dependencies: 1792 1793 3
+-- TOC entry 1509 (class 1259 OID 59297)
+-- Dependencies: 1796 1797 3
-- Name: tipi_recapito; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1507 (class 1259 OID 59311)
--- Dependencies: 1794 1795 1796 3
+-- TOC entry 1510 (class 1259 OID 59311)
+-- Dependencies: 1798 1799 1800 3
-- Name: uffici; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1509 (class 1259 OID 59340)
--- Dependencies: 1802 3
+-- TOC entry 1512 (class 1259 OID 59340)
+-- Dependencies: 1806 3
-- Name: vie; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1804 (class 2606 OID 59289)
--- Dependencies: 1504 1504
+-- TOC entry 1811 (class 2606 OID 59289)
+-- Dependencies: 1507 1507
-- Name: nodi_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1812 (class 2606 OID 59339)
--- Dependencies: 1508 1508
+-- TOC entry 1823 (class 2606 OID 59356)
+-- Dependencies: 1513 1513
+-- Name: struttura_indirizzi_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
+--
+
+ALTER TABLE ONLY struttura_indirizzi
+ ADD CONSTRAINT struttura_indirizzi_pkey PRIMARY KEY (id);
+
+
+--
+-- TOC entry 1819 (class 2606 OID 59339)
+-- Dependencies: 1511 1511
-- Name: strutture_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1806 (class 2606 OID 59296)
--- Dependencies: 1505 1505
+-- TOC entry 1813 (class 2606 OID 59296)
+-- Dependencies: 1508 1508
-- Name: tipi_nodo_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1808 (class 2606 OID 59303)
--- Dependencies: 1506 1506
+-- TOC entry 1815 (class 2606 OID 59303)
+-- Dependencies: 1509 1509
-- Name: tipi_recapito_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1810 (class 2606 OID 59321)
--- Dependencies: 1507 1507
+-- TOC entry 1817 (class 2606 OID 59321)
+-- Dependencies: 1510 1510
-- Name: uffici_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1814 (class 2606 OID 59345)
--- Dependencies: 1509 1509
+-- TOC entry 1821 (class 2606 OID 59345)
+-- Dependencies: 1512 1512
-- Name: vie_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
--
--- TOC entry 1819 (class 0 OID 0)
+-- TOC entry 1828 (class 0 OID 0)
-- Dependencies: 3
-- Name: public; Type: ACL; Schema: -; Owner: -
--
GRANT ALL ON SCHEMA public TO PUBLIC;
--- Completed on 2010-08-16 10:18:29
+-- Completed on 2010-08-16 10:29:30
--
-- PostgreSQL database dump complete
nodo.h \
struttura.c \
struttura.h \
+ strutturaindirizzo.c \
+ strutturaindirizzo.h \
strutture.c \
strutture.h \
tipinodo.c \
#include <libgtkform/form.h>
#include "struttura.h"
+#include "strutturaindirizzo.h"
static void struttura_class_init (StrutturaClass *klass);
static void struttura_init (Struttura *struttura);
static void struttura_carica (Struttura *struttura);
static void struttura_salva (Struttura *struttura);
+static void struttura_carica_indirizzi (Struttura *struttura);
+
+static void struttura_indirizzo_modifica (Struttura *struttura);
+
static gboolean struttura_conferma_chiusura (Struttura *struttura);
static void struttura_set_property (GObject *object,
GValue *value,
GParamSpec *pspec);
+static void struttura_on_indirizzo_aggiornato (gpointer instance, gpointer user_data);
+
static gboolean struttura_on_w_struttura_delete_event (GtkWidget *widget,
GdkEvent *event,
gpointer user_data);
+static void struttura_on_btn_indirizzo_nuovo_clicked (GtkButton *button,
+ gpointer user_data);
+static void struttura_on_btn_indirizzo_modifica_clicked (GtkButton *button,
+ gpointer user_data);
+static void struttura_on_btn_indirizzo_elimina_clicked (GtkButton *button,
+ gpointer user_data);
+static void struttura_on_trv_indirizzi_row_activated (GtkTreeView *tree_view,
+ GtkTreePath *tree_path,
+ GtkTreeViewColumn *column,
+ gpointer user_data);
+
static void struttura_on_btn_annulla_clicked (GtkButton *button,
gpointer user_data);
static void struttura_on_btn_salva_clicked (GtkButton *button,
enum
{
- LBL_ID
+ LBL_ID,
+ LSTORE_INDIRIZZI
+};
+
+enum
+{
+ INDIRIZZI_COL_ID,
+ INDIRIZZI_COL_INDIRIZZO
};
typedef struct _StrutturaPrivate StrutturaPrivate;
GObject **objects;
+ GtkTreeSelection *sel_indirizzi;
+
gint id;
};
error = NULL;
gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
- g_strsplit ("w_struttura", "|", -1),
+ g_strsplit (g_strconcat ("lstore_struttura_indirizzi",
+ "|w_struttura", NULL), "|", -1),
&error);
if (error != NULL)
{
priv->objects = gtk_form_get_objects_by_name (priv->form,
"label31",
+ "lstore_struttura_indirizzi",
NULL);
g_signal_connect (priv->w,
"delete-event", G_CALLBACK (struttura_on_w_struttura_delete_event), (gpointer *)a);
+ priv->sel_indirizzi = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview9")));
+
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button47")),
+ "clicked", G_CALLBACK (struttura_on_btn_indirizzo_nuovo_clicked), (gpointer *)a);
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button50")),
+ "clicked", G_CALLBACK (struttura_on_btn_indirizzo_modifica_clicked), (gpointer *)a);
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button51")),
+ "clicked", G_CALLBACK (struttura_on_btn_indirizzo_elimina_clicked), (gpointer *)a);
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview9")),
+ "row-activated", G_CALLBACK (struttura_on_trv_indirizzi_row_activated), (gpointer *)a);
+
g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button39"),
"clicked", G_CALLBACK (struttura_on_btn_annulla_clicked), (gpointer *)a);
g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button40"),
{
StrutturaPrivate *priv = STRUTTURA_GET_PRIVATE (struttura);
- gtk_form_fill_from_table (priv->form);
+ if (gtk_form_fill_from_table (priv->form))
+ {
+ struttura_carica_indirizzi (struttura);
+ }
}
static void
}
}
+static void
+struttura_carica_indirizzi (Struttura *struttura)
+{
+ gchar *sql;
+ GdaDataModel *dm;
+ guint row;
+ guint rows;
+
+ StrutturaPrivate *priv = STRUTTURA_GET_PRIVATE (struttura);
+
+ gtk_list_store_clear (GTK_LIST_STORE (priv->objects[LSTORE_INDIRIZZI]));
+
+ sql = g_strdup_printf ("SELECT si.id, v.nome, si.civico"
+ " FROM struttura_indirizzi si INNER JOIN vie v ON"
+ " si.id_vie = v.id"
+ " WHERE si.id_strutture = %d"
+ " AND status <> 'E'",
+ priv->id);
+ dm = gdaex_query (priv->commons->gdaex, sql);
+ if (dm != NULL)
+ {
+ GtkTreeIter iter;
+
+ rows = gda_data_model_get_n_rows (dm);
+ for (row = 0; row < rows; row++)
+ {
+ gtk_list_store_append (GTK_LIST_STORE (priv->objects[LSTORE_INDIRIZZI]), &iter);
+ gtk_list_store_set (GTK_LIST_STORE (priv->objects[LSTORE_INDIRIZZI]), &iter,
+ INDIRIZZI_COL_ID, gdaex_data_model_get_value_integer_at (dm, row, 0),
+ INDIRIZZI_COL_INDIRIZZO, g_strconcat (gdaex_data_model_get_value_stringify_at (dm, row, 1),
+ (g_strcmp0 (gdaex_data_model_get_value_stringify_at (dm, row, 2), "") != 0 ? g_strdup_printf (", %s", gdaex_data_model_get_value_stringify_at (dm, row, 2)) : ""), NULL),
+ -1);
+ }
+
+ g_object_unref (dm);
+ }
+ g_free (sql);
+}
+
+static void
+struttura_indirizzo_modifica (Struttura *struttura)
+{
+ GtkTreeIter iter;
+ GtkWidget *dialog;
+
+ StrutturaPrivate *priv = STRUTTURA_GET_PRIVATE (struttura);
+
+ if (gtk_tree_selection_get_selected (priv->sel_indirizzi, NULL, &iter))
+ {
+ guint id;
+ GtkWidget *w;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_INDIRIZZI]), &iter,
+ INDIRIZZI_COL_ID, &id,
+ -1);
+
+ StrutturaIndirizzo *a = struttura_indirizzo_new (priv->commons, id, 0);
+
+ g_signal_connect (G_OBJECT (a), "aggiornato",
+ G_CALLBACK (struttura_on_indirizzo_aggiornato), (gpointer)struttura);
+
+ w = struttura_indirizzo_get_widget (a);
+ gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+ gtk_widget_show (w);
+ }
+ else
+ {
+ dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_WARNING,
+ GTK_BUTTONS_OK,
+ "Occorre prima selezionare un indirizzo");
+ gtk_dialog_run (GTK_DIALOG (dialog));
+ gtk_widget_destroy (dialog);
+ }
+}
+
static void
struttura_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
{
}
/* CALLBACK */
+static void
+struttura_on_indirizzo_aggiornato (gpointer instance, gpointer user_data)
+{
+ Struttura *struttura = (Struttura *)user_data;
+ StrutturaClass *klass = STRUTTURA_GET_CLASS (struttura);
+
+ struttura_carica_indirizzi (struttura);
+}
+
static gboolean
struttura_on_w_struttura_delete_event (GtkWidget *widget,
GdkEvent *event,
return !struttura_conferma_chiusura ((Struttura *)user_data);
}
+static void
+struttura_on_btn_indirizzo_nuovo_clicked (GtkButton *button,
+ gpointer user_data)
+{
+ GtkWidget *w;
+
+ Struttura *struttura = (Struttura *)user_data;
+
+ StrutturaPrivate *priv = STRUTTURA_GET_PRIVATE (struttura);
+
+ StrutturaIndirizzo *a = struttura_indirizzo_new (priv->commons, 0, priv->id);
+
+ g_signal_connect (G_OBJECT (a), "aggiornato",
+ G_CALLBACK (struttura_on_indirizzo_aggiornato), (gpointer)struttura);
+
+ w = struttura_indirizzo_get_widget (a);
+ gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+ gtk_widget_show (w);
+}
+
+static void
+struttura_on_btn_indirizzo_modifica_clicked (GtkButton *button,
+ gpointer user_data)
+{
+ struttura_indirizzo_modifica ((Struttura *)user_data);
+}
+
+static void
+struttura_on_btn_indirizzo_elimina_clicked (GtkButton *button,
+ gpointer user_data)
+{
+ GtkTreeIter iter;
+ GtkWidget *dialog;
+ guint risp;
+
+ Struttura *struttura = (Struttura *)user_data;
+
+ StrutturaClass *klass = STRUTTURA_GET_CLASS (struttura);
+ StrutturaPrivate *priv = STRUTTURA_GET_PRIVATE (struttura);
+
+ if (gtk_tree_selection_get_selected (priv->sel_indirizzi, NULL, &iter))
+ {
+ dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_YES_NO,
+ "Sicuro di voler eliminare l'indirizzo selezionato?");
+ risp = gtk_dialog_run (GTK_DIALOG (dialog));
+ if (risp == GTK_RESPONSE_YES)
+ {
+ guint id;
+
+ gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_INDIRIZZI]), &iter,
+ INDIRIZZI_COL_ID, &id,
+ -1);
+
+ gdaex_execute (priv->commons->gdaex,
+ g_strdup_printf ("UPDATE struttura_indirizzi"
+ " SET status = 'E'"
+ " WHERE id = %d",
+ id));
+
+ struttura_carica_indirizzi (struttura);
+ }
+ gtk_widget_destroy (dialog);
+ }
+ else
+ {
+ dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_WARNING,
+ GTK_BUTTONS_OK,
+ "Occorre prima selezionare un indirizzo");
+ gtk_dialog_run (GTK_DIALOG (dialog));
+ gtk_widget_destroy (dialog);
+ }
+}
+
+static void
+struttura_on_trv_indirizzi_row_activated (GtkTreeView *tree_view,
+ GtkTreePath *tree_path,
+ GtkTreeViewColumn *column,
+ gpointer user_data)
+{
+ struttura_indirizzo_modifica ((Struttura *)user_data);
+}
+
static void
struttura_on_btn_annulla_clicked (GtkButton *button,
gpointer user_data)
--- /dev/null
+/*
+ * Copyright (C) 2009 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
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
+#include <libgtkform/form.h>
+
+#include "strutturaindirizzo.h"
+
+#include "vie.h"
+
+static void struttura_indirizzo_class_init (StrutturaIndirizzoClass *klass);
+static void struttura_indirizzo_init (StrutturaIndirizzo *struttura_indirizzo);
+
+static void struttura_indirizzo_carica (StrutturaIndirizzo *struttura_indirizzo);
+static void struttura_indirizzo_salva (StrutturaIndirizzo *struttura_indirizzo);
+
+static void struttura_indirizzo_carica_indirizzo (StrutturaIndirizzo *indirizzo);
+
+static gboolean struttura_indirizzo_conferma_chiusura (StrutturaIndirizzo *struttura_indirizzo);
+
+static void indirizzo_on_vie_selezionato (gpointer instance,
+ guint id, gpointer user_data);
+
+static void struttura_indirizzo_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec);
+static void struttura_indirizzo_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec);
+
+static gboolean struttura_indirizzo_on_w_struttura_indirizzo_delete_event (GtkWidget *widget,
+ GdkEvent *event,
+ gpointer user_data);
+
+static void struttura_indirizzo_on_btn_ricerca_via_clicked (GtkButton *button,
+ gpointer user_data);
+static void struttura_indirizzo_on_btn_annulla_clicked (GtkButton *button,
+ gpointer user_data);
+static void struttura_indirizzo_on_btn_salva_clicked (GtkButton *button,
+ gpointer user_data);
+
+
+#define STRUTTURA_INDIRIZZO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_STRUTTURA_INDIRIZZO, StrutturaIndirizzoPrivate))
+
+enum
+{
+ LBL_ID,
+ LBL_ID_STRUTTURE,
+ LBL_ID_VIE
+};
+
+typedef struct _StrutturaIndirizzoPrivate StrutturaIndirizzoPrivate;
+struct _StrutturaIndirizzoPrivate
+ {
+ Commons *commons;
+
+ GtkForm *form;
+
+ GtkWidget *w;
+
+ GObject **objects;
+
+ guint id;
+ };
+
+G_DEFINE_TYPE (StrutturaIndirizzo, struttura_indirizzo, G_TYPE_OBJECT)
+
+static void
+struttura_indirizzo_class_init (StrutturaIndirizzoClass *klass)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+ g_type_class_add_private (object_class, sizeof (StrutturaIndirizzoPrivate));
+
+ object_class->set_property = struttura_indirizzo_set_property;
+ object_class->get_property = struttura_indirizzo_get_property;
+
+ /**
+ * StrutturaIndirizzo::aggiornato:
+ * @struttura_indirizzo:
+ *
+ */
+ 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
+struttura_indirizzo_init (StrutturaIndirizzo *struttura_indirizzo)
+{
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+}
+
+/**
+ * struttura_indirizzo_new:
+ * @commons:
+ * @id:
+ * @id_strutture:
+ *
+ * Returns: the newly created #StrutturaIndirizzo object.
+ */
+StrutturaIndirizzo
+*struttura_indirizzo_new (Commons *commons, guint id, guint id_strutture)
+{
+ GError *error;
+
+ StrutturaIndirizzo *a = STRUTTURA_INDIRIZZO (g_object_new (struttura_indirizzo_get_type (), NULL));
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (a);
+
+ priv->commons = commons;
+
+ error = NULL;
+
+ gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+ g_strsplit ("w_struttura_indirizzo", "|", -1),
+ &error);
+ if (error != NULL)
+ {
+ g_fprintf (stderr, "Errore: %s\n", 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, "struttura_indirizzo.form", NULL), priv->commons->gtkbuilder);
+
+ priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_struttura_indirizzo"));
+
+ priv->objects = gtk_form_get_objects_by_name (priv->form,
+ "label47",
+ "label48",
+ "label46",
+ NULL);
+
+ g_signal_connect (priv->w,
+ "delete-event", G_CALLBACK (struttura_indirizzo_on_w_struttura_indirizzo_delete_event), (gpointer *)a);
+
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button54")),
+ "clicked", G_CALLBACK (struttura_indirizzo_on_btn_ricerca_via_clicked), (gpointer *)a);
+
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button55")),
+ "clicked", G_CALLBACK (struttura_indirizzo_on_btn_annulla_clicked), (gpointer *)a);
+ g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button56")),
+ "clicked", G_CALLBACK (struttura_indirizzo_on_btn_salva_clicked), (gpointer *)a);
+
+ priv->id = id;
+ if (priv->id == 0)
+ {
+ gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+ gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID_STRUTTURE]), g_strdup_printf ("%d", id_strutture));
+
+ gtk_form_set_as_origin (priv->form);
+ }
+ else
+ {
+ gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+
+ struttura_indirizzo_carica (a);
+ }
+
+ return a;
+}
+
+/**
+ * struttura_indirizzo_get_widget:
+ * @struttura_indirizzo:
+ *
+ */
+GtkWidget
+*struttura_indirizzo_get_widget (StrutturaIndirizzo *struttura_indirizzo)
+{
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ return priv->w;
+}
+
+/* PRIVATE */
+static void
+struttura_indirizzo_carica (StrutturaIndirizzo *struttura_indirizzo)
+{
+ gchar *sql;
+ GdaDataModel *dm;
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ if (gtk_form_fill_from_table (priv->form))
+ {
+ }
+}
+
+static void
+struttura_indirizzo_salva (StrutturaIndirizzo *struttura_indirizzo)
+{
+ gchar *sql;
+ GtkWidget *dialog;
+
+ StrutturaIndirizzoClass *klass = STRUTTURA_INDIRIZZO_GET_CLASS (struttura_indirizzo);
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ if (!gtk_form_check (priv->form, FALSE, 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 (struttura_indirizzo, klass->aggiornato_signal_id, 0);
+
+ if (priv->id == 0)
+ {
+ priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+ }
+
+ gtk_form_set_as_origin (priv->form);
+
+ 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
+ {
+ 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
+struttura_indirizzo_on_vie_selezionato (gpointer instance, guint id, gpointer user_data)
+{
+ StrutturaIndirizzo *ia = (StrutturaIndirizzo *)user_data;
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (ia);
+
+ gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "label46"), g_strdup_printf ("%d", id));
+}
+
+static void
+struttura_indirizzo_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+ StrutturaIndirizzo *struttura_indirizzo = STRUTTURA_INDIRIZZO (object);
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ switch (property_id)
+ {
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+struttura_indirizzo_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+ StrutturaIndirizzo *struttura_indirizzo = STRUTTURA_INDIRIZZO (object);
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ switch (property_id)
+ {
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static gboolean
+struttura_indirizzo_conferma_chiusura (StrutturaIndirizzo *struttura_indirizzo)
+{
+ GtkWidget *dialog;
+
+ gboolean ret;
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ 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 gboolean
+struttura_indirizzo_on_w_struttura_indirizzo_delete_event (GtkWidget *widget,
+ GdkEvent *event,
+ gpointer user_data)
+{
+ return !struttura_indirizzo_conferma_chiusura ((StrutturaIndirizzo *)user_data);
+}
+
+static void
+struttura_indirizzo_on_btn_ricerca_via_clicked (GtkButton *button,
+ gpointer user_data)
+{
+ GtkWidget *w;
+
+ StrutturaIndirizzo *ia = (StrutturaIndirizzo *)user_data;
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (ia);
+
+ Vie *v = vie_new (priv->commons);
+
+ g_signal_connect (G_OBJECT (v), "selezionato",
+ G_CALLBACK (struttura_indirizzo_on_vie_selezionato), (gpointer)ia);
+
+ w = vie_get_widget (v);
+ gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+ gtk_widget_show (w);
+}
+
+static void
+struttura_indirizzo_on_btn_annulla_clicked (GtkButton *button,
+ gpointer user_data)
+{
+ StrutturaIndirizzo *struttura_indirizzo = (StrutturaIndirizzo *)user_data;
+
+ StrutturaIndirizzoPrivate *priv = STRUTTURA_INDIRIZZO_GET_PRIVATE (struttura_indirizzo);
+
+ if (struttura_indirizzo_conferma_chiusura (struttura_indirizzo)) gtk_widget_destroy (priv->w);
+}
+
+static void
+struttura_indirizzo_on_btn_salva_clicked (GtkButton *button,
+ gpointer user_data)
+{
+ struttura_indirizzo_salva ((StrutturaIndirizzo *)user_data);
+}
--- /dev/null
+/*
+ * Copyright (C) 2009 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 __STRUTTURA_INDIRIZZO_H__
+#define __STRUTTURA_INDIRIZZO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_STRUTTURA_INDIRIZZO (struttura_indirizzo_get_type ())
+#define STRUTTURA_INDIRIZZO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_STRUTTURA_INDIRIZZO, StrutturaIndirizzo))
+#define STRUTTURA_INDIRIZZO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_STRUTTURA_INDIRIZZO, StrutturaIndirizzoClass))
+#define IS_STRUTTURA_INDIRIZZO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_STRUTTURA_INDIRIZZO))
+#define IS_STRUTTURA_INDIRIZZO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_STRUTTURA_INDIRIZZO))
+#define STRUTTURA_INDIRIZZO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_STRUTTURA_INDIRIZZO, StrutturaIndirizzoClass))
+
+
+typedef struct _StrutturaIndirizzo StrutturaIndirizzo;
+typedef struct _StrutturaIndirizzoClass StrutturaIndirizzoClass;
+
+struct _StrutturaIndirizzo
+ {
+ GObject parent;
+ };
+
+struct _StrutturaIndirizzoClass
+ {
+ GObjectClass parent_class;
+
+ guint aggiornato_signal_id;
+ };
+
+GType struttura_indirizzo_get_type (void) G_GNUC_CONST;
+
+StrutturaIndirizzo *struttura_indirizzo_new (Commons *commons, guint id, guint id_strutture);
+
+GtkWidget *struttura_indirizzo_get_widget (StrutturaIndirizzo *struttura_indirizzo);
+
+
+G_END_DECLS
+
+#endif /* __STRUTTURA_INDIRIZZO_H__ */