Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_gpx_t Struct Reference
+ Collaboration diagram for dt_gpx_t:

Data Fields

GList * trkpts
 
GList * trksegs
 
dt_gpx_track_point_tcurrent_track_point
 
_gpx_parser_element_t current_parser_element
 
gboolean invalid_track_point
 
gboolean parsing_trk
 
uint32_t segid
 
char * seg_name
 

Detailed Description

Definition at line 47 of file gpx.c.

Field Documentation

◆ current_parser_element

_gpx_parser_element_t dt_gpx_t::current_parser_element

Definition at line 55 of file gpx.c.

Referenced by _gpx_parser_end_element(), _gpx_parser_start_element(), and _gpx_parser_text().

◆ current_track_point

dt_gpx_track_point_t* dt_gpx_t::current_track_point

Definition at line 54 of file gpx.c.

Referenced by _gpx_parser_end_element(), _gpx_parser_start_element(), and _gpx_parser_text().

◆ invalid_track_point

gboolean dt_gpx_t::invalid_track_point

Definition at line 56 of file gpx.c.

Referenced by _gpx_parser_end_element(), _gpx_parser_start_element(), and _gpx_parser_text().

◆ parsing_trk

gboolean dt_gpx_t::parsing_trk

Definition at line 57 of file gpx.c.

Referenced by _gpx_parser_end_element(), and _gpx_parser_start_element().

◆ seg_name

char* dt_gpx_t::seg_name

Definition at line 59 of file gpx.c.

Referenced by _gpx_parser_start_element(), and _gpx_parser_text().

◆ segid

uint32_t dt_gpx_t::segid

Definition at line 58 of file gpx.c.

Referenced by _gpx_parser_end_element(), _gpx_parser_start_element(), and _preview_gpx_file().

◆ trkpts

GList* dt_gpx_t::trkpts

◆ trksegs

GList* dt_gpx_t::trksegs

The documentation for this struct was generated from the following file: