 |
pavi
0.0
Map Path Viewer
|
|
Go to the documentation of this file.
12 #INCLUDE ONCE "Gir/Gtk-3.0.bi"
46 AS gboolean
Got = FALSE
47 AS GtkTreeIter
PTR Par = NULL
49 DECLARE CONSTRUCTOR(
BYVAL AS CONST gchar
PTR)
50 DECLARE STATIC FUNCTION _find CDECL( _
51 BYVAL AS GtkTreeModel
PTR _
52 ,
BYVAL AS GtkTreePath
PTR _
53 ,
BYVAL AS GtkTreeIter
PTR _
54 ,
BYVAL AS gpointer)
AS gboolean
67 AS TrackLoader
PTR Loa
82 DECLARE CONSTRUCTOR(
BYVAL AS float,
BYVAL AS float)
83 DECLARE STATIC FUNCTION _dist CDECL( _
84 BYVAL AS GtkTreeModel
PTR _
85 ,
BYVAL AS GtkTreePath
PTR _
86 ,
BYVAL AS GtkTreeIter
PTR _
87 ,
BYVAL AS gpointer)
AS gboolean
102 DECLARE CONSTRUCTOR(
BYVAL AS gboolean)
103 DECLARE STATIC FUNCTION _bounds CDECL( _
104 BYVAL AS GtkTreeModel
PTR _
105 ,
BYVAL AS GtkTreePath
PTR _
106 ,
BYVAL AS GtkTreeIter
PTR _
107 ,
BYVAL AS gpointer)
AS gboolean
112 DECLARE SUB TS_remove(
BYVAL AS GtkTreeIter
PTR)
UDTnearest_result Res[3+1]
gpointer Loa
Pointer for TrackLoader instance.
SUB TS_select(BYVAL_AS_STRING)
Handle new selection.
STRING Fol
The folder to search.
static FUNCTION_CDECL_AS_gboolean _dist(BYVAL_AS_GtkTreeModel_PTR, BYVAL_AS_GtkTreePath_PTR, BYVAL_AS_GtkTreeIter_PTR, BYVAL_AS_gpointer)
Callback for search nearest point.
Class finding the nearest track point.
Class adding a new entry to the list of tracks.
Class finding the nearest track point.
UDT holding search result.
SUB TS_preference(BYVAL_AS_TrackLoader_PTR)
Open the preference dialog.
const DOUBLE PI
PI = 3.14...
Header for TrackLoader,loading track files.
TS_add(BYVAL_AS_CONST_gchar_PTR)
CTOR for adding a further track.
static FUNCTION_CDECL_AS_gboolean _find(BYVAL_AS_GtkTreeModel_PTR, BYVAL_AS_GtkTreePath_PTR, BYVAL_AS_GtkTreeIter_PTR, BYVAL_AS_gpointer)
Callback for finding folders/file entries.
SUB TS_remove(BYVAL_AS_GtkTreeIter_PTR)
Remove a track from store.
TS_nearest(BYVAL_AS_float, BYVAL_AS_float)
Find the point nearest to a location.
STRING Nam
The name to search.
static FUNCTION_CDECL_AS_gboolean _bounds(BYVAL_AS_GtkTreeModel_PTR, BYVAL_AS_GtkTreePath_PTR, BYVAL_AS_GtkTreeIter_PTR, BYVAL_AS_gpointer)
Callback for computing bounds.
SUB TS_finalize()
Remove all tracks from store.
TS_bbox(BYVAL_AS_gboolean)
Conpute the bounding box for all tracks.
GtkTreeIter_PTR Par
The parent folder iter.