#include </home/clem/local/src/opie/inputmethods/dasher/AlphIO.h>
Collaboration diagram for Dasher::CAlphIO:

Public Member Functions | |
| CAlphIO (std::string SystemLocation, std::string UserLocation) | |
| void | GetAlphabets (std::vector< std::string > *AlphabetList) const |
| const AlphInfo & | GetInfo (const std::string &AlphID) |
| void | SetInfo (const AlphInfo &NewInfo) |
| void | Delete (const std::string &AlphID) |
Private Member Functions | |
| void | CreateDefault () |
Private Attributes | |
| AlphInfo | BlankInfo |
| std::string | SystemLocation |
| std::string | UserLocation |
| std::map< std::string, AlphInfo > | Alphabets |
| std::map< std::string, Opts::AlphabetTypes > | StoT |
| std::map< Opts::AlphabetTypes, std::string > | TtoS |
| std::string | CData |
| AlphInfo | InputInfo |
Classes | |
| struct | AlphInfo |
|
||||||||||||
|
Definition at line 16 of file AlphIO.cpp. References CreateDefault(). |
|
|
|
Definition at line 56 of file AlphIO.cpp. References Alphabets. Referenced by Dasher::CDasherInterface::DeleteAlphabet(). |
|
|
Definition at line 26 of file AlphIO.cpp. References Alphabets. Referenced by Dasher::CDasherInterface::GetAlphabets(). |
|
|
Definition at line 38 of file AlphIO.cpp. References Alphabets. Referenced by Dasher::CDasherInterface::ChangeAlphabet(), and Dasher::CDasherInterface::GetInfo(). |
|
|
Definition at line 50 of file AlphIO.cpp. References Alphabets, and Dasher::CAlphIO::AlphInfo::AlphID. Referenced by Dasher::CDasherInterface::SetInfo(). |
|
|
Definition at line 64 of file AlphIO.h. Referenced by CreateDefault(), Delete(), GetAlphabets(), GetInfo(), and SetInfo(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2