Port Class Reference

#include <port.h>

Inheritance diagram for Port:

Inheritance graph
[legend]
List of all members.

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)

Detailed Description

Author:
David Saxton

Definition at line 21 of file port.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
Generated on Tue May 8 17:05:54 2007 for KTechLab by  doxygen 1.5.1