|
navit
0.5.3-trunk
|
Data Structures | |
| struct | navitObject |
Functions | |
| static PyObject * | navit_set_attr_py (navitObject *self, PyObject *args) |
| static PyObject * | navit_get_attr_py (navitObject *self, PyObject *args) |
| static PyObject * | navit_set_center_py (navitObject *self, PyObject *args) |
| static PyObject * | navit_set_destination_py (navitObject *self, PyObject *args) |
| static PyObject * | navit_set_position_py (navitObject *self, PyObject *args) |
| static PyObject * | navit_zoom_to_route_py (navitObject *self, PyObject *args) |
| static PyObject * | navit_getattr_py (PyObject *self, char *name) |
| static void | navit_destroy_py (navitObject *self) |
| PyObject * | navit_py (PyObject *self, PyObject *args) |
| PyObject * | navit_py_ref (struct navit *navit) |
Variables | |
| static PyMethodDef | navit_methods [] |
| PyTypeObject | navit_Type |
|
static |
|
static |
References attr_from_name(), dbg, lvl_debug, lvl_error, name, navit_get_attr(), and python_object_from_attr().
|
static |
References name, and navit_methods.
| PyObject* navit_py | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References dbg, lvl_debug, and navit_Type.
| PyObject* navit_py_ref | ( | struct navit * | navit | ) |
References dbg, lvl_debug, eval::navit, navitObject::navit, and navit_Type.
Referenced by config_navit().
|
static |
References attr_py_get(), attr_Type, attr::navit, navit_set_attr(), and navit::self.
|
static |
References navit_set_center(), attr::pcoord, pcoord_py_get(), and pcoord_Type.
|
static |
References description(), navit_set_destination(), attr::pcoord, pcoord_py_get(), and pcoord_Type.
|
static |
References navit_set_position(), attr::pcoord, pcoord_py_get(), and pcoord_Type.
|
static |
References navit_zoom_to_route().
|
static |
Referenced by navit_getattr_py().
| PyTypeObject navit_Type |
Referenced by navit_py(), and navit_py_ref().