opengltoolkit.h
来自「这是VCF框架的代码」· C头文件 代码 · 共 70 行
H
70 行
#ifndef _VCF_OPENGLTOOLKIT_H__#define _VCF_OPENGLTOOLKIT_H__//OpenGLToolkit.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*/#if _MSC_VER > 1000# pragma once#endifnamespace VCF {class OpenGLPeer;class GraphicsContext;/**The OpenGLToolkit is a singleton classthat creates instances of a OpenGLPeer specific to the windowing system thetoolkit is running on. */class OPENGLKIT_API OpenGLToolkit{public: /** Creates an instance of the OpenGLPeer. The framework calls this for you, you should never need to call this directly. */ static OpenGLPeer* createOpenGLPeer(GraphicsContext *context, OpenGLControl* owningControl);};}/***CVS Log info*$Log$*Revision 1.4 2006/04/07 02:35:48 ddiego*initial checkin of merge from 0.6.9 dev branch.**Revision 1.3.4.1 2006/03/12 22:01:46 ddiego*doc updates.**Revision 1.3 2004/12/01 04:31:45 ddiego*merged over devmain-0-6-6 code. Marcello did a kick ass job*of fixing a nasty bug (1074768VCF application slows down modal dialogs.)*that he found. Many, many thanks for this Marcello.**Revision 1.2.2.1 2004/10/27 22:42:47 augusto_roman*Changed Win32 peer to create GL Rendering Context (RC) based off of the Win32 window handle of the control instead of the paintDC. Also enforced error checking. - aroman**Revision 1.2 2004/08/07 02:49:20 ddiego*merged in the devmain-0-6-5 branch to stable**Revision 1.1.2.3 2004/06/06 07:05:34 marcelloptr*changed macros, text reformatting, copyright sections**/#endif // _VCF_OPENGLTOOLKIT_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?