#include </home/clem/local/src/opie/inputmethods/handwriting/qimpenprofile.h>
Collaboration diagram for QIMPenProfile:

Public Types | |
| enum | Style { ToggleCases, BothCases } |
Public Member Functions | |
| QIMPenProfile (const QString &fn) | |
| const QString & | name () const |
| const QString & | description () const |
| Style | style () const |
| bool | mono () const |
| void | setStyle (Style s) |
| bool | canSelectStyle () const |
| int | multiStrokeTimeout () const |
| void | setMultiStrokeTimeout (int t) |
| bool | matchWords () const |
| QIMPenCharSet * | uppercase () |
| QIMPenCharSet * | lowercase () |
| QIMPenCharSet * | numeric () |
| QIMPenCharSet * | punctuation () |
| QIMPenCharSet * | symbol () |
| QIMPenCharSet * | shortcut () |
| QIMPenCharSet * | find (QIMPenCharSet::Type t) |
| QIMPenCharSetList & | charSets () |
Private Member Functions | |
| QString | userConfig () |
| void | loadData () |
Private Attributes | |
| QIMPenCharSetList | sets |
| QString | filename |
| QString | pname |
| QString | pdesc |
| Style | pstyle |
| bool | tstyle |
| int | msTimeout |
| bool | wordMatch |
| bool | pmono |
|
|
Definition at line 34 of file qimpenprofile.h. |
|
|
Definition at line 29 of file qimpenprofile.cpp. References BothCases, Config::File, filename, QString::fromLatin1(), Config::hasKey(), msTimeout, pdesc, pmono, pname, pstyle, Config::readBoolEntry(), Config::readEntry(), Config::readNumEntry(), s, Config::setGroup(), sets, t, ToggleCases, tstyle, userConfig(), and wordMatch. |
|
|
Definition at line 39 of file qimpenprofile.h. References tstyle. Referenced by QIMPenSetup::selectProfile(). |
|
|
Definition at line 249 of file qimpenprofile.cpp. References loadData(), and sets. Referenced by QIMPenSetup::accept(), HandwritingTrainer::HandwritingTrainer(), QIMPenEdit::QIMPenEdit(), QIMPenEdit::selectCharSet(), HandwritingTrainer::selectCharSet(), QIMPenEdit::selectCharSetVisible(), and QIMPenEdit::setProfile(). |
|
|
Definition at line 32 of file qimpenprofile.h. References pdesc. |
|
|
Definition at line 256 of file qimpenprofile.cpp. References loadData(), and sets. Referenced by lowercase(), numeric(), punctuation(), shortcut(), symbol(), and uppercase(). |
|
|
Definition at line 105 of file qimpenprofile.cpp. References QIMPenCombining::addCombined(), Global::applicationFileName(), Config::File, filename, QIMPenCharSet::isEmpty(), QString::isEmpty(), QIMPenCharSet::load(), mono(), QPEApplication::qpeDir(), Config::readEntry(), s, Config::setGroup(), sets, upper(), QIMPenCharSet::Upper, and QIMPenCharSet::User. Referenced by charSets(), and find(). |
|
|
Definition at line 224 of file qimpenprofile.cpp. References find(), and QIMPenCharSet::Lower. Referenced by QIMPenInput::matchedCharacters(), and QIMPenInput::selectProfile(). |
|
|
Definition at line 44 of file qimpenprofile.h. References wordMatch. Referenced by QIMPenInput::selectProfile(). |
|
|
Definition at line 36 of file qimpenprofile.h. References pmono. Referenced by loadData(). |
|
|
Definition at line 41 of file qimpenprofile.h. References msTimeout. Referenced by QIMPenSetup::selectProfile(), and QIMPenInput::selectProfile(). |
|
|
Definition at line 31 of file qimpenprofile.h. References pname. Referenced by QIMPenSetup::loadProfiles(), and QIMPenSetup::selectProfile(). |
|
|
Definition at line 229 of file qimpenprofile.cpp. References find(), and QIMPenCharSet::Numeric. Referenced by QIMPenInput::selectProfile(). |
|
|
Definition at line 234 of file qimpenprofile.cpp. References find(), and QIMPenCharSet::Punctuation. Referenced by QIMPenInput::matchedCharacters(). |
|
|
Definition at line 80 of file qimpenprofile.cpp. References msTimeout, Config::setGroup(), userConfig(), and Config::writeEntry(). Referenced by QIMPenSetup::accept(), and QIMPenSetup::selectProfile(). |
|
|
Definition at line 69 of file qimpenprofile.cpp. References pstyle, Config::setGroup(), ToggleCases, tstyle, userConfig(), and Config::writeEntry(). Referenced by QIMPenSetup::accept(), and QIMPenSetup::selectProfile(). |
|
|
Definition at line 244 of file qimpenprofile.cpp. References find(), and QIMPenCharSet::Shortcut. Referenced by QIMPenInput::loadProfiles(). |
|
|
Definition at line 35 of file qimpenprofile.h. References pstyle. Referenced by QIMPenInput::matchedCharacters(), QIMPenSetup::selectProfile(), and QIMPenInput::selectProfile(). |
|
|
Definition at line 239 of file qimpenprofile.cpp. References find(), and QIMPenCharSet::Symbol. Referenced by QIMPenInput::matchedCharacters(). |
|
|
Definition at line 219 of file qimpenprofile.cpp. References find(), and QIMPenCharSet::Upper. Referenced by QIMPenInput::keypress(), QIMPenInput::matchedCharacters(), and QIMPenInput::selectProfile(). |
|
|
Definition at line 90 of file qimpenprofile.cpp. References filename, QString::find(), QString::findRev(), QString::mid(), pos, and QString::truncate(). Referenced by QIMPenProfile(), setMultiStrokeTimeout(), and setStyle(). |
|
|
Definition at line 62 of file qimpenprofile.h. Referenced by loadData(), QIMPenProfile(), and userConfig(). |
|
|
Definition at line 67 of file qimpenprofile.h. Referenced by multiStrokeTimeout(), QIMPenProfile(), and setMultiStrokeTimeout(). |
|
|
Definition at line 64 of file qimpenprofile.h. Referenced by description(), and QIMPenProfile(). |
|
|
Definition at line 69 of file qimpenprofile.h. Referenced by mono(), and QIMPenProfile(). |
|
|
Definition at line 63 of file qimpenprofile.h. Referenced by name(), and QIMPenProfile(). |
|
|
Definition at line 65 of file qimpenprofile.h. Referenced by QIMPenProfile(), setStyle(), and style(). |
|
|
Definition at line 61 of file qimpenprofile.h. Referenced by charSets(), find(), loadData(), and QIMPenProfile(). |
|
|
Definition at line 66 of file qimpenprofile.h. Referenced by canSelectStyle(), QIMPenProfile(), and setStyle(). |
|
|
Definition at line 68 of file qimpenprofile.h. Referenced by matchWords(), and QIMPenProfile(). |
1.4.2