📄 cksettings.h
字号:
// CkSettings.h: interface for the CkSettings class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CKSETTINGS_H__62E2D44A_4858_429D_994D_A6EAAD2FFEA1__INCLUDED_)
#define AFX_CKSETTINGS_H__62E2D44A_4858_429D_994D_A6EAAD2FFEA1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CkSettings
{
public:
CkSettings();
virtual ~CkSettings();
// CLASS: CkSettings
// BEGIN PUBLIC INTERFACE
// Call this once at the beginning of your program
// if your program is multithreaded.
static void initializeMultithreaded(void);
// Call this once at the end of your program.
// It is only necessary if you are testing for memory leaks.
static void cleanupMemory(void);
// END PUBLIC INTERFACE
};
#endif // !defined(AFX_CKSETTINGS_H__62E2D44A_4858_429D_994D_A6EAAD2FFEA1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -