IWAObjectType.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libetonyek project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef IWAOBJECTTYPE_H_INCLUDED
11 #define IWAOBJECTTYPE_H_INCLUDED
12 
13 namespace libetonyek
14 {
15 
16 namespace IWAObjectType
17 {
18 
19 enum
20 {
21  Text = 2001,
22  DrawableShape = 2011,
23  StickyNote = 2014,
26  GraphicStyle = 2025,
27  Image = 3005,
28  Group = 3008,
29  Comment = 3056,
30  TabularInfo = 6000,
31  TabularModel = 6001,
32  Tile = 6002,
33  TableStyle = 6003,
34  CellStyle = 6004,
35  DataList = 6005,
36  Headers = 6006
37 };
38 
39 }
40 
41 }
42 
43 #endif
44 
45 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWAObjectType.h:28
Definition: IWORKBezierElement.cpp:18
Definition: IWAObjectType.h:21
Definition: IWAObjectType.h:36
Definition: IWAObjectType.h:24
Definition: IWAObjectType.h:25
Definition: IWAObjectType.h:26
Definition: IWAObjectType.h:22
Definition: IWAObjectType.h:23
Definition: IWAObjectType.h:31
Definition: IWAObjectType.h:33
Definition: IWAObjectType.h:34
Definition: IWAObjectType.h:29
Definition: IWAObjectType.h:30
Definition: IWAObjectType.h:27
Definition: IWAObjectType.h:35
Definition: IWAObjectType.h:32

Generated for libetonyek by doxygen 1.8.10