*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "aggregazioneterritoriale.h"
*territorio_aggregazione_territoriale_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioAggregazioneTerritoriale *a = TERRITORIO_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_aggregazione_territoriale_get_type (), NULL));
territorio_aggregazione_territoriale_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button42")), FALSE);
+ }
+
return a;
}
*
*/
+#include <libautoz/autoz.h>
+
#include "aggregazioniterritoriali.h"
#include "aggregazioneterritoriale.h"
*territorio_aggregazioni_territoriali_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioAggregazioniTerritoriali *a = TERRITORIO_AGGREGAZIONI_TERRITORIALI (g_object_new (territorio_aggregazioni_territoriali_get_type (), NULL));
territorio_aggregazioni_territoriali_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button36")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button38")), FALSE);
+ }
+
return a;
}
*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "comune.h"
#include "province.h"
*territorio_comune_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioComune *a = TERRITORIO_COMUNE (g_object_new (territorio_comune_get_type (), NULL));
territorio_comune_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button28")), FALSE);
+ }
+
return a;
}
*
*/
+#include <libautoz/autoz.h>
+
#include "comuni.h"
#include "comune.h"
#include "ricercacomuni.h"
*territorio_comuni_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioComuni *a = TERRITORIO_COMUNI (g_object_new (territorio_comuni_get_type (), NULL));
territorio_comuni_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button22")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button24")), FALSE);
+ }
+
return a;
}
guint id_province;
filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (fchooser));
- g_message (filename);
gtk_widget_destroy (fchooser);
+ g_message (filename);
GdaSet *plist = gda_set_new_inline (14,
"SEPARATOR", G_TYPE_STRING, ";",
gtk_widget_destroy (dialog);
return NULL;
}
+ gda_data_model_dump (dm, stderr);
/*errors = gda_data_model_import_get_errors (GDA_DATA_MODEL_IMPORT (dm));
if (errors != NULL)
return NULL;
}*/
- plist = gda_set_new_inline (1, "OVERWRITE", G_TYPE_BOOLEAN, TRUE);
- gda_data_model_export_to_file (dm, GDA_DATA_MODEL_IO_TEXT_SEPARATED, "importato.csv",
- NULL, 0, NULL, 0, plist, NULL);
-
rows = gda_data_model_get_n_rows (dm);
+ g_message ("Numero di record: %d.", rows);
if (rows < 1)
{
dialog = gtk_message_dialog_new (w_main,
gtk_widget_destroy (dialog);
return NULL;
}
- g_message ("Numero di record: %d.", rows);
+
+ plist = gda_set_new_inline (1, "OVERWRITE", G_TYPE_BOOLEAN, TRUE);
+ gda_data_model_export_to_file (dm, GDA_DATA_MODEL_IO_TEXT_SEPARATED, "importato.csv",
+ NULL, 0, NULL, 0, plist, NULL);
/* TODO
* segnarsi i record aggiornati, perché alla fine del ciclo quelli
*
*/
+#include <libautoz/autoz.h>
+
#include "province.h"
#include "provincia.h"
#include "ricercaprovince.h"
*territorio_province_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioProvince *a = TERRITORIO_PROVINCE (g_object_new (territorio_province_get_type (), NULL));
territorio_province_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button15")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button17")), FALSE);
+ }
+
return a;
}
*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "provincia.h"
#include "regioni.h"
*territorio_provincia_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioProvincia *a = TERRITORIO_PROVINCIA (g_object_new (territorio_provincia_get_type (), NULL));
territorio_provincia_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button21")), FALSE);
+ }
+
return a;
}
*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "regione.h"
*territorio_regione_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioRegione *a = TERRITORIO_REGIONE (g_object_new (territorio_regione_get_type (), NULL));
territorio_regione_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button14")), FALSE);
+ }
+
return a;
}
*
*/
+#include <libautoz/autoz.h>
+
#include "regioni.h"
#include "regione.h"
*territorio_regioni_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioRegioni *a = TERRITORIO_REGIONI (g_object_new (territorio_regioni_get_type (), NULL));
territorio_regioni_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button8")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button10")), FALSE);
+ }
+
return a;
}
*
*/
+#include <libautoz/autoz.h>
+
#include "stati.h"
#include "stato.h"
*territorio_stati_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioStati *a = TERRITORIO_STATI (g_object_new (territorio_stati_get_type (), NULL));
territorio_stati_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button1")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button3")), FALSE);
+ }
+
return a;
}
*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "stato.h"
*territorio_stato_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioStato *a = TERRITORIO_STATO (g_object_new (territorio_stato_get_type (), NULL));
territorio_stato_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button7")), FALSE);
+ }
+
return a;
}
*
*/
+#include <libautoz/autoz.h>
+
#include "tipiaggregazioneterritoriale.h"
#include "tipoaggregazioneterritoriale.h"
*territorio_tipi_aggregazione_territoriale_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioTipiAggregazioneTerritoriale *a = TERRITORIO_TIPI_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_tipi_aggregazione_territoriale_get_type (), NULL));
territorio_tipi_aggregazione_territoriale_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button29")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button31")), FALSE);
+ }
+
return a;
}
*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "tipoaggregazioneterritoriale.h"
*territorio_tipo_aggregazione_territoriale_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioTipoAggregazioneTerritoriale *a = TERRITORIO_TIPO_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_tipo_aggregazione_territoriale_get_type (), NULL));
territorio_tipo_aggregazione_territoriale_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button35")), FALSE);
+ }
+
return a;
}
*/
#include <libgtkform/form.h>
+#include <libautoz/autoz.h>
#include "via.h"
#include "comuni.h"
*territorio_via_new (TerritorioCommons *commons, gint id)
{
GError *error;
+ AutozIResource *ires1;
TerritorioVia *a = TERRITORIO_VIA (g_object_new (territorio_via_get_type (), NULL));
territorio_via_carica (a);
}
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button52")), FALSE);
+ }
+
return a;
}
*/
#include <string.h>
+#include <libautoz/autoz.h>
#include "vie.h"
#include "via.h"
*territorio_vie_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
+ AutozIResource *ires1;
TerritorioVie *a = TERRITORIO_VIE (g_object_new (territorio_vie_get_type (), NULL));
territorio_vie_carica (a);
+ ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ {
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button45")), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button47")), FALSE);
+ }
+
return a;
}