#include </home/clem/local/src/opie/noncore/apps/opie-console/iolayerbase.h>
Public Types | |
| enum | Flow { Hardware, Software, None } |
| enum | Parity { Odd = 2, Even = 1, NonePar = 0 } |
| enum | Speed { Baud_115200, Baud_57600, Baud_38400, Baud_19200, Baud_9600, Baud_4800, Baud_2400, Baud_1200 } |
| enum | Data { Data_Five = 5, Data_Six = 6, Data_Seven = 7, Data_Eight = 8 } |
| enum | Stop { Stop_One = 1, Stop_OnePointFive = 15, Stop_Two = 2 } |
Public Member Functions | |
| IOLayerBase (QWidget *base, const char *name=0l) | |
| ~IOLayerBase () | |
| void | setFlow (Flow flo) |
| void | setParity (Parity par) |
| void | setSpeed (Speed speed) |
| void | setData (Data data) |
| void | setStop (Stop stop) |
| Flow | flow () const |
| Parity | parity () const |
| Speed | speed () const |
| Data | data () const |
| Stop | stop () const |
Private Attributes | |
| QVBoxLayout * | m_lroot |
| QLabel * | m_speedLabel |
| QComboBox * | m_speedBox |
| QButtonGroup * | m_groupFlow |
| QButtonGroup * | m_groupData |
| QButtonGroup * | m_groupStop |
| QRadioButton * | m_flowHw |
| QRadioButton * | m_flowSw |
| QRadioButton * | m_flowNone |
| QButtonGroup * | m_groupParity |
| QRadioButton * | m_parityOdd |
| QRadioButton * | m_parityEven |
| QRadioButton * | m_parityNone |
| QRadioButton * | m_data5 |
| QRadioButton * | m_data6 |
| QRadioButton * | m_data7 |
| QRadioButton * | m_data8 |
| QRadioButton * | m_stop1 |
| QRadioButton * | m_stop15 |
| QRadioButton * | m_stop2 |
| QHBoxLayout * | m_hbox |
| QHBoxLayout * | m_hboxPar |
|
|
Definition at line 28 of file iolayerbase.h. |
|
|
Definition at line 18 of file iolayerbase.h. |
|
|
Definition at line 19 of file iolayerbase.h. |
|
|
Definition at line 20 of file iolayerbase.h. |
|
|
Definition at line 29 of file iolayerbase.h. |
|
||||||||||||
|
Definition at line 49 of file iolayerbase.cpp. References id_baud_115200, id_baud_1200, id_baud_19200, id_baud_2400, id_baud_38400, id_baud_4800, id_baud_57600, id_baud_9600, m_data5, m_data6, m_data7, m_data8, m_flowHw, m_flowNone, m_flowSw, m_groupData, m_groupFlow, m_groupParity, m_groupStop, m_lroot, m_parityEven, m_parityNone, m_parityOdd, m_speedBox, m_speedLabel, m_stop1, m_stop15, m_stop2, and tr. |
|
|
Definition at line 96 of file iolayerbase.cpp. |
|
|
Definition at line 240 of file iolayerbase.cpp. References Data_Eight, Data_Five, Data_Seven, Data_Six, m_data5, m_data6, and m_data7. Referenced by SerialConfigWidget::save(), and ModemConfigWidget::save(). |
|
|
Definition at line 192 of file iolayerbase.cpp. References Hardware, m_flowHw, m_flowSw, None, and Software. Referenced by SerialConfigWidget::save(), ModemConfigWidget::save(), IrdaConfigWidget::save(), and BTConfigWidget::save(). |
|
|
Definition at line 201 of file iolayerbase.cpp. References Even, m_parityEven, m_parityOdd, NonePar, and Odd. Referenced by SerialConfigWidget::save(), ModemConfigWidget::save(), IrdaConfigWidget::save(), and BTConfigWidget::save(). |
|
|
Definition at line 158 of file iolayerbase.cpp. References Data_Five, Data_Seven, Data_Six, m_data5, m_data6, m_data7, and m_data8. Referenced by SerialConfigWidget::load(), and ModemConfigWidget::load(). |
|
|
Definition at line 99 of file iolayerbase.cpp. References Hardware, m_flowHw, m_flowNone, m_flowSw, None, and Software. Referenced by SerialConfigWidget::load(), ModemConfigWidget::load(), IrdaConfigWidget::load(), and BTConfigWidget::load(). |
|
|
Definition at line 113 of file iolayerbase.cpp. References Even, m_parityEven, m_parityNone, m_parityOdd, NonePar, and Odd. Referenced by SerialConfigWidget::load(), ModemConfigWidget::load(), IrdaConfigWidget::load(), and BTConfigWidget::load(). |
|
|
Definition at line 126 of file iolayerbase.cpp. References Baud_115200, Baud_1200, Baud_19200, Baud_2400, Baud_38400, Baud_4800, Baud_57600, Baud_9600, id_baud_115200, id_baud_1200, id_baud_19200, id_baud_2400, id_baud_38400, id_baud_4800, id_baud_57600, id_baud_9600, and m_speedBox. Referenced by SerialConfigWidget::load(), ModemConfigWidget::load(), IrdaConfigWidget::load(), and BTConfigWidget::load(). |
|
|
Definition at line 176 of file iolayerbase.cpp. References m_stop1, m_stop15, m_stop2, Stop_OnePointFive, and Stop_Two. Referenced by SerialConfigWidget::load(), and ModemConfigWidget::load(). |
|
|
Definition at line 211 of file iolayerbase.cpp. References Baud_115200, Baud_1200, Baud_19200, Baud_2400, Baud_38400, Baud_4800, Baud_57600, Baud_9600, id_baud_115200, id_baud_1200, id_baud_19200, id_baud_2400, id_baud_38400, id_baud_4800, id_baud_57600, id_baud_9600, and m_speedBox. Referenced by SerialConfigWidget::save(), ModemConfigWidget::save(), IrdaConfigWidget::save(), and BTConfigWidget::save(). |
|
|
Definition at line 251 of file iolayerbase.cpp. References m_stop15, m_stop2, Stop_One, Stop_OnePointFive, and Stop_Two. Referenced by SerialConfigWidget::save(), and ModemConfigWidget::save(). |
|
|
Definition at line 54 of file iolayerbase.h. Referenced by data(), IOLayerBase(), and setData(). |
|
|
Definition at line 54 of file iolayerbase.h. Referenced by data(), IOLayerBase(), and setData(). |
|
|
Definition at line 54 of file iolayerbase.h. Referenced by data(), IOLayerBase(), and setData(). |
|
|
Definition at line 54 of file iolayerbase.h. Referenced by IOLayerBase(), and setData(). |
|
|
Definition at line 50 of file iolayerbase.h. Referenced by flow(), IOLayerBase(), and setFlow(). |
|
|
Definition at line 50 of file iolayerbase.h. Referenced by IOLayerBase(), and setFlow(). |
|
|
Definition at line 50 of file iolayerbase.h. Referenced by flow(), IOLayerBase(), and setFlow(). |
|
|
Definition at line 49 of file iolayerbase.h. Referenced by IOLayerBase(). |
|
|
Definition at line 49 of file iolayerbase.h. Referenced by IOLayerBase(). |
|
|
Definition at line 52 of file iolayerbase.h. Referenced by IOLayerBase(). |
|
|
Definition at line 49 of file iolayerbase.h. Referenced by IOLayerBase(). |
|
|
Definition at line 56 of file iolayerbase.h. |
|
|
Definition at line 57 of file iolayerbase.h. |
|
|
Definition at line 46 of file iolayerbase.h. Referenced by IOLayerBase(). |
|
|
Definition at line 53 of file iolayerbase.h. Referenced by IOLayerBase(), parity(), and setParity(). |
|
|
Definition at line 53 of file iolayerbase.h. Referenced by IOLayerBase(), and setParity(). |
|
|
Definition at line 53 of file iolayerbase.h. Referenced by IOLayerBase(), parity(), and setParity(). |
|
|
Definition at line 48 of file iolayerbase.h. Referenced by IOLayerBase(), setSpeed(), and speed(). |
|
|
Definition at line 47 of file iolayerbase.h. Referenced by IOLayerBase(). |
|
|
Definition at line 55 of file iolayerbase.h. Referenced by IOLayerBase(), and setStop(). |
|
|
Definition at line 55 of file iolayerbase.h. Referenced by IOLayerBase(), setStop(), and stop(). |
|
|
Definition at line 55 of file iolayerbase.h. Referenced by IOLayerBase(), setStop(), and stop(). |
1.4.2