qextbasetype.dox
来自「qt下 第三方串口类 最新版本 1.2」· DOX 代码 · 共 11 行
DOX
11 行
/*!
\class QextBaseType
This is not a class at all. It is a macro witch switches itself to Win_QextSerialPort or Posix_QextSerialPort
depending on compilation settings.
*/
//this is fake class to trick Doxygen
class QextBaseType : public Win_QextSerialPort, public Posix_QextSerialPort
{};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?