![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gpx.h>
Collaboration diagram for dt_gpx_track_segment_t:Data Fields | |
| guint | id |
| GDateTime * | start_dt |
| GDateTime * | end_dt |
| char * | name |
| dt_gpx_track_point_t * | trkpt |
| uint32_t | nb_trkpt |
| GDateTime* dt_gpx_track_segment_t::end_dt |
Definition at line 50 of file gpx.h.
Referenced by _gpx_parser_text().
| guint dt_gpx_track_segment_t::id |
Definition at line 48 of file gpx.h.
Referenced by _gpx_parser_start_element().
| char* dt_gpx_track_segment_t::name |
Definition at line 51 of file gpx.h.
Referenced by _gpx_parser_start_element(), and _track_seg_free().
| uint32_t dt_gpx_track_segment_t::nb_trkpt |
Definition at line 53 of file gpx.h.
Referenced by _gpx_parser_text().
| GDateTime* dt_gpx_track_segment_t::start_dt |
Definition at line 49 of file gpx.h.
Referenced by _gpx_parser_text(), and _sort_segment().
| dt_gpx_track_point_t* dt_gpx_track_segment_t::trkpt |
Definition at line 52 of file gpx.h.
Referenced by _gpx_parser_text(), and dt_gpx_get_trkpts().