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

Go to the source code of this file.
Namespaces | |
| namespace | Dasher |
| namespace | Dasher::Opts |
Defines | |
| #define | LLONG_MAX 9223372036854775807LL |
| #define | LLONG_MIN (-LLONG_MAX - 1LL) |
Typedefs | |
| typedef long long int | myint |
| typedef int | symbol |
Enumerations | |
| enum | FileEncodingFormats { UserDefault = -1, AlphabetDefault = -2, UTF8 = 65001, UTF16LE = 1200, UTF16BE = 1201 } |
| enum | AlphabetTypes { MyNone = 0, Arabic = 1256, Baltic = 1257, CentralEurope = 1250, ChineseSimplified = 936, ChineseTraditional = 950, Cyrillic = 1251, Greek = 1253, Hebrew = 1255, Japanese = 932, Korean = 949, Thai = 874, Turkish = 1254, VietNam = 1258, Western = 1252 } |
| enum | ScreenOrientations { Alphabet = -2, LeftToRight = 0, RightToLeft = 1, TopToBottom = 2, BottomToTop = 3 } |
| enum | ColorSchemes { Nodes1 = 0, Nodes2 = 1, Special1 = 2, Special2 = 3, Groups = 4, Objects = 5 } |
| enum | FontSize { Normal = 1, Big = 2, VBig = 4 } |
|
|
Definition at line 37 of file DasherTypes.h. Referenced by qstrtoll(). |
|
|
Definition at line 38 of file DasherTypes.h. Referenced by Dasher::CDasherModel::Get_new_root_coords(), and qstrtoll(). |
|
|
Definition at line 36 of file DasherTypes.h. |
|
|
Definition at line 45 of file DasherTypes.h. |
|
|
Definition at line 55 of file DasherTypes.h. |
|
|
Definition at line 60 of file DasherTypes.h. |
|
|
Definition at line 54 of file DasherTypes.h. |
|
|
Definition at line 61 of file DasherTypes.h. |
|
|
Definition at line 56 of file DasherTypes.h. |
1.4.2