krjs.h

来自「LINUX 下, 以 QT/KDE 写的档案管理员」· C头文件 代码 · 共 33 行

H
33
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?