qrencode
4.1.1
About: libqrencode is a fast and compact library and command-line utility for encoding data in a QR Code symbol.
![]() ![]() |
Frame filling. More...
Data Fields | |
int | width |
unsigned char * | frame |
int | x |
int | y |
int | dir |
int | bit |
int | mqr |
Frame filling.
Definition at line 278 of file qrencode.c.
int FrameFiller::bit |
Definition at line 283 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().
int FrameFiller::dir |
Definition at line 282 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().
unsigned char* FrameFiller::frame |
Definition at line 280 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().
int FrameFiller::mqr |
Definition at line 284 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().
int FrameFiller::width |
Definition at line 279 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().
int FrameFiller::x |
Definition at line 281 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().
int FrameFiller::y |
Definition at line 281 of file qrencode.c.
Referenced by FrameFiller_next(), and FrameFiller_set().