📄 qfpkg.h
字号:
/////////////////////////////////////////////////////////////////////
// QF package-scope platform-independent declarations (C++ version)
// Copyright (c) 2002 Miro Samek, Palo Alto, CA.
// All Rights Reserved.
/////////////////////////////////////////////////////////////////////
#ifndef qfpkg_h
#define qfpkg_h
enum { Q_EMPTY_SIG = 0 };
extern QActive *pkgActive[]; // array of started active objects
extern QEvent const pkgStdEvt[]; // preallocated standard events
extern QTimer *pkgTimerListHead; // head of linked list of timers
#endif // qfpkg_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -