MCPcopy Create free account
hub / github.com/LMMS/lmms / getController

Method getController

include/ControllerView.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 virtual ~ControllerView();
48
49 inline Controller * getController()
50 {
51 return( castModel<Controller>() );
52 }
53
54 inline const Controller * getController() const
55 {

Callers 9

finalizeConnectionsMethod · 0.80
hasModelMethod · 0.80
saveSettingsMethod · 0.80
valueBufferMethod · 0.80
addDefaultActionsMethod · 0.80
deleteControllerMethod · 0.80
onControllerRemovedMethod · 0.80
friendlyUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected