Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/timelineeditor/
H A Dtimelinesettingsmodel.h46 enum ColumnRoles { StateRow = 0, TimelineRow = 1, AnimationRow = 2, FixedFrameRow = 3 }; enumerator
H A Dtimelinesettingsmodel.cpp454 QStandardItem *standardItem = item(row, StateRow); in stateForRow()
489 case StateRow: { in handleDataChanged()
/dports/editors/fte/fte/src/
H A De_search.cpp1057 int StateRow = -1; in GetMatchBrace() local
1078 StateRow = M.Row; in GetMatchBrace()
1084 if (StateRow != M.Row) { in GetMatchBrace()
1089 StateRow = M.Row; in GetMatchBrace()