MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / clear

Method clear

Suscan/Object.cpp:87–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void
88Object::clear(void)
89{
90 switch (this->getType()) {
91 case SUSCAN_OBJECT_TYPE_FIELD:
92 suscan_object_set_value(this->instance, "");
93 break;
94
95 case SUSCAN_OBJECT_TYPE_SET:
96 suscan_object_set_clear(this->instance);
97 break;
98
99 case SUSCAN_OBJECT_TYPE_OBJECT:
100 suscan_object_clear_fields(this->instance);
101 break;
102 }
103}

Callers 15

resetMethod · 0.45
findNewSatellitesMethod · 0.45
refreshDevicesMethod · 0.45
processSocketDataMethod · 0.45
onValueChangedMethod · 0.45
populateDeviceComboMethod · 0.45
clearGainsMethod · 0.45
onClearMethod · 0.45
populateProfileComboMethod · 0.45
populateDeviceComboMethod · 0.45
refreshSampRatesMethod · 0.45

Calls 1

getTypeMethod · 0.95

Tested by 1

detachAllInspectorsMethod · 0.36