|
navit
0.5.3-trunk
|
Data Fields | |
| struct map * | bookmark |
| struct map_rect * | mr |
| GHashTable * | bookmarks_hash |
| GList * | bookmarks_list |
| char * | bookmark_file |
| char * | working_file |
| struct bookmark_item_priv * | clipboard |
| struct bookmark_item_priv * | root |
| struct bookmark_item_priv * | current |
| struct transformation * | trans |
| struct attr ** | attrs |
| struct callback_list * | attr_cbl |
| struct attr * | parent |
Navit, a modular navigation system. Copyright (C) 2005-2010 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.
| struct callback_list* bookmarks::attr_cbl |
| struct attr** bookmarks::attrs |
| struct map* bookmarks::bookmark |
Referenced by bookmarks_destroy(), bookmarks_get_map(), bookmarks_load_hash(), and bookmarks_new().
| char* bookmarks::bookmark_file |
Referenced by bookmarks_destroy(), bookmarks_new(), and bookmarks_store_bookmarks_to_file().
| GHashTable* bookmarks::bookmarks_hash |
Referenced by bookmarks_clear_hash(), bookmarks_load_hash(), and bookmarks_paste_bookmark().
| GList* bookmarks::bookmarks_list |
| struct bookmark_item_priv* bookmarks::clipboard |
Referenced by bookmarks_copy_bookmark(), bookmarks_destroy(), bookmarks_new(), and bookmarks_paste_bookmark().
| struct bookmark_item_priv* bookmarks::current |
Referenced by bookmarks_add_bookmark(), bookmarks_copy_bookmark(), bookmarks_delete_bookmark(), bookmarks_get_bookmark_count(), bookmarks_get_item(), bookmarks_item_cwd(), bookmarks_item_rewind(), bookmarks_load_hash(), bookmarks_move_down(), bookmarks_move_root(), bookmarks_move_up(), bookmarks_paste_bookmark(), and bookmarks_rename_bookmark().
| struct map_rect* bookmarks::mr |
Referenced by bookmarks_clear_hash(), bookmarks_get_item(), bookmarks_load_hash(), and bookmarks_store_bookmarks_to_file().
| struct attr* bookmarks::parent |
Referenced by bookmarks_emit_dbus_signal(), bookmarks_new(), and bookmarks_store_bookmarks_to_file().
| struct bookmark_item_priv* bookmarks::root |
Referenced by bookmarks_clear_hash(), bookmarks_load_hash(), and bookmarks_move_root().
| struct transformation* bookmarks::trans |
Referenced by bookmarks_new(), bookmarks_set_center_from_file(), and bookmarks_write_center_to_file().
| char* bookmarks::working_file |
Referenced by bookmarks_destroy(), bookmarks_new(), and bookmarks_store_bookmarks_to_file().