Mantid
Loading...
Searching...
No Matches
InvisibleProperty.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
8
9namespace Mantid::Kernel {
10
12bool InvisibleProperty::isVisible(const IPropertyManager * /*algo*/) const { return false; }
13
16
17} // namespace Mantid::Kernel
Interface to PropertyManager.
Interface for modifiers to Property's that specify if they should be enabled or visible in a GUI.
This property setting object makes a property invisible in the GUI.
IPropertySettings * clone() const override
Make a copy of the present type of IPropertySettings.
bool isVisible(const IPropertyManager *) const override
Is the property to be shown in the GUI? Always false.