Cogs.Core
|
This is the complete list of members for Cogs::ComponentModel::RangeAttribute< T >, including all inherited members.
Attribute(TypeId type) | Cogs::Reflection::Attribute | inlineprotected |
Attribute(TypeId type, TypeId genericType, bool runtime=true) | Cogs::Reflection::Attribute | inlineprotected |
GenericAttribute(bool runtime=true) | Cogs::Reflection::GenericAttribute< RangeAttribute, T > | |
get(size_t index=0) | Cogs::Reflection::Attribute | inlineprotected |
get(size_t index=0) const | Cogs::Reflection::Attribute | inlineprotected |
getGenericType() const | Cogs::Reflection::Attribute | inline |
getMax() const | Cogs::ComponentModel::RangeAttribute< T > | inline |
getMin() const | Cogs::ComponentModel::RangeAttribute< T > | inline |
getType() const | Cogs::Reflection::Attribute | inline |
isRuntime() const | Cogs::Reflection::Attribute | inline |
RangeAttribute(T min, T max) | Cogs::ComponentModel::RangeAttribute< T > | inline |