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

Function value

include/AutomatableModelView.h:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 template<typename T>
54 inline T value() const
55 {
56 return modelUntyped() ? modelUntyped()->value<T>() : 0;
57 }
58
59 inline void setDescription( const QString& desc )
60 {

Callers

nothing calls this directly

Calls 1

modelUntypedFunction · 0.85

Tested by

no test coverage detected