|
NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
|
Go to the documentation of this file.
12 #ifndef CXSHADINGPARAMSINTERFACES_H_
13 #define CXSHADINGPARAMSINTERFACES_H_
15 #include "cxGuiExport.h"
40 void activeImageChanged();
57 virtual double getValue()
const;
58 virtual bool setValue(
double val);
71 virtual double getValue()
const;
72 virtual bool setValue(
double val);
85 virtual double getValue()
const;
86 virtual bool setValue(
double val);
99 virtual double getValue()
const;
100 virtual bool setValue(
double val);
107 #endif //CXSHADINGPARAMSINTERFACES_H_
virtual QString getDisplayName() const
name of data entity. Used for display to user.
virtual ~DoublePropertyShadingDiffuse()
Namespace for all CustusX production code.
virtual QString getDisplayName() const
name of data entity. Used for display to user.
ActiveDataPtr mActiveData
virtual ~DoublePropertyShadingSpecular()
virtual QString getDisplayName() const
name of data entity. Used for display to user.
DoubleRange getValueRange() const
virtual void connectValueSignals(bool on)
virtual ~DoublePropertyShadingBase()
DoubleRange getValueRange() const
boost::shared_ptr< class ActiveImageProxy > ActiveImageProxyPtr
ActiveImageProxyPtr mActiveImageProxy
boost::shared_ptr< class Image > ImagePtr
virtual ~DoublePropertyShadingAmbient()
virtual QString getDisplayName() const
name of data entity. Used for display to user.
DoubleRange getValueRange() const
virtual ~DoublePropertyShadingSpecularPower()
DoubleRange getValueRange() const
Utility class for describing a bounded numeric range.
boost::shared_ptr< class ActiveData > ActiveDataPtr