#include "TEWidget.h"#include <qpe/config.h>#include <qapplication.h>#include <qclipboard.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <ctype.h>#include <sys/stat.h>#include <sys/types.h>#include <signal.h>#include <assert.h>Include dependency graph for TEWidget.cpp:

Go to the source code of this file.
Defines | |
| #define | HERE printf("%s(%d): %s\n",__FILE__,__LINE__,__FUNCTION__) |
| #define | HCNT(Name) |
| #define | loc(X, Y) ((Y)*columns+(X)) |
| #define | rimX 0 |
| #define | rimY 0 |
| #define | yMouseScroll 1 |
Functions | |
| static QChar | vt100extended (QChar c) |
| static QChar | identicalMap (QChar c) |
Variables | |
| static char * | menu_xpm [] |
| static const ColorEntry | base_color_table [TABLE_COLORS] |
| unsigned short | vt100_graphics [32] |
|
|
Definition at line 77 of file TEWidget.cpp. |
|
|
Definition at line 76 of file TEWidget.cpp. |
|
|
Definition at line 79 of file TEWidget.cpp. |
|
|
Definition at line 82 of file TEWidget.cpp. |
|
|
Definition at line 83 of file TEWidget.cpp. |
|
|
Definition at line 85 of file TEWidget.cpp. |
|
|
Definition at line 250 of file TEWidget.cpp. |
|
|
Definition at line 211 of file TEWidget.cpp. References QChar::unicode(). |
|
|
Initial value:
{
ColorEntry(QColor(0x00,0x00,0x00), 0, 0 ), ColorEntry( QColor(0xB2,0xB2,0xB2), 1, 0 ),
ColorEntry(QColor(0x00,0x00,0x00), 0, 0 ), ColorEntry( QColor(0xB2,0x18,0x18), 0, 0 ),
ColorEntry(QColor(0x18,0xB2,0x18), 0, 0 ), ColorEntry( QColor(0xB2,0x68,0x18), 0, 0 ),
ColorEntry(QColor(0x18,0x18,0xB2), 0, 0 ), ColorEntry( QColor(0xB2,0x18,0xB2), 0, 0 ),
ColorEntry(QColor(0x18,0xB2,0xB2), 0, 0 ), ColorEntry( QColor(0xB2,0xB2,0xB2), 0, 0 ),
ColorEntry(QColor(0x00,0x00,0x00), 0, 1 ), ColorEntry( QColor(0xFF,0xFF,0xFF), 1, 0 ),
ColorEntry(QColor(0x68,0x68,0x68), 0, 0 ), ColorEntry( QColor(0xFF,0x54,0x54), 0, 0 ),
ColorEntry(QColor(0x54,0xFF,0x54), 0, 0 ), ColorEntry( QColor(0xFF,0xFF,0x54), 0, 0 ),
ColorEntry(QColor(0x54,0x54,0xFF), 0, 0 ), ColorEntry( QColor(0xB2,0x18,0xB2), 0, 0 ),
ColorEntry(QColor(0x54,0xFF,0xFF), 0, 0 ), ColorEntry( QColor(0xFF,0xFF,0xFF), 0, 0 )
}
Definition at line 121 of file TEWidget.cpp. |
|
|
Initial value: {
"12 12 5 1",
" c None",
". c #000000",
"+ c #FFFDAD",
"@ c #FFFF00",
"# c #E5E100",
" ",
" ",
" ......... ",
" .+++++++. ",
" .+@@@@#. ",
" .+@@@#. ",
" .+@@#. ",
" .+@#. ",
" .+#. ",
" .+. ",
" .. ",
" "}
Definition at line 90 of file TEWidget.cpp. |
|
|
Initial value:
{
0x0020, 0x25C6, 0x2592, 0x2409, 0x240c, 0x240d, 0x240a, 0x00b0,
0x00b1, 0x2424, 0x240b, 0x2518, 0x2510, 0x250c, 0x2514, 0x253c,
0xF800, 0xF801, 0x2500, 0xF803, 0xF804, 0x251c, 0x2524, 0x2534,
0x252c, 0x2502, 0x2264, 0x2265, 0x03C0, 0x2260, 0x00A3, 0x00b7
}
Definition at line 203 of file TEWidget.cpp. |
1.4.2