ugkglobalfunc.h

来自「linux下一款GIS程序源码」· C头文件 代码 · 共 36 行

H
36
字号
/* UGKGlobalFunc.h */#ifndef UGK_GLOBALFUC_H#define UGK_GLOBALFUC_H#include <qstring.h>#include <qcolor.h> #include <qrect.h>typedef struct{    int x;    int y;}PTCoord;typedef struct {    PTCoord start;    PTCoord end;}LineCoord;QString ACSII2Unicode(const char *str);QString GB2Unicode( const QCString &localfileName );QCString Unicod2GB( const QString &fileName );QColor ObtainColor(int IntColor);bool  LineLine(LineCoord ln1,LineCoord ln2);bool  LineRect(LineCoord ln,QRect rect);QString getBaseName(QString fullname);void  mountUdisk();void  umountUdisk();#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?