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

Method getString

include/RemotePlugin.h:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 inline std::string getString( int _p = 0 ) const
492 {
493 return data[_p];
494 }
495
496#ifndef BUILD_REMOTE_PLUGIN_CLIENT
497 inline QString getQString( int _p = 0 ) const

Callers 6

processMessageMethod · 0.80
processMessageMethod · 0.80
setParameterDumpMethod · 0.80
processMessageMethod · 0.80
processMessageMethod · 0.80
guiLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected