summaryrefslogtreecommitdiff
path: root/inc/IFSelect_EditValue.hxx
blob: b8dc6f620750795de47a34e0bb99786601090eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _IFSelect_EditValue_HeaderFile
#define _IFSelect_EditValue_HeaderFile

//! Indicates whether there will <br>
//! be information on warnings as well as on failures. The <br>
//! terms of this enumeration have the following semantics: <br>
//! - IFSelect_FailOnly gives information on failures only <br>
//! - IFSelect_FailAndWarn gives information on both <br>
//!   failures and warnings. used to pilot PrintCheckList <br>
enum IFSelect_EditValue {
IFSelect_Optional,
IFSelect_Editable,
IFSelect_EditProtected,
IFSelect_EditComputed,
IFSelect_EditRead,
IFSelect_EditDynamic
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif