ReactOS 0.4.16-dev-401-g45b008d
|
#include "rdesktop.h"
#include <qapplication.h>
#include <qmainwindow.h>
#include <qwidget.h>
#include <qpainter.h>
#include <qpixmap.h>
#include <qbrush.h>
#include <qimage.h>
#include <qbitmap.h>
#include <qcursor.h>
#include <qsocketnotifier.h>
#include <qscrollview.h>
#include <qfile.h>
#include "qtwin.h"
#include <unistd.h>
#include <pwd.h>
#include <stdarg.h>
#include <errno.h>
#include <fcntl.h>
Go to the source code of this file.
Classes | |
struct | QColorMap |
Macros | |
#define | DO_GLYPH(ttext, idx) |
void bitBltClip | ( | QPaintDevice * | dst1, |
QPaintDevice * | dst2, | ||
int | dx, | ||
int | dy, | ||
QPaintDevice * | src, | ||
int | sx, | ||
int | sy, | ||
int | sw, | ||
int | sh, | ||
Qt::RasterOp | rop, | ||
bool | im | ||
) |
Definition at line 843 of file qtwin.cpp.
Referenced by ui_desktop_restore(), ui_draw_text(), ui_patblt(), and ui_screenblt().
Definition at line 133 of file qtwin.cpp.
Referenced by SetColorx(), ui_create_bitmap(), and ui_paint_bitmap().
Definition at line 147 of file qtwin.cpp.
Referenced by SetColorx(), ui_create_bitmap(), and ui_paint_bitmap().
Definition at line 161 of file qtwin.cpp.
Referenced by SetColorx().
void CommonDeskSave | ( | QPixmap * | Pixmap1, |
QPixmap * | Pixmap2, | ||
int | Offset, | ||
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
int | dir | ||
) |
Definition at line 1044 of file qtwin.cpp.
Referenced by ui_desktop_restore(), and ui_desktop_save().
Definition at line 1545 of file qtwin.cpp.
Definition at line 1275 of file qtwin.cpp.
Referenced by ui_create_cursor().
int GetScanCode | ( | QKeyEvent * | e | ) |
Definition at line 306 of file qtwin.cpp.
Definition at line 1578 of file qtwin.cpp.
Definition at line 1255 of file qtwin.cpp.
Referenced by ui_create_cursor().
Definition at line 1243 of file qtwin.cpp.
Referenced by ui_create_cursor().
Definition at line 1457 of file qtwin.cpp.
Definition at line 1809 of file qtwin.cpp.
Definition at line 1723 of file qtwin.cpp.
Referenced by main().
Definition at line 210 of file qtwin.cpp.
Referenced by ui_destblt(), ui_line(), ui_memblt(), ui_patblt(), and ui_screenblt().
Definition at line 1411 of file qtwin.cpp.
Definition at line 169 of file qtwin.cpp.
Referenced by ui_draw_text(), ui_line(), ui_patblt(), and ui_rect().
Definition at line 196 of file qtwin.cpp.
Referenced by ui_destblt(), ui_line(), ui_memblt(), ui_patblt(), and ui_screenblt().
Definition at line 757 of file qtwin.cpp.
HCURSOR ui_create_cursor | ( | unsigned int | x, |
unsigned int | y, | ||
int | width, | ||
int | height, | ||
uint8 * | andmask, | ||
uint8 * | xormask | ||
) |
Definition at line 1299 of file qtwin.cpp.
Definition at line 559 of file qtwin.cpp.
Referenced by main().
Definition at line 1089 of file qtwin.cpp.
void ui_destroy_colourmap | ( | HCOLOURMAP | map | ) |
void ui_draw_text | ( | uint8 | font, |
uint8 | flags, | ||
uint8 | opcode, | ||
int | mixmode, | ||
int | x, | ||
int | y, | ||
int | clipx, | ||
int | clipy, | ||
int | clipcx, | ||
int | clipcy, | ||
int | boxx, | ||
int | boxy, | ||
int | boxcx, | ||
int | boxcy, | ||
BRUSH * | brush, | ||
int | bgcolour, | ||
int | fgcolour, | ||
uint8 * | text, | ||
uint8 | length | ||
) |
Definition at line 906 of file qtwin.cpp.
Definition at line 1006 of file qtwin.cpp.
Referenced by ui_polyline().
Definition at line 613 of file qtwin.cpp.
Referenced by main().
Definition at line 1180 of file qtwin.cpp.
void ui_patblt | ( | uint8 | opcode, |
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
BRUSH * | brush, | ||
int | bgcolour, | ||
int | fgcolour | ||
) |
Definition at line 1123 of file qtwin.cpp.
Definition at line 1371 of file qtwin.cpp.
Definition at line 818 of file qtwin.cpp.
Referenced by bitBltClip().
Definition at line 1502 of file qtwin.cpp.
Referenced by load_licence(), and save_licence().
Definition at line 1496 of file qtwin.cpp.
Referenced by load_licence(), and save_licence().
|
static |
Definition at line 87 of file qtwin.cpp.
Referenced by ui_create_window(), ui_deinit(), ui_init(), and ui_main_loop().
|
static |
Definition at line 68 of file qtwin.cpp.
Referenced by parse_parameters(), and ui_init().
|
static |
Definition at line 69 of file qtwin.cpp.
Referenced by parse_parameters(), and ui_init().
Definition at line 57 of file qtwin.cpp.
Referenced by parse_parameters().
|
static |
Definition at line 90 of file qtwin.cpp.
Referenced by ui_begin_update(), ui_create_window(), ui_desktop_restore(), ui_desktop_save(), ui_destroy_window(), ui_draw_text(), ui_patblt(), and ui_screenblt().
|
static |
Definition at line 103 of file qtwin.cpp.
Referenced by ui_create_window(), ui_destroy_window(), ui_reset_clip(), ui_set_clip(), and WarpCoords().
Definition at line 102 of file qtwin.cpp.
Referenced by SetColorx(), ui_create_bitmap(), ui_paint_bitmap(), and ui_set_colourmap().
|
static |
Definition at line 94 of file qtwin.cpp.
Referenced by ui_draw_text(), ui_line(), ui_patblt(), and ui_rect().
|
static |
Definition at line 95 of file qtwin.cpp.
Referenced by ui_draw_text(), and ui_patblt().
int g_console_session = 0 |
Definition at line 61 of file qtwin.cpp.
Referenced by parse_parameters().
|
static |
Definition at line 91 of file qtwin.cpp.
Referenced by ui_create_window(), ui_desktop_restore(), ui_desktop_save(), and ui_destroy_window().
|
static |
Definition at line 76 of file qtwin.cpp.
Referenced by parse_parameters(), and ui_main_loop().
int g_height = 600 |
Definition at line 50 of file qtwin.cpp.
Referenced by parse_parameters(), ui_create_window(), and ui_reset_clip().
char g_hostname[16] |
Definition at line 48 of file qtwin.cpp.
Referenced by get_username_and_hostname(), load_licence(), and save_licence().
|
static |
Definition at line 88 of file qtwin.cpp.
Referenced by ui_begin_update(), ui_create_window(), ui_desktop_restore(), ui_destroy_window(), ui_draw_text(), ui_main_loop(), ui_patblt(), ui_screenblt(), ui_set_cursor(), and ui_set_null_cursor().
|
static |
Definition at line 105 of file qtwin.cpp.
Referenced by ResetOpCode(), and SetOpCode().
|
static |
Definition at line 92 of file qtwin.cpp.
Referenced by ResetOpCode(), SetOpCode(), ui_begin_update(), ui_create_window(), ui_destblt(), ui_destroy_window(), ui_end_update(), ui_line(), ui_memblt(), ui_paint_bitmap(), ui_rect(), ui_reset_clip(), and ui_set_clip().
|
static |
Definition at line 93 of file qtwin.cpp.
Referenced by ResetOpCode(), SetOpCode(), ui_begin_update(), ui_create_window(), ui_destblt(), ui_destroy_window(), ui_draw_text(), ui_end_update(), ui_line(), ui_memblt(), ui_paint_bitmap(), ui_patblt(), ui_rect(), ui_reset_clip(), and ui_set_clip().
int g_server_depth = 8 |
Definition at line 52 of file qtwin.cpp.
Referenced by parse_parameters(), SetColorx(), ui_create_bitmap(), and ui_paint_bitmap().
|
static |
Definition at line 74 of file qtwin.cpp.
Referenced by parse_parameters(), and ui_main_loop().
|
static |
Definition at line 71 of file qtwin.cpp.
Referenced by ui_main_loop(), and ui_select().
|
static |
Definition at line 86 of file qtwin.cpp.
Referenced by ui_main_loop().
|
static |
Definition at line 89 of file qtwin.cpp.
Referenced by ui_create_window(), and ui_destroy_window().
|
extern |
Definition at line 75 of file tcp.c.
Referenced by parse_parameters().
|
static |
Definition at line 75 of file qtwin.cpp.
Referenced by parse_parameters(), and ui_create_window().
|
static |
Definition at line 70 of file qtwin.cpp.
Referenced by QMyMainWindow::keyPressEvent(), QMyMainWindow::keyReleaseEvent(), and ui_main_loop().
int g_use_rdp5 = 1 |
Definition at line 47 of file qtwin.cpp.
Referenced by parse_parameters().
char g_username[64] |
Definition at line 49 of file qtwin.cpp.
Referenced by get_username_and_hostname().
int g_width = 800 |
Definition at line 51 of file qtwin.cpp.
Referenced by parse_parameters(), ui_create_window(), and ui_reset_clip().