ShapeType.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* libmspub
3  * Version: MPL 1.1 / GPLv2+ / LGPLv2+
4  *
5  * The contents of this file are subject to the Mozilla Public License Version
6  * 1.1 (the "License"); you may not use this file except in compliance with
7  * the License or as specified alternatively below. You may obtain a copy of
8  * the License at http://www.mozilla.org/MPL/
9  *
10  * Software distributed under the License is distributed on an "AS IS" basis,
11  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12  * for the specific language governing rights and limitations under the
13  * License.
14  *
15  * Major Contributor(s):
16  * Copyright (C) 2012 Brennan Vincent <brennanv@email.arizona.edu>
17  *
18  * All Rights Reserved.
19  *
20  * For minor contributions see the git repository.
21  *
22  * Alternatively, the contents of this file may be used under the terms of
23  * either the GNU General Public License Version 2 or later (the "GPLv2+"), or
24  * the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
25  * in which case the provisions of the GPLv2+ or the LGPLv2+ are applicable
26  * instead of those above.
27  */
28 
29 #ifndef __SHAPETYPE_H__
30 #define __SHAPETYPE_H__
31 
32 namespace libmspub
33 {
35 {
37  RECTANGLE = 1,
39  ELLIPSE = 3,
40  DIAMOND = 4,
44  TRAPEZOID = 8,
45  HEXAGON = 9,
46  OCTAGON = 10,
47  PLUS = 11,
48  STAR = 12,
49  ARROW = 13,
50  HOME_PLATE = 15,
51  CUBE = 16,
52  BALLOON = 17,
53  ARC_SHAPE = 19,
54  LINE = 20,
55  PLAQUE = 21,
56  CAN = 22,
57  DONUT = 23,
68  CALLOUT_1 = 41,
69  CALLOUT_2 = 42,
70  CALLOUT_3 = 43,
71  RIBBON = 53,
72  RIBBON_2 = 54,
73  CHEVRON = 55,
74  PENTAGON = 56,
75  NO_SMOKING = 57,
76  SEAL_8 = 58,
77  SEAL_16 = 59,
78  SEAL_32 = 60,
79  WAVE = 64,
81  LEFT_ARROW = 66,
82  DOWN_ARROW = 67,
83  UP_ARROW = 68,
89  HEART = 74,
91  QUAD_ARROW = 76,
92  BEVEL = 84,
95  LEFT_BRACE = 87,
99  BENT_ARROW = 91,
100  SEAL_24 = 92,
103  BLOCK_ARC = 95,
140  TEXT_STOP = 137,
158  TEXT_WAVE_1 = 156,
159  TEXT_WAVE_2 = 157,
160  TEXT_WAVE_3 = 158,
161  TEXT_WAVE_4 = 159,
176  TEXT_CAN_UP = 174,
181  SUN = 183,
182  MOON = 184,
184  BRACE_PAIR = 186,
185  SEAL_4 = 187,
186  DOUBLE_WAVE = 188,
199  TEXT_BOX = 202
200 };
201 } // libmspub
202 #endif /* __SHAPETYPE_H__ */
203 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */

Generated for libmspub by doxygen 1.8.1.1