|
navit
0.5.3-trunk
|
Data Structures | |
| struct | pcoordObject |
Functions | |
| static PyObject * | pcoord_func (pcoordObject *self, PyObject *args) |
| static PyObject * | pcoord_getattr_py (PyObject *self, char *name) |
| static void | pcoord_destroy_py (pcoordObject *self) |
| PyObject * | pcoord_py (PyObject *self, PyObject *args) |
| struct pcoord * | pcoord_py_get (PyObject *self) |
Variables | |
| static PyMethodDef | pcoord_methods [] |
| PyTypeObject | pcoord_Type |
|
static |
|
static |
References file.
|
static |
References name, and pcoord_methods.
| PyObject* pcoord_py | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References c, coord_parse(), dbg, lvl_debug, pcoordObject::pc, pcoord_Type, pcoord::pro, pcoord::x, and pcoord::y.
| struct pcoord* pcoord_py_get | ( | PyObject * | self | ) |
Referenced by navit_set_center_py(), navit_set_destination_py(), and navit_set_position_py().
|
static |
Referenced by pcoord_getattr_py().
| PyTypeObject pcoord_Type |
Referenced by navit_set_center_py(), navit_set_destination_py(), navit_set_position_py(), and pcoord_py().