Home
last modified time | relevance | path

Searched refs:AutoModelVector (Results 1 – 3 of 3) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomatableModel.h71 typedef QVector<AutomatableModel *> AutoModelVector; typedef
348 AutoModelVector m_linkedModels;
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DAutomatableModel.cpp233 for( AutoModelVector::Iterator it = m_linkedModels.begin(); it != m_linkedModels.end(); ++it ) in setValue()
327 for( AutoModelVector::Iterator it = m_linkedModels.begin(); in setAutomatedValue()
431 AutoModelVector::Iterator it = qFind( m_linkedModels.begin(), m_linkedModels.end(), model ); in unlinkModel()
/dports/audio/lmms/lmms-1.2.2/debian/patches/
H A Dclang.patch29 AutoModelVector m_linkedModels;