Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcellselectioncommand.cpp257 std::vector<int> m_elffuhs; //!< Inverse shuffle indices member in __anonbf6bb6d40411::RandomUndo
290 m_elffuhs.resize(rowCount); in RandomUndo()
293 m_elffuhs[rndTable[r].second] = r; in RandomUndo()
317 for (int c = m_c0; c <= m_c1; ++c) shuffleCells(m_r0, c, m_elffuhs); in undo()