#include </home/clem/local/src/opie/noncore/settings/networksettings/ppp/modeminfo.h>
Collaboration diagram for ModemTransfer:

Public Slots | |
| void | init () |
| void | readtty () |
| void | do_script () |
| void | time_out_slot () |
| void | cancelbutton () |
| void | readChar (unsigned char) |
Public Member Functions | |
| ModemTransfer (Modem *, QWidget *parent=0, const char *name=0) | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
Private Member Functions | |
| void | ati_done () |
Private Attributes | |
| Modem * | _modem |
| int | step |
| QString | readbuffer |
| QPushButton * | cancel |
| QProgressBar * | progressBar |
| QLabel * | statusBar |
| QTimer * | timeout_timer |
| QTimer * | scripttimer |
| QString | ati_query_strings [NUM_OF_ATI] |
|
||||||||||||||||
|
Definition at line 42 of file modeminfo.cpp. References cancel, cancelbutton(), do_script(), init(), progressBar, scripttimer, statusBar, step, time_out_slot(), timeout_timer, tr, and TRUE. |
|
|
Definition at line 100 of file modeminfo.cpp. References _modem, ati_query_strings, Modem::closetty(), QPEApplication::execDialog(), i, NUM_OF_ATI, scripttimer, ModemInfo::setAtiString(), timeout_timer, and Modem::unlockdevice(). Referenced by do_script(). |
|
|
Definition at line 238 of file modeminfo.cpp. References _modem, Modem::closetty(), Modem::hangup(), qApp, scripttimer, statusBar, Modem::stop(), timeout_timer, tr, and Modem::unlockdevice(). Referenced by closeEvent(), and ModemTransfer(). |
|
|
Definition at line 255 of file modeminfo.cpp. References cancelbutton(). |
|
|
Definition at line 179 of file modeminfo.cpp. References _modem, ati_done(), QString::local8Bit(), progressBar, readtty(), QString::sprintf(), statusBar, step, and Modem::writeLine(). Referenced by ModemTransfer(). |
|
|
Definition at line 130 of file modeminfo.cpp. References _modem, Modem::flush(), Modem::hangup(), Modem::lockdevice(), Modem::modemMessage(), Modem::notify(), Modem::opentty(), qApp, readChar(), scripttimer, statusBar, step, tr, Modem::unlockdevice(), and Modem::writeLine(). Referenced by ModemTransfer(). |
|
|
Definition at line 215 of file modeminfo.cpp. References QString::length(), and readbuffer. Referenced by init(). |
|
|
Definition at line 221 of file modeminfo.cpp. References ati_query_strings, QString::copy(), NUM_OF_ATI, readbuffer, QString::replace(), step, and QString::stripWhiteSpace(). Referenced by do_script(). |
|
|
Definition at line 120 of file modeminfo.cpp. References scripttimer, timeout_timer, tr, and warning(). Referenced by ModemTransfer(). |
|
|
Definition at line 65 of file modeminfo.h. Referenced by ati_done(), cancelbutton(), do_script(), and init(). |
|
|
Definition at line 75 of file modeminfo.h. Referenced by ati_done(), and readtty(). |
|
|
Definition at line 69 of file modeminfo.h. Referenced by ModemTransfer(). |
|
|
Definition at line 70 of file modeminfo.h. Referenced by do_script(), and ModemTransfer(). |
|
|
Definition at line 67 of file modeminfo.h. Referenced by readChar(), and readtty(). |
|
|
Definition at line 74 of file modeminfo.h. Referenced by ati_done(), cancelbutton(), init(), ModemTransfer(), and time_out_slot(). |
|
|
Definition at line 71 of file modeminfo.h. Referenced by cancelbutton(), do_script(), init(), and ModemTransfer(). |
|
|
Definition at line 66 of file modeminfo.h. Referenced by do_script(), init(), ModemTransfer(), and readtty(). |
|
|
Definition at line 73 of file modeminfo.h. Referenced by ati_done(), cancelbutton(), ModemTransfer(), and time_out_slot(). |
1.4.2