Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
IFSelect_EditValue.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  IFSelect_EditValue {
  IFSelect_Optional, IFSelect_Editable, IFSelect_EditProtected, IFSelect_EditComputed,
  IFSelect_EditRead, IFSelect_EditDynamic
}
 Controls access on Values by an Editor
EditOptional : normal access, in addition may be removed
Editable : normal access, must be present
EditProtected : access must be validated
EditComputed : why write it ? it will be recomputed
EditRead : no way to write it, only for read
EditDynamic : not a field, only to be displayed
More...

Enumeration Type Documentation

Enumerator:
IFSelect_Optional 
IFSelect_Editable 
IFSelect_EditProtected 
IFSelect_EditComputed 
IFSelect_EditRead 
IFSelect_EditDynamic