viktrwlayer_analysis

viktrwlayer_analysis

Functions

Description

Functions

VikTrwlayerAnalyseCloseFunc ()

void
(*VikTrwlayerAnalyseCloseFunc) (GtkWidget *Param1,
                                gint Param2,
                                VikLayer *Param3);

vik_trw_layer_analyse_this ()

GtkWidget *
vik_trw_layer_analyse_this (GtkWindow *window,
                            const gchar *name,
                            VikLayer *vl,
                            gpointer user_data,
                            VikTrwlayerGetTracksAndLayersFunc get_tracks_and_layers_cb,
                            VikTrwlayerAnalyseCloseFunc on_close_cb);

Display a dialog with stats across many tracks

Parameters

window

A window from which the dialog will be derived

 

name

The name to be shown

 

vl

The VikLayer passed on into get_tracks_and_layers_cb()

 

user_data

Data passed on into get_tracks_and_layers_cb()

 

get_tracks_and_layers_cb

The function to call to construct items to be analysed

 

Returns

The dialog that is created to display the analyse information