This is the complete list of members for mitk::ColorProperty, including all inherited members.
| AssignProperty(const BaseProperty &property) | mitk::BaseProperty | |
| BaseProperty() | mitk::BaseProperty | protected |
| BaseProperty(const BaseProperty &other) | mitk::BaseProperty | protected |
| Clone() const | mitk::ColorProperty | |
| ColorProperty() | mitk::ColorProperty | protected |
| ColorProperty(const ColorProperty &other) | mitk::ColorProperty | protected |
| ColorProperty(const float red, const float green, const float blue) | mitk::ColorProperty | protected |
| ColorProperty(const float color[3]) | mitk::ColorProperty | protected |
| ColorProperty(const mitk::Color &color) | mitk::ColorProperty | protected |
| FromJSON(const nlohmann::json &j) override | mitk::ColorProperty | virtual |
| GetColor() const | mitk::ColorProperty | |
| GetValue() const | mitk::ColorProperty | |
| GetValueAsString() const override | mitk::ColorProperty | virtual |
| m_Color | mitk::ColorProperty | protected |
| mitkClassMacro(ColorProperty, BaseProperty) | mitk::ColorProperty | |
| mitkClassMacroItkParent(BaseProperty, itk::Object) | mitk::BaseProperty | |
| mitkNewMacro1Param(ColorProperty, const float *) | mitk::ColorProperty | |
| mitkNewMacro1Param(ColorProperty, const mitk::Color &) | mitk::ColorProperty | |
| mitkNewMacro3Param(ColorProperty, const float, const float, const float) | mitk::ColorProperty | |
| New() | mitk::ColorProperty | static |
| operator=(const BaseProperty &property) | mitk::ColorProperty | |
| mitk::BaseProperty::operator=(const BaseProperty &property) | mitk::BaseProperty | |
| operator==(const BaseProperty &property) const | mitk::BaseProperty | |
| SetColor(const mitk::Color &color) | mitk::ColorProperty | |
| SetColor(float red, float green, float blue) | mitk::ColorProperty | |
| SetValue(const mitk::Color &color) | mitk::ColorProperty | |
| ToJSON(nlohmann::json &j) const override | mitk::ColorProperty | virtual |
| VALUE_CANNOT_BE_CONVERTED_TO_STRING | mitk::BaseProperty | static |
| ValueType typedef | mitk::ColorProperty | |
| ~BaseProperty() override | mitk::BaseProperty | protected |