Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

Composition.h

00001 //-------------------------------------------------------------------------
00002 //
00003 // File:        Composition.h
00004 // Desc:        Composition namespace header.
00005 // Author:      memon <memon@inside.org>
00006 //
00007 //-------------------------------------------------------------------------
00008 //  Copyright (c) 2000-2002 Moppi Productions. All Rights Reserved.
00009 //  This file is part of Moppi Demopaja SDK. For conditions of 
00010 //  distribution and use, see the accompanying license.txt file.
00011 //  http://moppi.inside.org/demopaja/
00012 //-------------------------------------------------------------------------
00013 
00014 #ifndef __DEMOPAJA_COMPOSITION_H__
00015 #define __DEMOPAJA_COMPOSITION_H__
00016 
00018 
00022 namespace Composition {
00023 
00025     enum ItemFlagsE {
00026         ITEM_EXPANDED       = 0x0001,
00027         ITEM_SELECTED       = 0x0002,
00028         ITEM_VISIBLE        = 0x0004,
00029         ITEM_LOCKED         = 0x0008,
00030         ITEM_LAYER          = 0x0010,
00031         ITEM_EFFECT         = 0x0020,
00032         ITEM_GIZMO          = 0x0040,
00033         ITEM_PARAMETER      = 0x0080,
00034         ITEM_ANIMATED       = 0x0100,
00035         ITEM_ANIMATABLE     = 0x0200,
00036         ITEM_CLAMPVALUES    = 0x0400,
00037         ITEM_EXPANDABLE     = 0x0800,
00038         ITEM_GUIHIDDEN      = 0x1000,
00039     };
00040 
00041 };
00042 
00043 #endif // __DEMOPAJA_COMPOSITION_H__

Moppi Demopaja SDK Documentation -- Copyright © 2000-2002 Moppi Productions