Line 75... |
Line 75... |
75 |
TQManageQueue() {}
|
75 |
TQManageQueue() {}
|
76 |
~TQManageQueue();
|
76 |
~TQManageQueue();
|
77 |
|
77 |
|
78 |
void addButton(ulong handle, ulong parent, unsigned char *buffer, int pixline, int left, int top, int width, int height);
|
78 |
void addButton(ulong handle, ulong parent, unsigned char *buffer, int pixline, int left, int top, int width, int height);
|
79 |
void addPage(ulong handle, int width, int height);
|
79 |
void addPage(ulong handle, int width, int height);
|
80 |
void addSubPage(ulong handle, int left, int top, int width, int height, ANIMATION_t anim);
|
80 |
void addSubPage(ulong handle, ulong parent, int left, int top, int width, int height, ANIMATION_t anim);
|
81 |
void addBackground(ulong handle, unsigned char *image, size_t size, size_t rowBytes, int width, int height, ulong color);
|
81 |
void addBackground(ulong handle, unsigned char *image, size_t size, size_t rowBytes, int width, int height, ulong color);
|
82 |
void addVideo(ulong handle, ulong parent, ulong left, ulong top, ulong width, ulong height, std::string url, std::string user, std::string pw);
|
82 |
void addVideo(ulong handle, ulong parent, ulong left, ulong top, ulong width, ulong height, std::string url, std::string user, std::string pw);
|
83 |
void addInText(ulong handle, Button::TButton *button, Button::BITMAP_t bm, int frame);
|
83 |
void addInText(ulong handle, Button::TButton *button, Button::BITMAP_t bm, int frame);
|
84 |
void addListBox(Button::TButton *button, Button::BITMAP_t bm, int frame);
|
84 |
void addListBox(Button::TButton *button, Button::BITMAP_t bm, int frame);
|
85 |
|
85 |
|
86 |
bool getButton(ulong *handle, ulong *parent, unsigned char **buffer, int *pixline, int *left, int *top, int *width, int *height);
|
86 |
bool getButton(ulong *handle, ulong *parent, unsigned char **buffer, int *pixline, int *left, int *top, int *width, int *height);
|
87 |
bool getPage(ulong *handle, int *width, int *height);
|
87 |
bool getPage(ulong *handle, int *width, int *height);
|
88 |
bool getSubPage(ulong *handle, int *left, int *top, int *width, int *height, ANIMATION_t *anim);
|
88 |
bool getSubPage(ulong *handle, ulong *parent, int *left, int *top, int *width, int *height, ANIMATION_t *anim);
|
89 |
bool getBackground(ulong *handle, unsigned char **image, size_t *size, size_t *rowBytes, int *width, int *height, ulong *color);
|
89 |
bool getBackground(ulong *handle, unsigned char **image, size_t *size, size_t *rowBytes, int *width, int *height, ulong *color);
|
90 |
bool getVideo(ulong *handle, ulong *parent, int *left, int *top, int *width, int *height, std::string *url, std::string *user, std::string *pw);
|
90 |
bool getVideo(ulong *handle, ulong *parent, int *left, int *top, int *width, int *height, std::string *url, std::string *user, std::string *pw);
|
91 |
bool getInText(ulong *handle, Button::TButton **button, Button::BITMAP_t *bm, int *frame);
|
91 |
bool getInText(ulong *handle, Button::TButton **button, Button::BITMAP_t *bm, int *frame);
|
92 |
|
92 |
|
93 |
_EMIT_TYPE_t getNextType();
|
93 |
_EMIT_TYPE_t getNextType();
|