![]() |
Plasma Engine
2.0
|
A property attribute that allows to define min and max values for the UI. Min or max may be set to an invalid variant to indicate unbounded values in one direction. More...
#include <PropertyAttributes.h>
Public Member Functions | |
plClampValueAttribute (const plVariant &min, const plVariant &max) | |
const plVariant & | GetMinValue () const |
const plVariant & | GetMaxValue () const |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const plRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Protected Attributes | |
plVariant | m_MinValue |
plVariant | m_MaxValue |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
A property attribute that allows to define min and max values for the UI. Min or max may be set to an invalid variant to indicate unbounded values in one direction.