Adaptive Framework
0.9.0
|
Struct for afw environment conf type. More...
#include <afw_environment.h>
Data Fields | |
afw_utf8_t | conf_type_id |
Id of type. | |
const afw_utf8_t * | title |
Title of this type. | |
const afw_utf8_t * | description |
Description of this type. | |
const afw_utf8_t * | id_property_name |
Id property name for instances of this conf type. | |
const afw_utf8_t * | id_registry_type_id |
Registry type for instances of this conf type. | |
const afw_utf8_t * | id_runtime_object_type_id |
Runtime object type for instances of this conf type. | |
const afw_utf8_t * | subtype_property_name |
Subtype property name for instances of this conf type. | |
const afw_utf8_t * | subtype_registry_type_id |
Subtype registry type for instances of this conf type. | |
const afw_utf8_t * | subtype_runtime_object_type_id |
Subtype runtime object type for instances of this conf type. | |
afw_environment_conf_type_create_cede_p_t | create |
Create function for this type. | |
afw_boolean_t | is_unique |
This conf type can only be specified once. | |
Struct for afw environment conf type.
Definition at line 391 of file afw_environment.h.