mywindow.h

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

H
38
字号
#ifndef _$$ROOT$$WINDOW_H__#define _$$ROOT$$WINDOW_H__#define $$ROOT$$WINDOW_CLASSID		"$$WINDOWUUID$$"/**Include this file to access the various RTTI macrosfor declaring RTTI information for your class(es)*/#include "vcf/FoundationKit/RTTIMacros.h"/**class $$Root$$Window documentation*/class $$Root$$Window  : public VCF::Window{public: 	_class_rtti_( $$Root$$Window, "VCF::Window", $$ROOT$$WINDOW_CLASSID )	_class_rtti_end_	$$Root$$Window();	virtual ~$$Root$$Window();protected:	void onDocInitialized( VCF::Event* e ) ;};#endif //_$$ROOT$$WINDOW_H__

⌨️ 快捷键说明

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