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  ListStyle = 2023,
27  GraphicStyle = 2025,
28  Link = 2032,
29  Image = 3005,
30  Group = 3008,
31  Comment = 3056,
32  TabularInfo = 6000,
33  TabularModel = 6001,
34  Tile = 6002,
35  TableStyle = 6003,
36  CellStyle = 6004,
37  DataList = 6005,
38  Headers = 6006
39 };
40 
41 }
42 
43 }
44 
45 #endif
46 
47 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWAObjectType.h:30
Definition: IWORKBezierElement.cpp:18
Definition: IWAObjectType.h:21
Definition: IWAObjectType.h:38
Definition: IWAObjectType.h:24
Definition: IWAObjectType.h:25
Definition: IWAObjectType.h:27
Definition: IWAObjectType.h:22
Definition: IWAObjectType.h:23
Definition: IWAObjectType.h:33
Definition: IWAObjectType.h:35
Definition: IWAObjectType.h:36
Definition: IWAObjectType.h:26
Definition: IWAObjectType.h:31
Definition: IWAObjectType.h:32
Definition: IWAObjectType.h:28
Definition: IWAObjectType.h:29
Definition: IWAObjectType.h:37
Definition: IWAObjectType.h:34

Generated for libetonyek by doxygen 1.8.13