AbstractPropertyType is a homogeneous property type handle.
More...
#include <kanzi/core/property/abstract_property_type.hpp>
AbstractPropertyType is a homogeneous property type handle.
AbstractPropertyType can be used to operate on property types when the actual property type and its data type are unknown or irrelevant. To set or get property values a DynamicPropertyType with corresponding data type must be constructed from an AbstractPropertyType.
kanzi::AbstractPropertyType::AbstractPropertyType |
( |
| ) |
|
|
inlineexplicit |
kanzi::AbstractPropertyType::AbstractPropertyType |
( |
string_view |
name | ) |
|
|
inlineexplicit |
kanzi::AbstractPropertyType::operator bool_type |
( |
| ) |
const |
|
inline |
const char* kanzi::AbstractPropertyType::getName |
( |
| ) |
const |
|
inline |
Returns the fully qualified name of the property type in form "Class.PropertyType".
const char* kanzi::AbstractPropertyType::getUnqualifiedName |
( |
| ) |
const |
|
inline |
Returns the unqualified name of the property type in form "PropertyType", where the qualified name is "Class.PropertyType".
Returns the data type of the property type.
The data type of the property type defines the data representation type of each property value, for example float.
bool kanzi::AbstractPropertyType::isInherited |
( |
| ) |
const |
|
inline |
Returns true if the property type is inheritable, false otherwise.
Inheritable property types provide values for all objects down the hierarchy.
uint32_t kanzi::AbstractPropertyType::getChangeFlags |
( |
| ) |
const |
|
inline |
Returns the change flags of the property type.
Change flags can indicate that particular aspect of an object should be invalidated when you modify a property, for example layout.
Returns the editor information of the property type.
The documentation for this class was generated from the following file: