Top | ![]() |
![]() |
![]() |
![]() |
GebrGeoXmlLine * | gebr_geoxml_line_new () |
void | gebr_geoxml_line_set_base_path () |
gchar * | gebr_geoxml_line_get_import_path () |
void | gebr_geoxml_line_set_import_path () |
GebrGeoXmlLineFlow * | gebr_geoxml_line_append_flow () |
int | gebr_geoxml_line_get_flow () |
glong | gebr_geoxml_line_get_flows_number () |
void | gebr_geoxml_line_set_flow_source () |
const gchar * | gebr_geoxml_line_get_flow_source () |
GebrGeoXmlLinePath * | gebr_geoxml_line_append_path () |
int | gebr_geoxml_line_get_path () |
gchar * | gebr_geoxml_line_path_get_name () |
glong | gebr_geoxml_line_get_paths_number () |
void | gebr_geoxml_line_set_maestro () |
gchar * | gebr_geoxml_line_get_maestro () |
gchar * | gebr_geoxml_line_get_maestro_label () |
gchar *** | gebr_geoxml_line_get_paths () |
gchar * | gebr_geoxml_line_get_path_by_name () |
void | gebr_geoxml_line_set_path_by_name () |
gchar * | gebr_geoxml_escape_path () |
gchar * | gebr_geoxml_get_paths_for_base () |
gchar * | gebr_geoxml_line_create_key () |
void gebr_geoxml_line_set_base_path (GebrGeoXmlLine *line
,const gchar *base
);
gchar *
gebr_geoxml_line_get_import_path (GebrGeoXmlLine *line
);
void gebr_geoxml_line_set_import_path (GebrGeoXmlLine *line
,const gchar *import
);
GebrGeoXmlLineFlow * gebr_geoxml_line_append_flow (GebrGeoXmlLine *line
,const gchar *source
);
int gebr_geoxml_line_get_flow (GebrGeoXmlLine *line
,GebrGeoXmlSequence **line_flow
,gulong index
);
glong
gebr_geoxml_line_get_flows_number (GebrGeoXmlLine *line
);
void gebr_geoxml_line_set_flow_source (GebrGeoXmlLineFlow *line_flow
,const gchar *source
);
const gchar *
gebr_geoxml_line_get_flow_source (GebrGeoXmlLineFlow *line_flow
);
GebrGeoXmlLinePath * gebr_geoxml_line_append_path (GebrGeoXmlLine *line
,const gchar *name
,const gchar *path
);
int gebr_geoxml_line_get_path (GebrGeoXmlLine *line
,GebrGeoXmlSequence **path
,gulong index
);
gchar *
gebr_geoxml_line_path_get_name (GebrGeoXmlLinePath *line_path
);
glong
gebr_geoxml_line_get_paths_number (GebrGeoXmlLine *line
);
void gebr_geoxml_line_set_maestro (GebrGeoXmlLine *line
,const gchar *nfsid
);
line
:
nfsid
: the NFSid where are the nodes of maestro
gchar *
gebr_geoxml_line_get_maestro_label (GebrGeoXmlLine *line
);
gchar * gebr_geoxml_line_get_path_by_name (GebrGeoXmlLine *line
,const gchar *name
);
void gebr_geoxml_line_set_path_by_name (GebrGeoXmlLine *line
,const gchar *name
,const gchar *new_value
);
Sets a path by name. If the path already exists, it is overwritten.