types.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _CLUTTERMM_TYPES_H
00004 #define _CLUTTERMM_TYPES_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* Copyright (C) 2007 The cluttermm Development Team
00010  *
00011  * This library is free software; you can redistribute it and/or
00012  * modify it under the terms of the GNU Library General Public
00013  * License as published by the Free Software Foundation; either
00014  * version 2 of the License, or (at your option) any later version.
00015  *
00016  * This library is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019  * Library General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Library General Public
00022  * License along with this library; if not, write to the Free
00023  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00024  */
00025 
00026 #include <clutter/clutter-types.h>
00027 #include <clutter/clutter-units.h>
00028 #include <clutter/clutter-color.h>
00029 
00030 
00031 namespace Clutter
00032 {
00033 
00034 //TODO: Maybe redefine these, to avoid including a C header in our C++ header:
00035 typedef ClutterUnit Unit;
00036 typedef ClutterKnot Knot;
00037 typedef ClutterFixed Fixed;
00038 typedef ClutterAngle Angle;
00039 
00045 enum RotateDirection
00046 {
00047   ROTATE_CW,
00048   ROTATE_CCW
00049 };
00050 
00051 
00055 enum RotateAxis
00056 {
00057   X_AXIS,
00058   Y_AXIS,
00059   Z_AXIS
00060 };
00061 
00062 
00066 enum Gravity
00067 {
00068   GRAVITY_NONE,
00069   GRAVITY_NORTH,
00070   GRAVITY_NORTH_EAST,
00071   GRAVITY_EAST,
00072   GRAVITY_SOUTH_EAST,
00073   GRAVITY_SOUTH,
00074   GRAVITY_SOUTH_WEST,
00075   GRAVITY_WEST,
00076   GRAVITY_NORTH_WEST,
00077   GRAVITY_CENTER
00078 };
00079 
00080 
00081 }
00082 
00083 
00084 #endif /* _CLUTTERMM_TYPES_H */
00085 

Generated on Fri Jun 6 02:12:48 2008 for cluttermm by  doxygen 1.5.5