TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Singly-linked list of QRcode. More...
#include <qrencode.h>
Public Attributes | |
QRcode * | code |
struct _QRcode_List * | next |
Singly-linked list of QRcode.
Used to represent a structured symbols. A list is terminated with NULL.
Definition at line 387 of file qrencode.h.
QRcode* _QRcode_List::code |
Definition at line 388 of file qrencode.h.
Referenced by QRcode_encodeInputStructured(), QRcode_List_freeEntry(), and QRcode_List_newEntry().
struct _QRcode_List* _QRcode_List::next |
Definition at line 389 of file qrencode.h.
Referenced by QRcode_encodeInputStructured(), QRcode_List_free(), QRcode_List_newEntry(), and QRcode_List_size().