NMA4.BarCode¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|||
w |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NMA4.BarCode(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(text)¶
- Parameters:
text (
str
) – set the bar code text- Returns:
the bar code instance
- Return type:
New in version 1.8.22.
- draw(cr)¶
- Parameters:
cr (
cairo.Context
) – cairo context
Draws the QR code onto the given context.
New in version 1.8.22.