CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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_FOCUSED     = 512; 
00032 const unsigned int AWSF_CMP_NON_CLIENT  = 256; 
00034 const unsigned int AWSF_CMP_TOP_SELECT  = 128; 
00036 const unsigned int AWSF_CMP_WINDOW      = 64; 
00037 // set if  component should not receive events
00038 const unsigned int AWSF_CMP_DEAF        = 32; 
00040 const unsigned int AWSF_CMP_INVISIBLE   = 16; 
00042 const unsigned int AWSF_CMP_HIDDEN      = 8;  
00044 const unsigned int AWSF_CMP_ALWAYSERASE = 4;  
00046 const unsigned int AWSF_CMP_TRANSPARENT = 2;  
00047 
00054 
00055 const unsigned int AWS_TRANSITION_SLIDE_IN_LEFT  = 0;  
00057 const unsigned int AWS_TRANSITION_SLIDE_IN_RIGHT = 1;  
00059 const unsigned int AWS_TRANSITION_SLIDE_IN_UP    = 2;  
00061 const unsigned int AWS_TRANSITION_SLIDE_IN_DOWN  = 3;  
00062 
00064 const unsigned int AWS_TRANSITION_SLIDE_OUT_LEFT  = 4;  
00066 const unsigned int AWS_TRANSITION_SLIDE_OUT_RIGHT = 5;  
00068 const unsigned int AWS_TRANSITION_SLIDE_OUT_UP    = 6;  
00070 const unsigned int AWS_TRANSITION_SLIDE_OUT_DOWN  = 7;  
00071 
00073 const unsigned int AWS_TRANSITION_SLIDE_LEFT  = 8;  
00075 const unsigned int AWS_TRANSITION_SLIDE_RIGHT = 9;  
00077 const unsigned int AWS_TRANSITION_SLIDE_UP    = 10;  
00079 const unsigned int AWS_TRANSITION_SLIDE_DOWN  = 11;  
00080 
00088 
00089 const unsigned int AWS_ERR_SINK_NONE                = 0;  
00091 const unsigned int AWS_ERR_SINK_TRIGGER_NOT_FOUND   = 1;  
00093 const unsigned int AWS_ERR_SINK_NO_TRIGGERS         = 2;  
00094 
00097 #endif // __CS_AWS_DEFINITIONS_H__

Generated for Crystal Space by doxygen 1.4.4