lib/qlanguagedefinition.h File Reference

Definition of the QLanguageDefinition class. More...

#include "qce-config.h"
#include "qformat.h"
#include <QStringList>

Include dependency graph for qlanguagedefinition.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLanguageDefinition
 Interface for language definition. More...

Defines

#define QCE_FOLD_FLAGS(flags, open, close)   ((flags) | (open & QLanguageDefinition::OpenMask) | ((close << 12) & QLanguageDefinition::CloseMask))
#define QCE_FOLD_OPEN_COUNT(flags)   ((flags) & QLanguageDefinition::OpenMask)
#define QCE_FOLD_CLOSE_COUNT(flags)   (((flags) & QLanguageDefinition::CloseMask) >> 12)


Detailed Description

Definition of the QLanguageDefinition class.

See also:
QLanguageDefinition

Generated on Sun Feb 15 22:50:16 2009 for QCodeEdit by  doxygen 1.5.7.1