Classes | |
| class | OutputWindow |
| A widget to output the script execution. More... | |
| class | ScriptTabWidget |
| The main tab widget may be used to display several scripts. More... | |
| class | ScriptWidget |
| A widget that can be used to show and control the execution of a script. More... | |
Functions | |
| TECEDITOREXPORT QIcon | CreateLangIcon (const QString &fileName) |
| Returns the icon related to the extension of the file. More... | |
| QsciLexer * | LexerFactory (const QString &lang, QObject *parent=0) |
| A factory method for language lexers. More... | |
| QIcon | ScriptIconFactory (const QString &lang) |
| A factory method for language icons. More... | |
| TECEDITOREXPORT QIcon te::ce::CreateLangIcon | ( | const QString & | fileName | ) |
Returns the icon related to the extension of the file.
| fileName | Name of the file that contains the script. Script allowed are written in Python and Lua. |
| QsciLexer* te::ce::LexerFactory | ( | const QString & | lang, |
| QObject * | parent = 0 |
||
| ) |
A factory method for language lexers.
| QIcon te::ce::ScriptIconFactory | ( | const QString & | lang | ) |
A factory method for language icons.