navit  0.5.3-trunk
messagelist Struct Reference

Data Fields

struct messagemessages
 
int last_mid
 
int maxage
 
int maxnum
 
struct callbackmsg_cleanup_cb
 
struct event_timeoutmsg_cleanup_to
 

Detailed Description

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.

Field Documentation

◆ last_mid

int messagelist::last_mid

Last Message ID

Referenced by message_new().

◆ maxage

int messagelist::maxage

Maximum age of messages

Referenced by message_cleanup().

◆ maxnum

int messagelist::maxnum

Maximum number of messages

◆ messages

struct message* messagelist::messages

All the messages that can currently be shown

Referenced by message_cleanup(), message_delete(), message_get(), and message_new().

◆ msg_cleanup_cb

struct callback* messagelist::msg_cleanup_cb

Callback to clean up the messages

Referenced by messagelist_init().

◆ msg_cleanup_to

struct event_timeout* messagelist::msg_cleanup_to

Idle event to clean up the messages

Referenced by messagelist_init().


The documentation for this struct was generated from the following file: