myview.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 40 行

H
40
字号
#ifndef _$$ROOT$$VIEW_H__#define _$$ROOT$$VIEW_H__#define $$ROOT$$VIEW_CLASSID		"$$VIEWUUID$$"/**Include this file to access the various RTTI macrosfor declaring RTTI information for your class(es)*/#include "vcf/FoundationKit/RTTIMacros.h"/**class $$Root$$View documentation*/class $$Root$$View : public VCF::Object, public VCF::AbstractView {public: 	_class_rtti_( $$Root$$View, "VCF::Object", $$ROOT$$VIEW_CLASSID )	_class_rtti_end_	$$Root$$View();	virtual ~$$Root$$View();	virtual void paintView( VCF::GraphicsContext* ctx );protected:};#endif //_$$ROOT$$VIEW_H__

⌨️ 快捷键说明

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