summaryrefslogtreecommitdiff
path: root/inc/IFSelect_RemainMode.hxx
blob: 1f6efb450c5ec42c7d6715561a93b36e1f61d751 (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
// 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_RemainMode_HeaderFile
#define _IFSelect_RemainMode_HeaderFile

//! Qualifies an execution status : <br>
//!           RetVoid  : normal execution which created nothing, or <br>
//!               no data to process <br>
//!           RetDone  : normal execution with a result <br>
//!           RetError : error in command or input data, no execution <br>
//!           RetFail  : execution was run and has failed <br>
//!           RetStop  : indicates end or stop (such as Raise) <br>
enum IFSelect_RemainMode {
IFSelect_RemainForget,
IFSelect_RemainCompute,
IFSelect_RemainDisplay,
IFSelect_RemainUndo
};

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

#endif