Utils.h File Reference

Utility functions for dealing with code editor. More...

#include "../Config.h"
#include <QIcon>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::ce
 

Functions

TECEDITOREXPORT QIcon te::ce::CreateLangIcon (const QString &fileName)
 Returns the icon related to the extension of the file. More...
 
QsciLexer * te::ce::LexerFactory (const QString &lang, QObject *parent=0)
 A factory method for language lexers. More...
 
QIcon te::ce::ScriptIconFactory (const QString &lang)
 A factory method for language icons. More...
 

Detailed Description

Utility functions for dealing with code editor.

Definition in file Utils.h.