Open CASCADE Technology
7.1.0.beta
|
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 |