#include <mainwindow.h>
|
| | MainWindow (QWidget *parent=0) |
| |
| void | draw_line (uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint16_t color) |
| |
| void | draw_pixel (uint16_t x, uint16_t y, uint16_t color) |
| |
| void | clear (uint16_t color) |
| |
| void | draw_rectangle (uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint16_t color) |
| |
| void | fill_rectangle (uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint16_t color) |
| |
| void | draw_bitmap_unscaled (uint16_t x, uint16_t y, uint16_t width, uint16_t height, const uint16_t *dat) |
| |
| void | draw_circle (uint16_t x, uint16_t y, uint16_t r, uint16_t color) |
| |
| void | draw_char (uint16_t x, uint16_t y, uint16_t color, uint16_t bgcolor, QFont font, char c) |
| |
| void checkAndSendEvent |
( |
QPoint |
pos, |
|
|
bool |
down |
|
) |
| |
|
private |
| void clear |
( |
uint16_t |
color | ) |
|
| void draw_bitmap_unscaled |
( |
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
uint16_t |
width, |
|
|
uint16_t |
height, |
|
|
const uint16_t * |
dat |
|
) |
| |
| void draw_char |
( |
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
uint16_t |
color, |
|
|
uint16_t |
bgcolor, |
|
|
QFont |
font, |
|
|
char |
c |
|
) |
| |
| void draw_circle |
( |
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
uint16_t |
r, |
|
|
uint16_t |
color |
|
) |
| |
| void draw_line |
( |
uint16_t |
x1, |
|
|
uint16_t |
y1, |
|
|
uint16_t |
x2, |
|
|
uint16_t |
y2, |
|
|
uint16_t |
color |
|
) |
| |
| void draw_pixel |
( |
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
uint16_t |
color |
|
) |
| |
| void draw_rectangle |
( |
uint16_t |
x1, |
|
|
uint16_t |
y1, |
|
|
uint16_t |
x2, |
|
|
uint16_t |
y2, |
|
|
uint16_t |
color |
|
) |
| |
| void fill_rectangle |
( |
uint16_t |
x1, |
|
|
uint16_t |
y1, |
|
|
uint16_t |
x2, |
|
|
uint16_t |
y2, |
|
|
uint16_t |
color |
|
) |
| |
| void mouseMoveEvent |
( |
QMouseEvent * |
evt | ) |
|
|
protected |
| void mousePressEvent |
( |
QMouseEvent * |
evt | ) |
|
|
protected |
| void mouseReleaseEvent |
( |
QMouseEvent * |
evt | ) |
|
|
protected |
| void on_cboZoom_currentIndexChanged |
( |
int |
index | ) |
|
|
privateslot |
| void paintEvent |
( |
QPaintEvent * |
evt | ) |
|
|
protected |
The documentation for this class was generated from the following files: