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

Functions

static void imagescanner_dealloc (zbarImageScanner *self)
 
static PyObject * imagescanner_enable_cache (zbarImageScanner *self, PyObject *args, PyObject *kwds)
 
static zbarSymbolSetimagescanner_get_results (zbarImageScanner *self, void *closure)
 
static zbarImageScannerimagescanner_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static PyObject * imagescanner_parse_config (zbarImageScanner *self, PyObject *args, PyObject *kwds)
 
static PyObject * imagescanner_recycle (zbarImageScanner *self, PyObject *args, PyObject *kwds)
 
static PyObject * imagescanner_scan (zbarImageScanner *self, PyObject *args, PyObject *kwds)
 
static PyObject * imagescanner_set_config (zbarImageScanner *self, PyObject *args, PyObject *kwds)
 

Variables

static char imagescanner_doc []
 
static PyGetSetDef imagescanner_getset []
 
static PyMethodDef imagescanner_methods []
 
PyTypeObject zbarImageScanner_Type
 

Function Documentation

static void imagescanner_dealloc ( zbarImageScanner self)
static

References zbar_image_scanner_destroy().

Here is the call graph for this function:

static PyObject* imagescanner_enable_cache ( zbarImageScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References object_to_bool(), and zbar_image_scanner_enable_cache().

Here is the call graph for this function:

static zbarSymbolSet* imagescanner_get_results ( zbarImageScanner self,
void closure 
)
static

References zbar_image_scanner_get_results(), and zbarSymbolSet_FromSymbolSet().

Here is the call graph for this function:

static zbarImageScanner* imagescanner_new ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar_image_scanner_create(), and zbarImageScanner::zscn.

Here is the call graph for this function:

static PyObject* imagescanner_parse_config ( zbarImageScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar::zbar_image_scanner_parse_config().

Here is the call graph for this function:

static PyObject* imagescanner_recycle ( zbarImageScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar_image_scanner_recycle_image(), zbarImage_Type, and zbarImage::zimg.

Here is the call graph for this function:

static PyObject* imagescanner_scan ( zbarImageScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar_scan_image(), zbarImage_Type, zbarImage_validate(), and zbarImage::zimg.

Here is the call graph for this function:

static PyObject* imagescanner_set_config ( zbarImageScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar::ZBAR_CFG_ENABLE, zbar_image_scanner_set_config(), and zbar::ZBAR_NONE.

Here is the call graph for this function:

Variable Documentation

char imagescanner_doc[]
static
PyGetSetDef imagescanner_getset[]
static
PyMethodDef imagescanner_methods[]
static
PyTypeObject zbarImageScanner_Type

Referenced by initzbar().