#include "qimpenwidget.h"#include "qimpensetup.h"#include "qimpeninput.h"#include "qimpencombining.h"#include "qimpenwordpick.h"#include "qimpenmatch.h"#include "qimpenhelp.h"#include <qpe/qpeapplication.h>#include <qpe/qdawg.h>#include <qpe/config.h>#include <qpe/global.h>#include <qlayout.h>#include <qpushbutton.h>#include <qlabel.h>#include <qtimer.h>#include <qdir.h>#include <opie2/odebug.h>#include <limits.h>Include dependency graph for qimpeninput.cpp:

Go to the source code of this file.
Variables | |
| static const char *const | pen_xpm [] |
| static char * | bs_xpm [] |
| static char * | enter_xpm [] |
| static char * | help_xpm [] |
|
|
Initial value: {
"12 12 5 1",
" c None",
". c #333333",
"+ c #000000",
"@ c #FFFFFF",
"# c #666666",
" ",
" ",
" ",
" . ",
" ++ ",
" +@#+++++. ",
" +@@@@@@@@+ ",
" +@#+++++. ",
" ++ ",
" . ",
" ",
" "}
Definition at line 67 of file qimpeninput.cpp. Referenced by QIMPenInput::QIMPenInput(). |
|
|
Initial value: {
"12 12 5 1",
" c None",
". c #333333",
"+ c #000000",
"@ c #FFFFFF",
"# c #666666",
" ",
" .+. ",
" +@+ ",
" . +@+ ",
" ++ +@+ ",
" +@#++++@+ ",
" +@@@@@@@@+ ",
" +@#+++++. ",
" ++ ",
" . ",
" ",
" "}
Definition at line 89 of file qimpeninput.cpp. Referenced by QIMPenInput::QIMPenInput(). |
|
|
Initial value: {
"12 12 5 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #666666",
"# c #333333",
" ",
" ... ",
" .+++. ",
" .+..@+. ",
" #.# .+. ",
" .+. ",
" .+. ",
" .+. ",
" .+. ",
" #.# ",
" .+. ",
" #.# "}
Definition at line 112 of file qimpeninput.cpp. Referenced by FlatDecoration::drawButton(), KCheckers::KCheckers(), and QIMPenInput::QIMPenInput(). |
|
|
Initial value: {
"12 12 4 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #808080",
" . ",
" .+. ",
" ..@@.",
" .+@.. ",
" .+@@. ",
" .+@@. ",
" .+@@. ",
" .@.@. ",
" .@@. ",
" .... ",
" .. ",
" "}
Definition at line 46 of file qimpeninput.cpp. |
1.4.2