#include </home/clem/local/src/opie/noncore/apps/odict/odict.h>
Collaboration diagram for ODict:

Public Member Functions | |
| ODict (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
Static Public Member Functions | |
| static QString | appName () |
Public Attributes | |
| QVBox * | vbox |
| QTextBrowser * | browser_top |
| QTextBrowser * | browser_bottom |
| DingWidget * | ding |
Private Slots | |
| void | slotStartQuery () |
| void | slotSettings () |
| void | slotSetParameter (int) |
| void | slotMethodChanged (const QString &) |
Private Member Functions | |
| void | setupMenus () |
| void | loadConfig () |
| void | saveConfig () |
| void | lookupLanguageNames (QString) |
Private Attributes | |
| QPopupMenu * | help |
| QPopupMenu * | settings |
| QPopupMenu * | parameter |
| QMenuBar * | menu |
| QHBox * | hbox |
| QLineEdit * | query_le |
| QComboBox * | query_co |
| QPushButton * | ok_button |
| QVBoxLayout * | vbox_layout |
| QAction * | setting_a |
| QAction * | setting_b |
| bool | casesens |
| bool | completewords |
| QString | activated_name |
| QLabel * | bottom_name |
| QLabel * | top_name |
| QString | top_name_content |
| QString | bottom_name_content |
|
||||||||||||||||
|
Definition at line 35 of file odict.cpp. References activated_name, bottom_name, browser_bottom, browser_top, ding, hbox, loadConfig(), QString::null, ok_button, query_co, query_le, setupMenus(), slotMethodChanged(), slotStartQuery(), top_name, tr, and vbox. |
|
|
Definition at line 37 of file odict.h. References QString::fromLatin1(). |
|
|
Definition at line 65 of file odict.cpp. References QValueList< T >::begin(), bottom_name, bottom_name_content, casesens, ding, QValueList< T >::end(), i, DingWidget::loadDict(), DingWidget::loadValues(), lookupLanguageNames(), name, QString::null, query_co, Config::readEntry(), Config::setGroup(), top_name, and top_name_content. Referenced by ODict(). |
|
|
Definition at line 114 of file odict.cpp. References bottom_name_content, Config::readEntry(), Config::setGroup(), and top_name_content. Referenced by loadConfig(), and slotMethodChanged(). |
|
|
Definition at line 122 of file odict.cpp. References casesens, query_co, Config::setGroup(), and Config::writeEntry(). Referenced by slotSetParameter(), and slotSettings(). |
|
|
Definition at line 201 of file odict.cpp. References Opie::Core::OResource::loadPixmap(), QString::null, parameter, setting_a, setting_b, settings, slotSetParameter(), slotSettings(), Opie::Core::OResource::SmallIcon, and tr. Referenced by ODict(). |
|
|
Definition at line 187 of file odict.cpp. References activated_name, bottom_name, bottom_name_content, ding, DingWidget::loadDict(), DingWidget::loadedDict(), lookupLanguageNames(), top_name, and top_name_content. Referenced by ODict(). |
|
|
Definition at line 174 of file odict.cpp. References casesens, and saveConfig(). Referenced by setupMenus(). |
|
|
Definition at line 167 of file odict.cpp. References saveConfig(). Referenced by setupMenus(), and slotStartQuery(). |
|
|
Definition at line 130 of file odict.cpp. References BroswerContent::bottom, browser_bottom, browser_top, casesens, ding, QString::isEmpty(), query_co, query_le, DingWidget::setCaseSensitive(), DingWidget::setText(), slotSettings(), BroswerContent::top, and tr. Referenced by ODict(). |
|
|
Definition at line 57 of file odict.h. Referenced by ODict(), and slotMethodChanged(). |
|
|
Definition at line 58 of file odict.h. Referenced by loadConfig(), ODict(), and slotMethodChanged(). |
|
|
Definition at line 61 of file odict.h. Referenced by loadConfig(), lookupLanguageNames(), and slotMethodChanged(). |
|
|
Definition at line 34 of file odict.h. Referenced by ODict(), and slotStartQuery(). |
|
|
Definition at line 34 of file odict.h. Referenced by ODict(), and slotStartQuery(). |
|
|
Definition at line 52 of file odict.h. Referenced by loadConfig(), saveConfig(), slotSetParameter(), and slotStartQuery(). |
|
|
|
|
|
Definition at line 36 of file odict.h. Referenced by loadConfig(), ODict(), slotMethodChanged(), and slotStartQuery(). |
|
|
Definition at line 41 of file odict.h. Referenced by ODict(). |
|
|
|
|
|
|
|
|
Definition at line 44 of file odict.h. Referenced by ODict(). |
|
|
Definition at line 39 of file odict.h. Referenced by setupMenus(). |
|
|
Definition at line 43 of file odict.h. Referenced by loadConfig(), ODict(), saveConfig(), and slotStartQuery(). |
|
|
Definition at line 42 of file odict.h. Referenced by ODict(), and slotStartQuery(). |
|
|
Definition at line 48 of file odict.h. Referenced by setupMenus(). |
|
|
Definition at line 48 of file odict.h. Referenced by setupMenus(). |
|
|
Definition at line 39 of file odict.h. Referenced by setupMenus(). |
|
|
Definition at line 58 of file odict.h. Referenced by loadConfig(), ODict(), and slotMethodChanged(). |
|
|
Definition at line 61 of file odict.h. Referenced by loadConfig(), lookupLanguageNames(), and slotMethodChanged(). |
|
|
Definition at line 33 of file odict.h. Referenced by ODict(). |
|
|
|
1.4.2