Home
last modified time | relevance | path

Searched refs:m_objectStyleMap (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/style/
H A Ddefaultstyleengine.h90 QHash<ObjectStyleKey, const Style *> m_objectStyleMap; variable
H A Ddefaultstyleengine.cpp186 qDeleteAll(m_objectStyleMap); in ~DefaultStyleEngine()
223 const Style *derivedStyle = m_objectStyleMap.value(key); in applyObjectStyle()
271 m_objectStyleMap.insert(key, style); in applyObjectStyle()