TwiceAsNice
2019-02-18
|
Prints a message into the logging system if the value exceeds a min/max limit. More...
#include <ActorScoreMinMax.h>
Public Member Functions | |
virtual | ~PropertyActorScoreMinMax () |
virtual void | init (const Nice::PropertyFooPtr &_foo, Nice::PropertyAttrMap &_attrs) |
virtual std::string | name () const |
return actor name. More... | |
virtual std::string | toString () const |
Cast the PropertyActor to a string. More... | |
virtual Nice::CompletionState | set (const Nice::Date &, const Nice::Any &_value) |
virtual PropertyActorScoreMinMax * | clone () |
virtual std::vector< Nice::Any > | getLimits () |
virtual | ~PropertyActorScoreMinMax () |
virtual void | init (const Nice::PropertyFooPtr &_foo, Nice::PropertyAttrMap &_attrs) |
virtual std::string | name () const |
return actor name. More... | |
virtual std::string | toString () const |
Cast the PropertyActor to a string. More... | |
virtual Nice::CompletionState | set (const Nice::Date &, const Nice::Any &_value) |
virtual PropertyActorScoreMinMax * | clone () |
virtual std::vector< Nice::Any > | getLimits () |
![]() | |
PropertyActor () | |
Constructor. More... | |
virtual | ~PropertyActor () |
Destructor. More... | |
PropertyActor () | |
Constructor. More... | |
virtual | ~PropertyActor () |
Destructor. More... | |
Public Attributes | |
Nice::PropertyPtr | m_low |
Nice::PropertyPtr | m_high |
PropertyFoo * | m_foo |
Prints a message into the logging system if the value exceeds a min/max limit.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Nice::PropertyActor.
|
inlinevirtual |
Implements Nice::PropertyActor.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Nice::PropertyActor.
|
inlinevirtual |
Implements Nice::PropertyActor.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Nice::PropertyActor.
|
inlinevirtual |
Implements Nice::PropertyActor.
|
inlinevirtual |
|
inlinevirtual |
PropertyFoo * Nice::PropertyActorScoreMinMax< T >::m_foo |
Nice::PropertyPtr Nice::PropertyActorScoreMinMax< T >::m_high |
Nice::PropertyPtr Nice::PropertyActorScoreMinMax< T >::m_low |