#include <klineakconfig.h>
Inheritance diagram for KlineakConfig:
Public Slots | |
virtual void | updateKeyList (int index) |
virtual void | updateKeyList (const QString &inText) |
virtual void | updateKeyboardModels (const QString &inText) |
virtual void | onKeyListSelect (QListBoxItem *box) |
virtual void | updateAvailableKeys (const QString &keyboard) |
virtual void | updateCDRom (const QString &inText) |
virtual void | updateMixer (const QString &inText) |
virtual void | quit () |
virtual bool | onApplyButtonClicked () |
virtual void | slotToggleApp () |
virtual bool | hupLineakd () |
virtual bool | startLineakd () |
virtual bool | stopLineakd () |
Public Methods | |
KlineakConfig (QWidget *parent=0, const char *name=0) | |
~KlineakConfig () | |
Private Methods | |
bool | refreshGUIdata () |
bool | refresh_kbtypes () |
bool | refresh_cdromdev () |
bool | refresh_kbimage () |
bool | refresh_keylist () |
bool | refresh_keycommand (int i) |
bool | refresh_specials () |
bool | is_special_action (const QString &command) |
void | select_new_keyboard (const QString &ndata) |
void | change_key_command (EAkey *thiskey, const QString &entrytext) |
void | change_selectedkey_command (const QString &entrytext) |
void | createBasic () |
Private Attributes | |
bool | ApplyUsed |
bool | changeMade |
bool | changing_text_from_signal |
int | selected_key |
LineakParser | p |
Klineak * | systemTrayApp |
KStandardDirs * | resources |
KIconLoader | load |
EAKeyboard * | myEAK |
KProcess | lineakd |
|
construtor |
|
destructor |
|
|
|
|
|
Present the user with a choice of supported keyboards and get the keyboard type back as a return value. |
|
|
|
|
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from KlineakConfigUI. |
|
|
|
|
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
Reimplemented from KlineakConfigUI. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|