Home
last modified time | relevance | path

Searched refs:SwimlaneStyleKey (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.h45 class SwimlaneStyleKey; variable
94 QHash<SwimlaneStyleKey, const Style *> m_swimlaneStyleMap;
H A Ddefaultstyleengine.cpp161 class SwimlaneStyleKey class
165 uint qHash(const SwimlaneStyleKey &styleKey) in qHash()
172 bool operator==(const SwimlaneStyleKey &lhs, const SwimlaneStyleKey &rhs) in operator ==()
468 SwimlaneStyleKey key; in applySwimlaneStyle()