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

📄 krjs.h

📁 LINUX 下, 以 QT/KDE 写的档案管理员
💻 H
字号:
// Interface for our JavaScript-Interpreter//// Author: Jonas B鋒r (C) 2005//// Copyright: See COPYING file that comes with this distribution//#ifndef KRJS_H#define KRJS_H#include <kjsembed/kjsembedpart.h>/**  * Our own version of KJSEmbedPart. Here are all the Krusader-specific extensions implemented.  *  * @author Jonas B鋒r (http://jonas-baehr.de/)*/class KrJS: public KJSEmbed::KJSEmbedPart {public:   KrJS();   /**    * This loads and runs a file. In addition to the original runFile function it displays an popup    * on errors and sets some variables    *    * @par filename The file to run    */   bool runFile(const QString & filename);};#endif //KRJS_H

⌨️ 快捷键说明

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