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

Method setClass

include/Suscan/Object.h:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 void
158 setClass(std::string const &name)
159 {
160 SU_ATTEMPT(suscan_object_set_class(this->instance, name.c_str()));
161 }
162
163 enum suscan_object_type
164 getType(void) const {

Callers 14

DataSaverUI.cppFile · 0.80
AppConfig.cppFile · 0.80
ColorConfig.cppFile · 0.80
GuiConfig.cppFile · 0.80
InspToolWidget.cppFile · 0.80
AudioWidget.cppFile · 0.80
SourceWidget.cppFile · 0.80
FFTWidget.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected