qCNC 0.82-alpha
/home/trilog/Desktop/project/gui/Final/src/lib/qextserialport/qextserialenumerator_win.cpp File Reference
#include "qextserialenumerator.h"
#include <QDebug>
#include <QMetaType>
#include <objbase.h>
#include <initguid.h>
#include "qextserialport.h"
#include <QRegExp>
Include dependency graph for qextserialenumerator_win.cpp:

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

Definition at line 45 of file qextserialenumerator_win.cpp.

#define QStringToTCHAR (   x)    x.local8Bit().constData()

Definition at line 44 of file qextserialenumerator_win.cpp.

#define TCHARToQString (   x)    QString::fromLocal8Bit((x))

Definition at line 46 of file qextserialenumerator_win.cpp.

#define TCHARToQStringN (   x,
 
)    QString::fromLocal8Bit((x),(y))

Definition at line 47 of file qextserialenumerator_win.cpp.


Function Documentation

DEFINE_GUID ( GUID_DEVCLASS_PORTS  ,
0x4D36E978  ,
0xE325  ,
0x11CE  ,
0xBF  ,
0xC1  ,
0x08  ,
0x00  ,
0x2B  ,
0xE1  ,
0x03  ,
0x18   
)
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines