Functions | |
void | decode_handler (zbar_decoder_t *zdcode) |
static int | decoder_clear (zbarDecoder *self) |
static void | decoder_dealloc (zbarDecoder *self) |
static zbarEnumItem * | decoder_decode_width (zbarDecoder *self, PyObject *args, PyObject *kwds) |
static zbarEnumItem * | decoder_get_color (zbarDecoder *self, void *closure) |
static PyObject * | decoder_get_data (zbarDecoder *self, void *closure) |
static zbarEnumItem * | decoder_get_type (zbarDecoder *self, void *closure) |
static zbarDecoder * | decoder_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
static PyObject * | decoder_new_scan (zbarDecoder *self, PyObject *args, PyObject *kwds) |
static PyObject * | decoder_parse_config (zbarDecoder *self, PyObject *args, PyObject *kwds) |
static PyObject * | decoder_reset (zbarDecoder *self, PyObject *args, PyObject *kwds) |
static PyObject * | decoder_set_config (zbarDecoder *self, PyObject *args, PyObject *kwds) |
static PyObject * | decoder_set_handler (zbarDecoder *self, PyObject *args, PyObject *kwds) |
static int | decoder_traverse (zbarDecoder *self, visitproc visit, void *arg) |
Variables | |
static char | decoder_doc [] |
static PyGetSetDef | decoder_getset [] |
static PyMethodDef | decoder_methods [] |
PyTypeObject | zbarDecoder_Type |
void decode_handler | ( | zbar_decoder_t * | zdcode | ) |
References zbar_decoder_get_userdata().
Referenced by decoder_set_handler().
|
static |
References zbar_decoder_set_handler(), and zbar_decoder_set_userdata().
Referenced by decoder_dealloc().
|
static |
|
static |
References symbol_NONE, scan_image::width, zbar_decode_width(), zbar::ZBAR_NONE, and zbarSymbol_LookupEnum().
|
static |
References color_enum, zbar::ZBAR_BAR, zbar_decoder_get_color(), and zbar::ZBAR_SPACE.
|
static |
References zbar_decoder_get_data(), and zbar_decoder_get_data_length().
|
static |
References symbol_NONE, zbar_decoder_get_type(), zbar::ZBAR_NONE, and zbarSymbol_LookupEnum().
|
static |
References zbar_decoder_create(), zbar_decoder_set_userdata(), and zbarDecoder::zdcode.
|
static |
|
static |
|
static |
|
static |
References zbar::ZBAR_CFG_ENABLE, zbar_decoder_set_config(), and zbar::ZBAR_NONE.
|
static |
References decode_handler(), and zbar_decoder_set_handler().
|
static |
|
static |
|
static |
|
static |
PyTypeObject zbarDecoder_Type |
Referenced by initzbar(), and scanner_new().