Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Diocommand.cpp415 TStageObjectTree *stageObjectTree = xsh->getStageObjectTree(); in undo() local
416 int lastIndex = stageObjectTree->getStageObjectCount(); in undo()
417 stageObjectTree->getStageObject(TStageObjectId::ColumnId(lastIndex), in undo()
419 stageObjectTree->swapColumns(m_col, lastIndex); in undo()
422 stageObjectTree->swapColumns(lastIndex, m_col); in undo()