#include "inputmethods.h"#include <opie2/odebug.h>#include <qpe/config.h>#include <qpe/global.h>#include <qpe/qpeapplication.h>#include <qpopupmenu.h>#include <qtoolbutton.h>#include <qwidgetstack.h>#include <qlayout.h>#include <qdir.h>#include <qtl.h>#include <stdlib.h>Include dependency graph for inputmethods.cpp:

Go to the source code of this file.
Defines | |
| #define | QTOPIA_INTERNAL_LANGLIST |
Functions | |
| static bool | keyboardCompatible (InputMethod *keyb, const QString &imname) |
Variables | |
| static const char * | tri_xpm [] |
|
|
Definition at line 21 of file inputmethods.cpp. |
|
||||||||||||
|
Definition at line 433 of file inputmethods.cpp. References ExtInputMethodInterface::compatible(), InputMethod::extInterface, FALSE, InputMethod::newIM, and TRUE. Referenced by InputMethods::updateKeyboards(). |
|
|
Initial value: {
"9 9 2 1",
"a c #000000",
". c None",
".........",
".........",
".........",
"....a....",
"...aaa...",
"..aaaaa..",
".aaaaaaa.",
".........",
"........."}
Definition at line 48 of file inputmethods.cpp. Referenced by InputMethods::InputMethods(). |
1.4.2