cwFlowTypes.h : Added ui_cfg to var_desc_t.

This commit is contained in:
kevin 2025-03-10 20:03:00 -04:00
parent 4b1bc534a5
commit 8c9ff2cd52

View File

@ -40,6 +40,7 @@ namespace cw
const object_t* cfg; // The cfg object that describes this variable from 'flow_class'. const object_t* cfg; // The cfg object that describes this variable from 'flow_class'.
const object_t* val_cfg; // An object containing the default value for this variable. const object_t* val_cfg; // An object containing the default value for this variable.
const object_t* fmt_cfg; // An object containg the format (e.g. record fields) information const object_t* fmt_cfg; // An object containg the format (e.g. record fields) information
const object_t* ui_cfg; // The UI cfg for this var.
const char* label; // Name of this var. const char* label; // Name of this var.
unsigned type; // Value type id (e.g. kBoolTFl, kIntTFl, ...) unsigned type; // Value type id (e.g. kBoolTFl, kIntTFl, ...)
unsigned flags; // Attributes for this var. (e.g. kSrcVarFl ) unsigned flags; // Attributes for this var. (e.g. kSrcVarFl )