HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PRM_ConditionalType.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: PRM_ConditionalType.h ( PRM Library, C++)
7  */
8 
9 #ifndef __PRM_ConditionalType__
10 #define __PRM_ConditionalType__
11 
13 {
14  PRM_CONDTYPE_DISABLE = 0, // disable_when
15  PRM_CONDTYPE_HIDE, // hide_when
16  PRM_CONDTYPE_NOCOOK, // nocook_when
17 
18  NB_PRM_CONDTYPES // Must be the last.
19 };
20 
21 #endif
PRM_ConditionalType