ZBar Bar Code Reader Library  version 0.10
zbarmodule.c File Reference
Include dependency graph for zbarmodule.c:

Functions

static PyObject * increase_verbosity (PyObject *self, PyObject *args)
 
PyMODINIT_FUNC initzbar (void)
 
int object_to_bool (PyObject *obj, int *val)
 
static PyObject * set_verbosity (PyObject *self, PyObject *args)
 
static PyObject * version (PyObject *self, PyObject *args)
 

Variables

zbarEnumItemcolor_enum [2]
 
zbarEnumconfig_enum
 
static char * exc_names []
 
PyObject * symbol_enum
 
zbarEnumItemsymbol_NONE
 
PyObject * zbar_exc [ZBAR_ERR_NUM]
 
static PyMethodDef zbar_functions []
 

Function Documentation

static PyObject* increase_verbosity ( PyObject *  self,
PyObject *  args 
)
static

References zbar_increase_verbosity().

Here is the call graph for this function:

int object_to_bool ( PyObject *  obj,
int *  val 
)

Referenced by imagescanner_enable_cache(), and processor_init_().

Here is the caller graph for this function:

static PyObject* set_verbosity ( PyObject *  self,
PyObject *  args 
)
static

References zbar_set_verbosity().

Here is the call graph for this function:

static PyObject* version ( PyObject *  self,
PyObject *  args 
)
static

References zbar_version().

Referenced by qr_reader_match_centers().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

zbarEnumItem* color_enum[2]
zbarEnum* config_enum
char* exc_names[]
static

Referenced by initzbar().

PyObject* symbol_enum

Referenced by initzbar(), and zbarSymbol_LookupEnum().

PyObject* zbar_exc[ZBAR_ERR_NUM]

Referenced by initzbar(), and zbarErr_Set().

PyMethodDef zbar_functions[]
static

Referenced by initzbar().