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 {
38  RECTANGLE = 1,
40  ELLIPSE = 3,
41  DIAMOND = 4,
45  TRAPEZOID = 8,
46  HEXAGON = 9,
47  OCTAGON = 10,
48  PLUS = 11,
49  STAR = 12,
50  ARROW = 13,
51  HOME_PLATE = 15,
52  CUBE = 16,
53  BALLOON = 17,
54  ARC_SHAPE = 19,
55  LINE = 20,
56  PLAQUE = 21,
57  CAN = 22,
58  DONUT = 23,
69  CALLOUT_1 = 41,
70  CALLOUT_2 = 42,
71  CALLOUT_3 = 43,
72  RIBBON = 53,
73  RIBBON_2 = 54,
74  CHEVRON = 55,
75  PENTAGON = 56,
76  NO_SMOKING = 57,
77  SEAL_8 = 58,
78  SEAL_16 = 59,
79  SEAL_32 = 60,
80  WAVE = 64,
82  LEFT_ARROW = 66,
83  DOWN_ARROW = 67,
84  UP_ARROW = 68,
90  HEART = 74,
92  QUAD_ARROW = 76,
93  BEVEL = 84,
96  LEFT_BRACE = 87,
101  SEAL_24 = 92,
104  BLOCK_ARC = 95,
109  CUSTOM = 100,
142  TEXT_STOP = 137,
160  TEXT_WAVE_1 = 156,
161  TEXT_WAVE_2 = 157,
162  TEXT_WAVE_3 = 158,
163  TEXT_WAVE_4 = 159,
178  TEXT_CAN_UP = 174,
183  SUN = 183,
184  MOON = 184,
186  BRACE_PAIR = 186,
187  SEAL_4 = 187,
188  DOUBLE_WAVE = 188,
201  TEXT_BOX = 202
202 };
203 } // libmspub
204 #endif /* __SHAPETYPE_H__ */
205 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */

Generated for libmspub by doxygen 1.8.3