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

Function modelUntyped

include/AutomatableModelView.h:41–44  ·  view source on GitHub ↗

some basic functions for convenience

Source from the content-addressed store, hash-verified

39
40 // some basic functions for convenience
41 AutomatableModel* modelUntyped()
42 {
43 return castModel<AutomatableModel>();
44 }
45
46 const AutomatableModel* modelUntyped() const
47 {

Callers 3

addDefaultActionsMethod · 0.85
mousePressEventMethod · 0.85
valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected