#include </home/clem/local/src/opie/noncore/settings/sshkeys/sshkeys.h>
Collaboration diagram for SSHKeysApp:

Public Member Functions | |
| SSHKeysApp (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~SSHKeysApp () | |
Static Public Member Functions | |
| static QString | appName () |
Private Types | |
| enum | { Noise, KeyName, KeySize, KeyFingerprint } |
Private Slots | |
| void | doAddButton () |
| void | doRefreshListButton () |
| void | doRemoveAllButton () |
| void | get_list_keys_output (Opie::Core::OProcess *proc, char *buffer, int buflen) |
| void | log_sshadd_output (Opie::Core::OProcess *proc, char *buffer, int buflen) |
| void | log_sshadd_stderr (Opie::Core::OProcess *proc, char *buffer, int buflen) |
| void | ssh_add_exited (Opie::Core::OProcess *proc) |
| void | add_text_changed (const QString &text) |
Private Member Functions | |
| void | log_text (const char *text) |
| void | flush_sshadd_output (void) |
Private Attributes | |
| enum SSHKeysApp:: { ... } | keystate |
| QString | incoming_keyname |
| QString | incoming_keysize |
| QString | incoming_keyfingerprint |
| QString | incoming_noise |
| Opie::Core::OProcess | addprocess |
| QString | pending_stdout |
| QString | pending_stderr |
|
|
|
|
||||||||||||||||
|
Definition at line 55 of file sshkeys.cpp. References add_text_changed(), addprocess, detachTerminal(), doAddButton(), doRefreshListButton(), doRemoveAllButton(), QFile::encodeName(), QDir::homeDirPath(), i, keynames, log_sshadd_output(), log_sshadd_stderr(), and ssh_add_exited(). |
|
|
Definition at line 93 of file sshkeys.cpp. |
|
|
Definition at line 256 of file sshkeys.cpp. References QString::ascii(), FALSE, QString::length(), and TRUE. Referenced by SSHKeysApp(). |
|
|
Definition at line 36 of file sshkeys.h. References QString::fromLatin1(). |
|
|
Definition at line 268 of file sshkeys.cpp. References addprocess, OProcess::AllOutput, Opie::Core::OProcess::clearArguments(), doRefreshListButton(), flush_sshadd_output(), log_text(), OProcess::NotifyOnExit, Opie::Core::OProcess::start(), tr, and TRUE. Referenced by SSHKeysApp(). |
|
|
Definition at line 97 of file sshkeys.cpp. References OProcess::AllOutput, OProcess::Block, FALSE, flush_sshadd_output(), get_list_keys_output(), incoming_keyfingerprint, incoming_keyname, incoming_keysize, KeySize, keystate, log_sshadd_stderr(), log_text(), t, and tr. Referenced by doAddButton(), doRemoveAllButton(), ssh_add_exited(), and SSHKeysApp(). |
|
|
Definition at line 296 of file sshkeys.cpp. References OProcess::AllOutput, OProcess::Block, doRefreshListButton(), flush_sshadd_output(), log_sshadd_output(), log_sshadd_stderr(), log_text(), Opie::Core::OProcess::start(), and tr. Referenced by SSHKeysApp(). |
|
|
Definition at line 200 of file sshkeys.cpp. References QString::ascii(), QString::length(), log_text(), pending_stderr, and pending_stdout. Referenced by doAddButton(), doRefreshListButton(), and doRemoveAllButton(). |
|
||||||||||||||||
|
Definition at line 132 of file sshkeys.cpp. References i, incoming_keyfingerprint, incoming_keyname, incoming_keysize, incoming_noise, KeyFingerprint, KeyName, KeySize, keystate, QString::local8Bit(), log_text(), and Noise. Referenced by doRefreshListButton(). |
|
||||||||||||||||
|
Definition at line 213 of file sshkeys.cpp. References log_text(), and pending_stdout. Referenced by doRemoveAllButton(), and SSHKeysApp(). |
|
||||||||||||||||
|
Definition at line 229 of file sshkeys.cpp. References log_text(), and pending_stderr. Referenced by doRefreshListButton(), doRemoveAllButton(), and SSHKeysApp(). |
|
|
Definition at line 290 of file sshkeys.cpp. References FALSE. Referenced by doAddButton(), doRefreshListButton(), doRemoveAllButton(), flush_sshadd_output(), get_list_keys_output(), log_sshadd_output(), and log_sshadd_stderr(). |
|
|
Definition at line 245 of file sshkeys.cpp. References doRefreshListButton(), Opie::Core::OProcess::exitStatus(), FALSE, and TRUE. Referenced by SSHKeysApp(). |
|
|
Definition at line 47 of file sshkeys.h. Referenced by doAddButton(), and SSHKeysApp(). |
|
|
Definition at line 45 of file sshkeys.h. Referenced by doRefreshListButton(), and get_list_keys_output(). |
|
|
Definition at line 43 of file sshkeys.h. Referenced by doRefreshListButton(), and get_list_keys_output(). |
|
|
Definition at line 44 of file sshkeys.h. Referenced by doRefreshListButton(), and get_list_keys_output(). |
|
|
Definition at line 46 of file sshkeys.h. Referenced by get_list_keys_output(). |
|
|
Referenced by doRefreshListButton(), and get_list_keys_output(). |
|
|
Definition at line 49 of file sshkeys.h. Referenced by flush_sshadd_output(), and log_sshadd_stderr(). |
|
|
Definition at line 48 of file sshkeys.h. Referenced by flush_sshadd_output(), and log_sshadd_output(). |
1.4.2