LibreOffice Module starmath (master) 1
Classes | Macros | Typedefs
symbol.hxx File Reference
#include <map>
#include <vector>
#include <set>
#include "utility.hxx"
Include dependency graph for symbol.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SmSym
 
class  SmSymbolManager
 

Macros

#define SYMBOL_NONE   0xFFFF
 This stuff is used to work with charname. More...
 

Typedefs

typedef std::map< OUString, SmSymSymbolMap_t
 
typedef std::vector< const SmSym * > SymbolPtrVec_t
 

Macro Definition Documentation

◆ SYMBOL_NONE

#define SYMBOL_NONE   0xFFFF

This stuff is used to work with charname.

Will remember the char name, char code and font.

Definition at line 34 of file symbol.hxx.

Typedef Documentation

◆ SymbolMap_t

typedef std::map< OUString, SmSym > SymbolMap_t

Definition at line 68 of file symbol.hxx.

◆ SymbolPtrVec_t

typedef std::vector< const SmSym * > SymbolPtrVec_t

Definition at line 71 of file symbol.hxx.