#include </home/clem/local/src/opie/noncore/settings/networksettings/ppp/scriptedit.h>
Public Types | |
| enum | setypes { Expect = 0, Send = 1, Pause = 2, Hangup = 3, Answer = 4, Timeout = 5, Password = 6, ID = 7, Prompt = 8, PWPrompt = 9, LoopStart = 10, LoopEnd = 11, Scan = 12, Save = 13, SendNoEcho = 14 } |
Signals | |
| void | returnPressed () |
Public Member Functions | |
| ScriptEdit (QWidget *parent=0, const char *name=0) | |
| ~ScriptEdit () | |
| QString | text () |
| void | setText (const QString &) |
| int | type () |
| virtual void | setEnabled (bool) |
Private Slots | |
| void | setType (int) |
| void | seReturnPressed () |
Private Attributes | |
| QComboBox * | st |
| QLineEdit * | se |
|
|
Definition at line 60 of file scriptedit.h. |
|
||||||||||||
|
Definition at line 33 of file scriptedit.cpp. References returnPressed(), se, seReturnPressed(), setType(), and st. |
|
|
Definition at line 40 of file scriptedit.h. |
|
|
Referenced by ScriptEdit(), and seReturnPressed(). |
|
|
Definition at line 75 of file scriptedit.cpp. References returnPressed(). Referenced by ScriptEdit(). |
|
|
Definition at line 70 of file scriptedit.cpp. |
|
|
Definition at line 84 of file scriptedit.cpp. References se. Referenced by ScriptWidget::addButton(), and ScriptWidget::insertButton(). |
|
|
Definition at line 93 of file scriptedit.cpp. References Answer, Expect, FALSE, Hangup, ID, LoopEnd, LoopStart, Pause, Prompt, PWPrompt, Save, Scan, se, Send, Timeout, and TRUE. Referenced by ScriptEdit(). |
|
|
Definition at line 80 of file scriptedit.cpp. References se. Referenced by ScriptWidget::addButton(), and ScriptWidget::insertButton(). |
|
|
Definition at line 89 of file scriptedit.cpp. References st. Referenced by ScriptWidget::addButton(), and ScriptWidget::insertButton(). |
|
|
Definition at line 57 of file scriptedit.h. Referenced by ScriptEdit(), setEnabled(), setText(), setType(), and text(). |
|
|
Definition at line 56 of file scriptedit.h. Referenced by ScriptEdit(), setEnabled(), and type(). |
1.4.2