gtkgraphicsresourcebundle.cpp

来自「这是VCF框架的代码」· C++ 代码 · 共 58 行

CPP
58
字号
/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*///GTKGraphicsResourceBundle.cpp#include "vcf/GraphicsKit/GraphicsKit.h"#include "vcf/GraphicsKit/GraphicsKitPrivate.h"#include "vcf/FoundationKit/ResourceBundlePeer.h"#include "vcf/GraphicsKit/GraphicsResourceBundlePeer.h"#include "vcf/GraphicsKit/GTKGraphicsResourceBundle.h"using namespace VCF;GTKGraphicsResourceBundle::GTKGraphicsResourceBundle(){}GTKGraphicsResourceBundle::~GTKGraphicsResourceBundle(){}Image* GTKGraphicsResourceBundle::getImage( const String& resourceName ){	Image* result = NULL;	return result;}/***CVS Log info*$Log$*Revision 1.2  2005/07/09 23:05:58  ddiego*added missing gtk files**Revision 1.1.2.1  2005/04/17 16:11:32  ddiego*brought the foundation, agg, and graphics kits uptodate on linux**/

⌨️ 快捷键说明

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