📄 pprocess.h
字号:
/*
* pprocess.h
*
* Operating System process (running program) class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* Copyright (c) 1993-1999 ISDN Communications Ltd
*
*/
#ifndef _PPROCESS
#ifndef __NUCLEUS_MNT__
#pragma interface
#endif
#include <ptlib/syncpoint.h>
PDICTIONARY(PXFdDict, POrdinalKey, PThread);
///////////////////////////////////////////////////////////////////////////////
// PProcess
#include "../../pprocess.h"
public:
void SignalTimerChange();
virtual void PXOnSignal(int);
void PXCheckSignals();
static void PXShowSystemWarning(PINDEX code, const PString & str);
virtual void _PXShowSystemWarning(PINDEX code, const PString & str);
protected:
int pxSignals;
void CreateConfigFilesDictionary();
PAbstractDictionary * configFiles;
void DoArgs(void);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -