navit
0.5.1-trunk
|
Data Fields | |
GtkWidget * | entry_distance |
GtkWidget * | label_distance |
GtkWidget * | treeview_cat |
GtkWidget * | treeview_poi |
GtkWidget * | button_visit |
GtkWidget * | button_destination |
GtkWidget * | button_map |
GtkListStore * | store_poi |
GtkListStore * | store_cat |
GtkTreeModel * | store_poi_sorted |
GtkTreeModel * | store_cat_sorted |
char * | selected_cat |
struct navit * | nav |
Navit, a modular navigation system. Copyright (C) 2005-2013 Navit Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
GtkWidget * gtk_poi_search::button_destination |
Referenced by gtk_gui_poi(), treeview_poi_changed(), and treeview_poi_reload().
GtkWidget * gtk_poi_search::button_map |
Referenced by gtk_gui_poi(), treeview_poi_changed(), and treeview_poi_reload().
GtkWidget* gtk_poi_search::button_visit |
Referenced by gtk_gui_poi(), treeview_poi_changed(), and treeview_poi_reload().
GtkWidget* gtk_poi_search::entry_distance |
Referenced by gtk_gui_poi(), and model_poi().
GtkWidget* gtk_poi_search::label_distance |
Referenced by gtk_gui_poi(), and model_poi().
struct navit* gtk_poi_search::nav |
Referenced by button_destination_clicked(), button_map_clicked(), button_visit_clicked(), gtk_gui_poi(), and model_poi().
char* gtk_poi_search::selected_cat |
Referenced by model_poi(), and treeview_poi_reload().
GtkListStore* gtk_poi_search::store_cat |
Referenced by category_list_model(), and gtk_gui_poi().
GtkTreeModel* gtk_poi_search::store_cat_sorted |
Referenced by button_destination_clicked(), category_list_model(), gtk_gui_poi(), treeview_poi_changed(), and treeview_poi_reload().
GtkListStore* gtk_poi_search::store_poi |
Referenced by gtk_gui_poi(), and model_poi().
GtkTreeModel* gtk_poi_search::store_poi_sorted |
Referenced by button_destination_clicked(), button_map_clicked(), button_visit_clicked(), gtk_gui_poi(), and model_poi().
GtkWidget* gtk_poi_search::treeview_cat |
Referenced by button_destination_clicked(), gtk_gui_poi(), treeview_poi_changed(), and treeview_poi_reload().
GtkWidget* gtk_poi_search::treeview_poi |
Referenced by button_destination_clicked(), button_map_clicked(), button_visit_clicked(), gtk_gui_poi(), and treeview_poi_reload().