IPropertySettings¶
This is a Python binding to the C++ class Mantid::Kernel::IPropertySettings.
- class mantid.kernel.IPropertySettings¶
- dependsOn((IPropertySettings)self, (str)thisProp) std_vector_str :¶
Other properties that this property depends on.
- isEnabled((IPropertySettings)self, (IPropertyManager)alg) bool :¶
Is the property to be shown as enabled in the GUI. Default true.
- isVisible((IPropertySettings)self, (IPropertyManager)alg) bool :¶
Is the property to be shown in the GUI? Default true.