Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finalizeConnections
Method · 0.80
hasModel
Method · 0.80
saveSettings
Method · 0.80
valueBuffer
Method · 0.80
ControllerConnectionDialog
Method · 0.80
addDefaultActions
Method · 0.80
deleteController
Method · 0.80
onControllerRemoved
Method · 0.80
friendlyUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected