QCodeEdit  2.2
Classes | Macros
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...

Macros

#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