IWAObjectType.h
Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
00002 /*
00003  * This file is part of the libetonyek project.
00004  *
00005  * This Source Code Form is subject to the terms of the Mozilla Public
00006  * License, v. 2.0. If a copy of the MPL was not distributed with this
00007  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
00008  */
00009 
00010 #ifndef IWAOBJECTTYPE_H_INCLUDED
00011 #define IWAOBJECTTYPE_H_INCLUDED
00012 
00013 namespace libetonyek
00014 {
00015 
00016 namespace IWAObjectType
00017 {
00018 
00019 enum
00020 {
00021   Text = 2001,
00022   DrawableShape = 2011,
00023   StickyNote = 2014,
00024   CharacterStyle = 2021,
00025   ParagraphStyle = 2022,
00026   ListStyle = 2023,
00027   GraphicStyle = 2025,
00028   Link = 2032,
00029   Image = 3005,
00030   Group = 3008,
00031   Comment = 3056,
00032   TabularInfo = 6000,
00033   TabularModel = 6001,
00034   Tile = 6002,
00035   TableStyle = 6003,
00036   CellStyle = 6004,
00037   DataList = 6005,
00038   Headers = 6006
00039 };
00040 
00041 }
00042 
00043 }
00044 
00045 #endif
00046 
00047 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */