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

Functions

static int scanner_clear (zbarScanner *self)
 
static void scanner_dealloc (zbarScanner *self)
 
static zbarEnumItemscanner_get_color (zbarScanner *self, void *closure)
 
static PyObject * scanner_get_width (zbarScanner *self, void *closure)
 
static zbarScannerscanner_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static PyObject * scanner_new_scan (zbarScanner *self, PyObject *args, PyObject *kwds)
 
static PyObject * scanner_reset (zbarScanner *self, PyObject *args, PyObject *kwds)
 
static zbarEnumItemscanner_scan_y (zbarScanner *self, PyObject *args, PyObject *kwds)
 
static int scanner_traverse (zbarScanner *self, visitproc visit, void *arg)
 

Variables

static char scanner_doc []
 
static PyGetSetDef scanner_getset []
 
static PyMethodDef scanner_methods []
 
PyTypeObject zbarScanner_Type
 

Function Documentation

static int scanner_clear ( zbarScanner self)
static

Referenced by scanner_dealloc().

Here is the caller graph for this function:

static void scanner_dealloc ( zbarScanner self)
static

References scanner_clear(), and zbar_scanner_destroy().

Here is the call graph for this function:

static zbarEnumItem* scanner_get_color ( zbarScanner self,
void closure 
)
static

References color_enum, zbar::ZBAR_BAR, zbar_scanner_get_color(), and zbar::ZBAR_SPACE.

Here is the call graph for this function:

static PyObject* scanner_get_width ( zbarScanner self,
void closure 
)
static

References scan_image::width, and zbar_scanner_get_width().

Here is the call graph for this function:

static zbarScanner* scanner_new ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwds 
)
static

References decoder, zbar_scanner_create(), zbarDecoder_Type, and zbarDecoder::zdcode.

Here is the call graph for this function:

static PyObject* scanner_new_scan ( zbarScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar_scanner_new_scan().

Here is the call graph for this function:

static PyObject* scanner_reset ( zbarScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References zbar_scanner_reset().

Here is the call graph for this function:

static zbarEnumItem* scanner_scan_y ( zbarScanner self,
PyObject *  args,
PyObject *  kwds 
)
static

References symbol_NONE, y, zbar::ZBAR_NONE, zbar_scan_y(), and zbarSymbol_LookupEnum().

Here is the call graph for this function:

static int scanner_traverse ( zbarScanner self,
visitproc  visit,
void arg 
)
static

Variable Documentation

char scanner_doc[]
static
PyGetSetDef scanner_getset[]
static
PyMethodDef scanner_methods[]
static
PyTypeObject zbarScanner_Type

Referenced by initzbar().