|
Open CASCADE Technology
6.9.0
|
#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... | |
| enum IFSelect_EditValue |
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.
| Enumerator | |
|---|---|
| IFSelect_Optional | |
| IFSelect_Editable | |
| IFSelect_EditProtected | |
| IFSelect_EditComputed | |
| IFSelect_EditRead | |
| IFSelect_EditDynamic | |
1.8.5