kformula/flake

Dictionary.h File Reference

#include <QString>
#include <QChar>
Include dependency graph for Dictionary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dictionary
 Dictionary to look up operator attributes and entity mappings. More...

Enumerations

enum  Form { Prefix, Infix, Postfix, InvalidForm }

Enumeration Type Documentation

enum Form

Enum encoding all states of mo's form attribute.

Enumerator:
Prefix 

mo is a prefix

Infix 

mo is a infix - used for all cases where it's not prefix or postfix

Postfix 

mo is a postfix

InvalidForm 

Definition at line 27 of file Dictionary.h.