⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 groupfactory.h

📁 So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw
💻 H
字号:
#ifndef _CGROUPFACTORY_H_8FD49C2_3274_4E7A_99A14A1CC60#define _CGROUPFACTORY_H_8FD49C2_3274_4E7A_99A14A1CC60///////////////////////////////////////////////////////////// File :		GroupFactory.h// Created :	06/26/04//class CGroupFactory{public:// Construction/destruction

// Operations

public:
	static int GetNewGroup();
// Attributes
private:
	static int m_sCurrentGroup;
};#endif //_CGROUPFACTORY_H_8FD49C2_3274_4E7A_99A14A1CC60

⌨️ 快捷键说明

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