Mantid
Loading...
Searching...
No Matches
InvisibleProperty.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2017 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 +
7#pragma once
8
9#include "MantidKernel/DllConfig.h"
11
12namespace Mantid {
13namespace Kernel {
14
17class MANTID_KERNEL_DLL InvisibleProperty : public IPropertySettings {
18public:
19 bool isVisible(const IPropertyManager *) const override;
20 IPropertySettings *clone() const override;
21};
22
23} // namespace Kernel
24} // namespace Mantid
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.
Helper class which provides the Collimation Length for SANS instruments.