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

📄 mainwindow.h

📁 这是VCF框架的代码
💻 H
字号:
//MainWindow.h#ifndef _MAINWINDOW_H__#define _MAINWINDOW_H__/***Class MainWindow documentation*/class MainWindow : public VCF::Window { public:	MainWindow();	virtual ~MainWindow();[!if FILE_MENU]	void onFileOpenProject( VCF::MenuItemEvent* e );	void onFileSaveProject( VCF::MenuItemEvent* e );[!endif]	void onFileExit( VCF::MenuItemEvent* e );[!if UNDO_REDO]	void onEditUndo( VCF::MenuItemEvent* e );	void onEditUndoUpdate( VCF::MenuItemEvent* e );	void onEditRedo( VCF::MenuItemEvent* e );	void onEditRedoUpdate( VCF::MenuItemEvent* e );[!endif][!if HELP_MENU]	void onHelpAbout( VCF::MenuItemEvent* e );[!endif]protected:private:};#endif //_MAINWINDOW_H__

⌨️ 快捷键说明

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