#include <port.h>
Inheritance diagram for Port:

Public Types | |
| enum | ProbeResult { ExistsAndRW = 1 << 0, ExistsButNotRW = 1 << 1, DoesntExist = 1 << 2 } |
Public Member Functions | |
| Port () | |
| virtual | ~Port () |
Static Public Member Functions | |
| static QStringList | ports (unsigned probeResult) |
Definition at line 21 of file port.h.
| QStringList Port::ports | ( | unsigned | probeResult | ) | [static] |
Returns a list of ports, whose probe status AND's with probeResult. This function just returns the combination of the lists for SerialPort::ports and ParallelPort::ports.
Reimplemented in SerialPort, and ParallelPort.
Definition at line 33 of file port.cpp.
References ParallelPort::ports(), and SerialPort::ports().
Referenced by ProgrammerDlg::ProgrammerDlg(), and SettingsDlg::SettingsDlg().
1.5.1