|
navit
0.5.3-trunk
|
#include "config.h"#include "item.h"#include "attr.h"#include "coord.h"#include "debug.h"#include "plugin.h"#include "vehicle.h"#include <glib.h>#include <math.h>#include <string.h>#include <time.h>#include "vehicle_qt5.h"#include <QDateTime>Functions | |
| static void | vehicle_qt5_destroy (struct vehicle_priv *priv) |
| Free the null_vehicle. More... | |
| static int | vehicle_qt5_position_attr_get (struct vehicle_priv *priv, enum attr_type type, struct attr *attr) |
| Provide the outside with information. More... | |
| static int | vehicle_qt5_set_attr (struct vehicle_priv *priv, struct attr *attr) |
| static struct vehicle_priv * | vehicle_qt5_new_qt5 (struct vehicle_methods *meth, struct callback_list *cbl, struct attr **attrs) |
| Create null_vehicle. More... | |
| void | plugin_init (void) |
| register vehicle_null More... | |
Variables | |
| struct vehicle_methods | vehicle_null_methods |