|
navit
0.5.3-trunk
|
Data Fields | |
| struct message * | messages |
| int | last_mid |
| int | maxage |
| int | maxnum |
| struct callback * | msg_cleanup_cb |
| struct event_timeout * | msg_cleanup_to |
Navit, a modular navigation system. Copyright (C) 2005-2008 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.
| int messagelist::last_mid |
Last Message ID
Referenced by message_new().
| int messagelist::maxage |
Maximum age of messages
Referenced by message_cleanup().
| int messagelist::maxnum |
Maximum number of messages
| struct message* messagelist::messages |
All the messages that can currently be shown
Referenced by message_cleanup(), message_delete(), message_get(), and message_new().
| struct callback* messagelist::msg_cleanup_cb |
Callback to clean up the messages
Referenced by messagelist_init().
| struct event_timeout* messagelist::msg_cleanup_to |
Idle event to clean up the messages
Referenced by messagelist_init().