#include <q3valuelist.h>
#include <kdebug.h>
#include "kformuladefs.h"
#include "kformulacompatibility.h"
Graphe des dépendances par inclusion de kformulacompatibility.cc:
Aller au code source de ce fichier.
Définition de type | |
typedef int | BoxType |
Variables | |
KFORMULA_NAMESPACE_BEGIN const int | SYMBOL_ABOVE = 20000 |
const int | UNUSED_OFFSET = 1000 |
const BoxType | OF_DIVIDE = '\\' + UNUSED_OFFSET |
const BoxType | OF_POWER = '^' + UNUSED_OFFSET |
const BoxType | OF_SQRT = '@' + UNUSED_OFFSET |
const BoxType | OF_SUB = '_' + UNUSED_OFFSET |
const BoxType | OF_LSUP = '6' + UNUSED_OFFSET |
const BoxType | OF_LSUB = '%' + UNUSED_OFFSET |
const BoxType | OF_MATRIX = 'm' + UNUSED_OFFSET |
const BoxType | OF_SEPARATOR = '&' + UNUSED_OFFSET |
const BoxType | OF_ABOVE = ')' + UNUSED_OFFSET |
const BoxType | OF_BELOW = ']' + UNUSED_OFFSET |
const BoxType | OF_SYMBOL = 's' + UNUSED_OFFSET |
const int | INTEGRAL = SYMBOL_ABOVE + 0 |
const int | SUM = SYMBOL_ABOVE + 1 |
const int | PRODUCT = SYMBOL_ABOVE + 2 |
const int | ARROW = SYMBOL_ABOVE + 3 |
typedef int BoxType |
Définition à la ligne 34 du fichier kformulacompatibility.cc.
const int ARROW = SYMBOL_ABOVE + 3 |
Définition à la ligne 65 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const int INTEGRAL = SYMBOL_ABOVE + 0 |
Définition à la ligne 62 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_ABOVE = ')' + UNUSED_OFFSET |
Définition à la ligne 56 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_BELOW = ']' + UNUSED_OFFSET |
Définition à la ligne 57 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_DIVIDE = '\\' + UNUSED_OFFSET |
Définition à la ligne 39 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_LSUB = '%' + UNUSED_OFFSET |
Définition à la ligne 46 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_LSUP = '6' + UNUSED_OFFSET |
Définition à la ligne 45 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_MATRIX = 'm' + UNUSED_OFFSET |
Définition à la ligne 54 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readMatrix().
const BoxType OF_POWER = '^' + UNUSED_OFFSET |
Définition à la ligne 40 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_SEPARATOR = '&' + UNUSED_OFFSET |
Définition à la ligne 55 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readMatrix(), et Compatibility::readSequence().
const BoxType OF_SQRT = '@' + UNUSED_OFFSET |
Définition à la ligne 41 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_SUB = '_' + UNUSED_OFFSET |
Définition à la ligne 44 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const BoxType OF_SYMBOL = 's' + UNUSED_OFFSET |
Définition à la ligne 58 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const int PRODUCT = SYMBOL_ABOVE + 2 |
Définition à la ligne 64 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
const int SUM = SYMBOL_ABOVE + 1 |
Définition à la ligne 63 du fichier kformulacompatibility.cc.
Référencé par Compatibility::readSequence().
KFORMULA_NAMESPACE_BEGIN const int SYMBOL_ABOVE = 20000 |
Définition à la ligne 31 du fichier kformulacompatibility.cc.
const int UNUSED_OFFSET = 1000 |
Définition à la ligne 32 du fichier kformulacompatibility.cc.