CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

awsdefs.h

Go to the documentation of this file.
00001 /**************************************************************************
00002     Copyright (C) 2001 by Christopher Nelson
00003 
00004     This library is free software; you can redistribute it and/or
00005     modify it under the terms of the GNU Library General Public
00006     License as published by the Free Software Foundation; either
00007     version 2 of the License, or (at your option) any later version.
00008 
00009     This library is distributed in the hope that it will be useful,
00010     but WITHOUT ANY WARRANTY; without even the implied warranty of
00011     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012     Library General Public License for more details.
00013 
00014     You should have received a copy of the GNU Library General Public
00015     License along with this library; if not, write to the Free
00016     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00017 *****************************************************************************/
00018 #ifndef __CS_AWS_DEFINITIONS_H__
00019 #define __CS_AWS_DEFINITIONS_H__
00020 
00029 
00030 const unsigned int AWSF_CMP_NON_CLIENT  = 256; 
00032 const unsigned int AWSF_CMP_TOP_SELECT  = 128; 
00034 const unsigned int AWSF_CMP_WINDOW      = 64; 
00035 // set if  component should not receive events
00036 const unsigned int AWSF_CMP_DEAF        = 32; 
00038 const unsigned int AWSF_CMP_INVISIBLE   = 16; 
00040 const unsigned int AWSF_CMP_HIDDEN      = 8;  
00042 const unsigned int AWSF_CMP_ALWAYSERASE = 4;  
00044 const unsigned int AWSF_CMP_TRANSPARENT = 2;  
00045 
00052 
00053 const unsigned int AWS_TRANSITION_SLIDE_IN_LEFT  = 0;  
00055 const unsigned int AWS_TRANSITION_SLIDE_IN_RIGHT = 1;  
00057 const unsigned int AWS_TRANSITION_SLIDE_IN_UP    = 2;  
00059 const unsigned int AWS_TRANSITION_SLIDE_IN_DOWN  = 3;  
00060 
00062 const unsigned int AWS_TRANSITION_SLIDE_OUT_LEFT  = 4;  
00064 const unsigned int AWS_TRANSITION_SLIDE_OUT_RIGHT = 5;  
00066 const unsigned int AWS_TRANSITION_SLIDE_OUT_UP    = 6;  
00068 const unsigned int AWS_TRANSITION_SLIDE_OUT_DOWN  = 7;  
00069 
00071 const unsigned int AWS_TRANSITION_SLIDE_LEFT  = 8;  
00073 const unsigned int AWS_TRANSITION_SLIDE_RIGHT = 9;  
00075 const unsigned int AWS_TRANSITION_SLIDE_UP    = 10;  
00077 const unsigned int AWS_TRANSITION_SLIDE_DOWN  = 11;  
00078 
00086 
00087 const unsigned int AWS_ERR_SINK_NONE            = 0;  
00089 const unsigned int AWS_ERR_SINK_TRIGGER_NOT_FOUND   = 1;  
00091 const unsigned int AWS_ERR_SINK_NO_TRIGGERS         = 2;  
00092 
00095 #endif // __CS_AWS_DEFINITIONS_H__

Generated for Crystal Space by doxygen 1.2.14