#include "qextserialenumerator.h"
#include <QDebug>
#include <QMetaType>
#include <objbase.h>
#include <initguid.h>
#include "qextserialport.h"
#include <QRegExp>
Go to the source code of this file.
Defines |
| #define | QStringToTCHAR(x) x.local8Bit().constData() |
| #define | PQStringToTCHAR(x) x->local8Bit().constData() |
| #define | TCHARToQString(x) QString::fromLocal8Bit((x)) |
| #define | TCHARToQStringN(x, y) QString::fromLocal8Bit((x),(y)) |
Functions |
| | DEFINE_GUID (GUID_DEVCLASS_PORTS, 0x4D36E978, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18) |
Define Documentation
| #define PQStringToTCHAR |
( |
|
x | ) |
x->local8Bit().constData() |
| #define QStringToTCHAR |
( |
|
x | ) |
x.local8Bit().constData() |
| #define TCHARToQString |
( |
|
x | ) |
QString::fromLocal8Bit((x)) |
| #define TCHARToQStringN |
( |
|
x, |
|
|
|
y |
|
) |
| QString::fromLocal8Bit((x),(y)) |
Function Documentation
| DEFINE_GUID |
( |
GUID_DEVCLASS_PORTS |
, |
|
|
0x4D36E978 |
, |
|
|
0xE325 |
, |
|
|
0x11CE |
, |
|
|
0xBF |
, |
|
|
0xC1 |
, |
|
|
0x08 |
, |
|
|
0x00 |
, |
|
|
0x2B |
, |
|
|
0xE1 |
, |
|
|
0x03 |
, |
|
|
0x18 |
|
|
) |
| |