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

Functions

static int symbol_clear (zbarSymbol *self)
 
static void symbol_dealloc (zbarSymbol *self)
 
static zbarSymbolSetsymbol_get_components (zbarSymbol *self, void *closure)
 
static PyObject * symbol_get_data (zbarSymbol *self, void *closure)
 
static PyObject * symbol_get_location (zbarSymbol *self, void *closure)
 
static PyObject * symbol_get_long (zbarSymbol *self, void *closure)
 
static zbarEnumItemsymbol_get_type (zbarSymbol *self, void *closure)
 
static zbarSymbolItersymbol_iter (zbarSymbol *self)
 
static int symbol_traverse (zbarSymbol *self, visitproc visit, void *arg)
 
zbarSymbolzbarSymbol_FromSymbol (const zbar_symbol_t *zsym)
 
zbarEnumItemzbarSymbol_LookupEnum (zbar_symbol_type_t type)
 

Variables

static char symbol_doc []
 
static PyGetSetDef symbol_getset []
 
PyTypeObject zbarSymbol_Type
 

Function Documentation

static int symbol_clear ( zbarSymbol self)
static

References zbar_symbol_ref().

Referenced by symbol_dealloc().

Here is the call graph for this function:

Here is the caller graph for this function:

static void symbol_dealloc ( zbarSymbol self)
static

References symbol_clear().

Here is the call graph for this function:

static zbarSymbolSet* symbol_get_components ( zbarSymbol self,
void closure 
)
static

References zbar_symbol_get_components(), and zbarSymbolSet_FromSymbolSet().

Referenced by symbol_iter().

Here is the call graph for this function:

Here is the caller graph for this function:

static PyObject* symbol_get_data ( zbarSymbol self,
void closure 
)
static

References zbar_symbol_get_data(), and zbar_symbol_get_data_length().

Here is the call graph for this function:

static PyObject* symbol_get_location ( zbarSymbol self,
void closure 
)
static

References x, y, zbar_symbol_get_loc_size(), zbar_symbol_get_loc_x(), and zbar_symbol_get_loc_y().

Here is the call graph for this function:

static PyObject* symbol_get_long ( zbarSymbol self,
void closure 
)
static

References zbar_symbol_get_count(), and zbar_symbol_get_quality().

Here is the call graph for this function:

static zbarEnumItem* symbol_get_type ( zbarSymbol self,
void closure 
)
static

References zbar_symbol_get_type(), and zbarSymbol_LookupEnum().

Here is the call graph for this function:

static zbarSymbolIter* symbol_iter ( zbarSymbol self)
static

References symbol_get_components(), and zbarSymbolIter_FromSymbolSet().

Here is the call graph for this function:

static int symbol_traverse ( zbarSymbol self,
visitproc  visit,
void arg 
)
static
zbarSymbol* zbarSymbol_FromSymbol ( const zbar_symbol_t *  zsym)

References zbar_symbol_ref(), and zbarSymbol_Type.

Referenced by symboliter_iternext().

Here is the call graph for this function:

Here is the caller graph for this function:

zbarEnumItem* zbarSymbol_LookupEnum ( zbar_symbol_type_t  type)

References symbol_enum.

Referenced by decoder_decode_width(), decoder_get_type(), scanner_scan_y(), and symbol_get_type().

Here is the caller graph for this function:

Variable Documentation

char symbol_doc[]
static
PyGetSetDef symbol_getset[]
static
PyTypeObject zbarSymbol_Type

Referenced by initzbar(), and zbarSymbol_FromSymbol().