"data_var" is a variable referencing a Data object.
#include <Core/Dashboard/Data.h>
// Get the value of the property. Ptr<DataHub> propertyValue = data_var->activeHub();
// Set the value of the property, where value_var is a DataHub. bool returnValue = data_var->activeHub(value_var); |